]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Adding XZ, LZMA, ZSTD and BZIP2 support to ZIP writer (#2284)
authorljdarj <ljd@luigiscorner.mu>
Tue, 22 Oct 2024 08:58:22 +0000 (10:58 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Oct 2024 08:58:22 +0000 (10:58 +0200)
commit15c686c55fc7dcac8452f6d6a7683d846ea1600c
treee939c39f955bcb4b403b82ed2d4a7fec826b78af
parent755af84301adc4262722a4c88671a8d0a1c83fae
Adding XZ, LZMA, ZSTD and BZIP2 support to ZIP writer (#2284)

PPMD may come later but I'd rather first iron out style issues with the
ones needing only to wire up libraries already-used in Libarchive before
going at the ones possibly requiring implementing algorithms as well.

Closes #1046 and resolves #1179.
Makefile.am
README.md
libarchive/archive.h
libarchive/archive_write_set_format_zip.c
libarchive/archive_write_set_options.3
libarchive/libarchive-formats.5
libarchive/test/CMakeLists.txt
libarchive/test/test_write_format_zip_compression_bzip2.c [new file with mode: 0644]
libarchive/test/test_write_format_zip_compression_lzmaxz.c [new file with mode: 0644]
libarchive/test/test_write_format_zip_compression_zstd.c [new file with mode: 0644]