summaryrefslogtreecommitdiff
path: root/libarchive/archive_write_add_filter_program.c
Commit message (Expand)AuthorAgeFilesLines
* Remove CloseHandle() from __archive_write_program_freeEmil Velikov2020-04-251-4/+0
* Call OpenProcess() from within __archive_create_child()Emil Velikov2020-04-251-16/+1
* Change __archive_create_child() signatureEmil Velikov2020-04-251-3/+4
* Implement private state logic for write filtersMartin Matuska2019-12-061-5/+0
* Refactor archive_write_close_filter logicJoerg Sonnenberger2019-11-271-4/+3
* constify variables moreMike Frysinger2017-03-231-1/+1
* Free data->program_name in __archive_write_program_free()Martin Matuska2017-01-301-0/+1
* Improve error messages by including the name of the external program being usedTim Kientzle2016-01-311-7/+7
* Clarify error messages when using external compression programsTim Kientzle2016-01-311-5/+7
* Fix a bug that Clang Static Analyzer complains thatMichihiro NAKAJIMA2012-11-111-4/+7
* Integrate __archive_write_program_set_cmd into __archive_write_program_open.Michihiro NAKAJIMA2012-10-131-35/+15
* Properly call next filter even if the external program is already closedMichihiro NAKAJIMA2012-10-121-1/+1
* Parse a command line instead of usingMichihiro NAKAJIMA2012-10-111-163/+17
* Improve archive_write_filter_program handing to be able toMichihiro NAKAJIMA2012-10-111-128/+234
* Make lrzip and lzop write filters set correct filter name and codeMichihiro NAKAJIMA2012-10-091-20/+23
* Fix potential memory leaks found with Clang.Michihiro NAKAJIMA2012-10-081-0/+1
* Fix a long standing bug that archive_write_add_filter_programMichihiro NAKAJIMA2012-10-071-7/+2
* Fix a filter name of the writing filter program.Michihiro NAKAJIMA2012-10-071-1/+1
* Avoid infinity wait in ReadFile during running an external program asMichihiro NAKAJIMA2012-10-051-3/+30
* Make a filter program be called with its arguments.Michihiro NAKAJIMA2012-10-051-17/+152
* Remove unnecessary build condition for a use ofMichihiro NAKAJIMA2012-10-031-22/+1
* Fix probable leak with program write add filters.Con Kolivas2012-04-231-1/+1
* Fix build failure with -Wunreachable-code compile option; use a for loop stat...Michihiro NAKAJIMA2012-02-261-48/+50
* 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-2/+3
* Stackable write filter support. This ended up touching an awful lotTim Kientzle2010-02-201-0/+326