]> git.ipfire.org Git - thirdparty/libarchive.git/commit
two new functions: 15/head
authorMatthias Brantner <mbrantner.gmail.com>
Fri, 20 Jul 2012 21:20:12 +0000 (14:20 -0700)
committerMatthias Brantner <mbrantner.gmail.com>
Fri, 20 Jul 2012 21:20:12 +0000 (14:20 -0700)
commit36a3cc51ebb78777a1f26bc0b6cc90934b0ded08
treee4cd89f75c3cd8ecde3ded4a323fddd8d1b3bf07
parent2461b6115e9a9562aeb460c61b4e17e9992edc43
two new functions:
- archive_write_zip_set_compression_deflate
- archive_write_zip_set_compression_store

which allow to set/switch between compression deflate or store
in between entries of a zip archive
libarchive/archive.h
libarchive/archive_write_set_format_zip.c
libarchive/test/CMakeLists.txt
libarchive/test/test_write_zip_set_compression_store.c [new file with mode: 0644]