summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/GZipFile.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-01-11zlib -> libdeflate (#5085)Tiger Wang1-88/+8
2016-02-05Bulk clearing of whitespaceLogicParrot1-2/+2
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-2/+2
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-7/+7
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-7/+7
2014-04-26Fixed unitialized member in gZipFile (CID 43673)jfhumann1-1/+1
2014-04-01Fixed clang warnings in cGZipFile.madmaxoft1-2/+2
2014-03-18Fixed cGZipFile::ReadRestOfFile returning incorrect value.madmaxoft1-1/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-107/+107
2013-02-25AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks.madmaxoft@gmail.com1-2/+2
2013-02-07cBlockArea can now be saved as a .schematic file.madmaxoft@gmail.com1-0/+28
2013-02-07Added a cGZipFile class for reading GZipped files.madmaxoft@gmail.com1-0/+79