Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build problem with recent LZMA library. | lloyd | 2015-02-05 | 1 | -2/+2 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 1 | -1/+27 |
* | Add a runtime map of string->func() which when called return | lloyd | 2015-01-28 | 1 | -42/+17 |
* | 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 | -10/+10 |
* | Add gzip compression transform and compress command line prog. | lloyd | 2014-11-19 | 1 | -3/+61 |
* | Convert compression filters to in-place transforms and refactor | lloyd | 2014-11-18 | 1 | -0/+152 |