aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/comp_util.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-38/+0
* Centralize where string.h/cstring is included to mem_ops.hlloyd2015-01-231-2/+2
* 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-6/+10
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+34