aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/compression.h
Commit message (Expand)AuthorAgeFilesLines
* Change `make_compressor` and `make_decompressor` to return alloyd2015-05-101-7/+7
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-5/+5
* 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-1/+0
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-0/+3
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+99