summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_bzip2.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-4/+2
* Fix bug for __archive_write_program_allocatecinience2016-02-011-1/+1
* Fix build and test failure without libbz2.Michihiro NAKAJIMA2012-10-161-37/+56
* Enable bzip2 compression to use an external bzip2 program whenMichihiro NAKAJIMA2012-10-131-46/+88
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-1/+1
* Fix issue 237.Michihiro NAKAJIMA2012-02-141-0/+3
* The size of output buffer should be the multiple number of the write block sizeMichihiro NAKAJIMA2012-01-061-3/+11
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-2/+2
* __archive_write_filter returns a status, not a count of bytes written.Tim Kientzle2010-10-311-13/+4
* Deal with bzip2 before 1.0 by not using it.Joerg Sonnenberger2010-06-191-2/+2
* 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-9/+5
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+348