aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/zlib/zlib.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-101-1/+1
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-091-10/+15
* Nullptr cleanuplloyd2014-12-061-1/+1
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-7/+70
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+106