summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_bzip2.c
Commit message (Expand)AuthorAgeFilesLines
* reader: introduce struct archive_read_filter_vtableEmil Velikov2021-10-231-2/+7
* reader: track read_filter "can_skip" with a flagEmil Velikov2021-10-231-1/+0
* reader: transform get_bidder into register_bidderEmil Velikov2021-10-231-8/+2
* reader: introduce archive_read_filter_bidder::vtableEmil Velikov2021-10-231-3/+7
* reader: remove archive_read_filter_bidder_vtable::free stubsEmil Velikov2021-10-231-8/+1
* reader: remove unused read_filter_bidder::optionsEmil Velikov2021-10-231-1/+0
* Implement functions to manually set the format and filters used.Andres Mejia2012-12-071-0/+1
* Switch an external program for bzip2 decompression from "bunzip2"Michihiro NAKAJIMA2012-10-131-2/+2
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-2/+2
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
* Remove __archive_read_program(), use __archive_read_programl() instead.Michihiro NAKAJIMA2012-10-061-2/+2
* Remove test for 'self == NULL' in bzip2_reader_init. It isn't needed,Colin Percival2011-11-021-1/+1
* Issue 175: Simplify filter bidding code.Tim Kientzle2011-08-311-1/+1
* Fix screw-up with r3624. Thanks to Michihiro for pointing it out.Tim Kientzle2011-08-171-1/+1
* The old "compression" terminology will be retired in libarchive 4.0.Tim Kientzle2011-08-161-6/+5
* plug crashes in archive_read_support_filter_XXXRoman Neuhauser2011-04-101-0/+3
* remove archive_read_get_bidder macro againRoman Neuhauser2011-04-041-1/+2
* archive_read.c: s/__archive_errx/archive_set_error/Roman Neuhauser2011-03-301-3/+2
* archive_read_support_compression_*() -> archive_read_support_filter_*()Roman Neuhauser2011-03-281-0/+10
* archive_read_support_compression_*.c -> archive_read_support_filter_*.cRoman Neuhauser2011-03-281-0/+358