summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_lrzip.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix build failure on Win64.Michihiro NAKAJIMA2012-11-071-1/+1
* Set warning messages.Michihiro NAKAJIMA2012-10-111-0/+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-1/+1
* archive_read_support_filter_lrzip and archive_write_add_filter_lrzipMichihiro NAKAJIMA2012-10-071-4/+6
* Remove __archive_read_program(), use __archive_read_programl() instead.Michihiro NAKAJIMA2012-10-061-1/+1
* Use -q option to lrzip to be quiet.Michihiro NAKAJIMA2012-10-051-1/+1
* Don't use __func__ or __FUNCTION__: there are tooTim Kientzle2012-07-221-1/+1
* Fix Visual C++ 2010 build by using __FUNCTION__Bruce Cran2012-06-301-1/+1
* Add basic archive read and write filter support for lrzip.Con Kolivas2012-04-231-0/+127