aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression
Commit message (Expand)AuthorAgeFilesLines
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-063-3/+3
* Fix build problem with recent LZMA library.lloyd2015-02-052-6/+7
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-047-45/+33
* Add a runtime map of string->func() which when called returnlloyd2015-01-286-47/+35
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-233-6/+5
* Ensure all files have copyright and license info.lloyd2015-01-1010-10/+10
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-097-67/+98
* Nullptr cleanuplloyd2014-12-061-1/+1
* Add gzip compression transform and compress command line prog.lloyd2014-11-195-12/+171
* Convert compression filters to in-place transforms and refactorlloyd2014-11-1814-0/+879