aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/zlib
Commit message (Expand)AuthorAgeFilesLines
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-8/+8
* Remove Algo_RegistryJack Lloyd2016-10-211-4/+1
* Remove Transform base classJack Lloyd2016-04-213-51/+23
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-2/+2
* Add final attribute to many classesJack Lloyd2016-01-101-6/+6
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-3/+3
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-5/+5
* Add override specifiers to zlib.hJack Lloyd2015-08-281-6/+6
* Gzip_Decompression should be a subclass of Stream_DecompressionJack Lloyd2015-08-281-1/+1
* Add tests for compression and SRP.lloyd2015-05-131-4/+4
* Change zlib to use Z_SYNC_FLUSH instead of Z_FULL_FLUSH for flushing.lloyd2015-05-101-1/+1
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+4
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-1/+1
* Ensure all files have copyright and license info.lloyd2015-01-102-2/+2
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-092-20/+49
* Nullptr cleanuplloyd2014-12-061-1/+1
* Add gzip compression transform and compress command line prog.lloyd2014-11-192-8/+106
* Convert compression filters to in-place transforms and refactorlloyd2014-11-183-0/+174