aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/bzip2/bzip2.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-16/+8
* Apply final annotations to the library alsoJack Lloyd2017-09-221-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-5/+5
* Remove Algo_RegistryJack Lloyd2016-10-211-2/+1
* Remove Transform base classJack Lloyd2016-04-211-2/+10
* cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...Daniel Neus2016-03-051-1/+1
* Remove all remaining uses of throwing a std:: exception directlyJack Lloyd2015-12-191-6/+6
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-4/+4
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-1/+1
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-0/+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-17/+14
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-1/+1
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+112