Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -25/+67 |
* | Add final attribute to many classes | Jack Lloyd | 2016-01-10 | 1 | -9/+9 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -1/+1 |
* | Add missing compression overrides | Simon Warta | 2015-09-01 | 1 | -0/+1 |
* | 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 |