summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_lzop.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-4/+1
* Improve error messages by including the name of the external program being usedTim Kientzle2016-01-311-1/+1
* Fix typo in archive_write_add_filter_lzop.c commentBrad King2015-10-261-1/+1
* Use liblzo2 for the lzop write filter.Michihiro NAKAJIMA2012-10-211-20/+348
* Integrate __archive_write_program_set_cmd into __archive_write_program_open.Michihiro NAKAJIMA2012-10-131-9/+2
* Set warning messages.Michihiro NAKAJIMA2012-10-111-0/+2
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-13/+15
* Support lzop options for writing.Michihiro NAKAJIMA2012-10-111-3/+20
* Improve archive_write_filter_program handing to be able toMichihiro NAKAJIMA2012-10-111-7/+106
* Make lrzip and lzop write filters set correct filter name and codeMichihiro NAKAJIMA2012-10-091-1/+5
* Add support for lzop.Michihiro NAKAJIMA2012-10-071-0/+41