aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/compression.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Sphinx errorsJack Lloyd2018-12-031-0/+1
* Make exceptions easier to translate to error codesJack Lloyd2018-11-231-1/+31
* Merge #1312 Fix documentation of compression/decompression update function.Jack Lloyd2017-11-251-2/+2
|\
| * Fix documentation of compression/decompression update function.Marcus Brinkmann2017-11-261-2/+2
* | Documentation fix in compression create/create_or_throw functions.Marcus Brinkmann2017-11-261-6/+4
* | Add create and create_or_throw factories for Compression_Algorithm and Decomp...Marcus Brinkmann2017-11-251-0/+32
|/
* Avoid empty methods, use =default or add a commentJack Lloyd2017-10-031-3/+3
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-4/+4
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-20/+20
* Missing include, noticed by Clang on OS XJack Lloyd2016-10-211-0/+1
* Remove Algo_RegistryJack Lloyd2016-10-211-7/+2
* Fix doxygen warnings [ci skip]René Korthaus2016-10-191-2/+2
* Improve compression doc [ci skip]René Korthaus2016-10-111-1/+38
* Remove Transform base classJack Lloyd2016-04-211-25/+67
* Add final attribute to many classesJack Lloyd2016-01-101-9/+9
* Reroot the exception hierarchy into a toplevel Exception classJack Lloyd2015-12-111-1/+1
* Add missing compression overridesSimon Warta2015-09-011-0/+1
* Change `make_compressor` and `make_decompressor` to return alloyd2015-05-101-7/+7
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-5/+5
* 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-1/+0
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-0/+3
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+99