Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 2 | -2/+2 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Figure out which decompressor to use based on the input file extension. | lloyd | 2014-12-09 | 2 | -20/+49 |
| | | | | | | | | Rename Bzip to Bzip2, and split Zlib and Deflate compressors into two completely distinct types rather than using a bool flag to the Zlib constructor. Ignore null pointers to our free implementation (LZMA does this). | ||||
* | Nullptr cleanup | lloyd | 2014-12-06 | 1 | -1/+1 |
| | |||||
* | Add gzip compression transform and compress command line prog. | lloyd | 2014-11-19 | 2 | -8/+106 |
| | |||||
* | Convert compression filters to in-place transforms and refactor | lloyd | 2014-11-18 | 3 | -0/+174 |
to minimize the amount of logic needed in the files specific to each library. |