summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_compress.c
Commit message (Expand)AuthorAgeFilesLines
* Implement private state logic for write filtersMartin Matuska2019-12-061-5/+0
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-7/+3
* archive_write_filter_compress: free state in free handlerJoerg Sonnenberger2019-11-271-3/+4
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
* Fix the error which Clang Static Analyzer says "Division by zero".Michihiro NAKAJIMA2012-02-271-1/+1
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-3/+3
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-061-1/+11
* Issue 176: Const-ify several static arrays.Michihiro NAKAJIMA2011-09-011-1/+1
* Canonicalize spelling of "less than or equal to": "<=", not "=<".Colin Percival2011-08-161-1/+1
* Properly return an error code; do not overwirte an error code with a return codeMichihiro NAKAJIMA2011-03-211-2/+4
* __archive_write_filter returns a status, not a count of bytes written.Tim Kientzle2010-10-311-3/+2
* I think I've now removed every off_t from the format handlers.Tim Kientzle2010-05-311-1/+1
* 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-0/+1
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+443