aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/compression/zlib/zlib.h
Commit message (Expand)AuthorAgeFilesLines
* Default to not setting a timestamp in the gzip headerJack Lloyd2017-12-141-1/+3
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-6/+6
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-2/+2
* Remove Transform base classJack Lloyd2016-04-211-37/+4
* Add final attribute to many classesJack Lloyd2016-01-101-6/+6
* Add override specifiers to zlib.hJack Lloyd2015-08-281-6/+6
* Gzip_Decompression should be a subclass of Stream_DecompressionJack Lloyd2015-08-281-1/+1
* 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/+34
* Add gzip compression transform and compress command line prog.lloyd2014-11-191-1/+36
* Convert compression filters to in-place transforms and refactorlloyd2014-11-181-0/+61