Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change `make_compressor` and `make_decompressor` to return a | lloyd | 2015-05-10 | 1 | -7/+7 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -5/+5 |
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
* | Figure out which decompressor to use based on the input file extension. | lloyd | 2014-12-09 | 1 | -1/+0 |
* | Add gzip compression transform and compress command line prog. | lloyd | 2014-11-19 | 1 | -0/+3 |
* | Convert compression filters to in-place transforms and refactor | lloyd | 2014-11-18 | 1 | -0/+99 |