summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Implement private state logic for write filtersMartin Matuska2019-12-061-4/+0
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-3/+2
* Adding compression level support for gzipOmar Farooq2017-12-041-1/+6
* Fix bug for __archive_write_program_allocatecinience2016-02-011-1/+1
* Fix build failure with zlib on Win64.Michihiro NAKAJIMA2012-11-071-4/+5
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-19/+0
* Introduce gzip:timestamp option into gzip write filter toMichihiro NAKAJIMA2012-10-231-6/+38
* Fix build failure without zlib.Michihiro NAKAJIMA2012-10-161-8/+4
* Use an external gzip program when zlib is unavailable.Michihiro NAKAJIMA2012-10-121-10/+72
* Move archive_compressor_gzip_free and archive_compressor_gzip_optionsMichihiro NAKAJIMA2012-10-121-33/+33
* Fix style.Michihiro NAKAJIMA2012-10-121-4/+4
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-1/+1
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-12/+12
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-0/+4
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-061-1/+11
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-2/+2
* The only place blocking is really needed is just before callingTim Kientzle2010-02-211-25/+16
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+365