]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Make a filter program be called with its arguments.
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Thu, 4 Oct 2012 00:18:30 +0000 (09:18 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Fri, 5 Oct 2012 00:45:05 +0000 (09:45 +0900)
commit40722a255fe8f25a6a8dcd9d66fda49478756b17
treeb424a5777e2299c409b17847d2bf94c736b52404
parent275000dfda9ef9e7b22a31aad0c46d7c8b98d294
Make a filter program be called with its arguments.
12 files changed:
Makefile.am
libarchive/archive.h
libarchive/archive_read_private.h
libarchive/archive_read_support_filter_program.c
libarchive/archive_write_add_filter_program.c
libarchive/filter_fork.c
libarchive/filter_fork.h
libarchive/filter_fork_windows.c
libarchive/test/CMakeLists.txt
libarchive/test/test_read_compress_program.c
libarchive/test/test_read_filter_program_signature.c [new file with mode: 0644]
libarchive/test/test_write_compress_program.c