| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Transform base class | Jack Lloyd | 2016-04-21 | 1 | -44/+25 |
* | Remaining cppcheck fixes that are not covered by GH #444 | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
* | In compression wrappers add an overflow check before calling malloc | Jack Lloyd | 2016-02-13 | 1 | -3/+21 |
* | Reroot the exception hierarchy into a toplevel Exception class | Jack Lloyd | 2015-12-11 | 1 | -3/+3 |
* | Compression: Fix zlib failure on compression of empty input | Daniel Seither | 2015-08-28 | 1 | -0/+8 |
* | Compression: Prevent undefined behavior when feeding empty input | Daniel Seither | 2015-08-28 | 1 | -7/+7 |
* | lib/compression: Convert &vec[0] to vec.data() | Simon Warta | 2015-06-27 | 1 | -2/+2 |
* | Return null instead of throwing if compressor obj not available | lloyd | 2015-05-13 | 1 | -1/+3 |
* | Add tests for compression and SRP. | lloyd | 2015-05-13 | 1 | -0/+3 |
* | Change `make_compressor` and `make_decompressor` to return a | lloyd | 2015-05-10 | 1 | -32/+42 |
* | 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 |