aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/compression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix build problem with recent LZMA library.lloyd2015-02-051-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+27
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-42/+17
* 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/+10
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-3/+61
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+152