summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_program.c
Commit message (Expand)AuthorAgeFilesLines
* Implement functions to manually set the format and filters used.Andres Mejia2012-12-071-0/+1
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-249/+3
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-1/+1
* Fix potential memory leaks found with Clang.Michihiro NAKAJIMA2012-10-081-2/+4
* Remove __archive_read_program(), use __archive_read_programl() instead.Michihiro NAKAJIMA2012-10-061-18/+0
* Avoid infinity wait in ReadFile during running an external program asMichihiro NAKAJIMA2012-10-051-2/+49
* Make a filter program be called with its arguments.Michihiro NAKAJIMA2012-10-051-28/+320
* Remove unnecessary build condition for a use ofMichihiro NAKAJIMA2012-10-031-39/+1
* The old "compression" terminology will be retired in libarchive 4.0.Tim Kientzle2011-08-161-12/+11
* 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/+1
* archive_read_support_compression_*() -> archive_read_support_filter_*()Roman Neuhauser2011-03-281-1/+20
* archive_read_support_compression_*.c -> archive_read_support_filter_*.cRoman Neuhauser2011-03-281-0/+459