]> git.ipfire.org Git - thirdparty/libarchive.git/commit - Makefile.am
Add basic archive read and write filter support for lrzip.
authorCon Kolivas <kernel@kolivas.org>
Mon, 23 Apr 2012 01:03:39 +0000 (11:03 +1000)
committerCon Kolivas <kernel@kolivas.org>
Mon, 23 Apr 2012 01:03:39 +0000 (11:03 +1000)
commit1e5f600ee3f891c9f3427acc3746db32996d77bc
tree3216f16b221403b4acd0f6ddebb0b7c27ec203ed
parentc6d3cd33aecdc579966c3fbe7b9424cea83c7555
Add basic archive read and write filter support for lrzip.
Makefile.am
libarchive/archive.h
libarchive/archive_read_support_filter_lrzip.c [new file with mode: 0644]
libarchive/archive_write_add_filter_lrzip.c [new file with mode: 0644]
libarchive/test/test_compat_lrzip.c [new file with mode: 0644]
libarchive/test/test_compat_lrzip.tar.lrz.uu [new file with mode: 0644]
libarchive/test/test_write_compress_lrzip.c [new file with mode: 0644]