aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/compression.cpp
Commit message (Expand)AuthorAgeFilesLines
* Avoid unused warning when no compression libs availableJack Lloyd2016-10-251-0/+2
* Remove Algo_RegistryJack Lloyd2016-10-211-212/+54
* Remove Transform base classJack Lloyd2016-04-211-44/+25
* Remaining cppcheck fixes that are not covered by GH #444Daniel Neus2016-03-051-1/+1
* In compression wrappers add an overflow check before calling mallocJack Lloyd2016-02-131-3/+21
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-3/+3
* Compression: Fix zlib failure on compression of empty inputDaniel Seither2015-08-281-0/+8
* Compression: Prevent undefined behavior when feeding empty inputDaniel Seither2015-08-281-7/+7
* lib/compression: Convert &vec[0] to vec.data()Simon Warta2015-06-271-2/+2
* Return null instead of throwing if compressor obj not availablelloyd2015-05-131-1/+3
* Add tests for compression and SRP.lloyd2015-05-131-0/+3
* Change `make_compressor` and `make_decompressor` to return alloyd2015-05-101-32/+42
* Fix build problem with recent LZMA library.lloyd2015-02-051-2/+2
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+27
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-42/+17
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Figure out which decompressor to use based on the input file extension.lloyd2014-12-091-10/+10
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-3/+61
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+152