summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the potential of memory leaks in our test suit.Michihiro NAKAJIMA2014-10-051-0/+3
* Switch passing passphrases from option framework to new APIs forMichihiro NAKAJIMA2014-09-141-18/+18
* Document zip:encryption option.Michihiro NAKAJIMA2014-09-101-1/+1
* Skip a test if the platform does not have cryptographic functionarity.Michihiro NAKAJIMA2014-09-101-6/+18
* Add support for WinZip AES encryption.Michihiro NAKAJIMA2014-09-091-0/+150
* Make sure zip reader skips whole its contens.Michihiro NAKAJIMA2014-09-081-41/+108
* Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-1/+57
* Merge branch 'master' of github.com:kientzle/libarchive-zip64Tim Kientzle2014-01-121-0/+2
|\
| * Only enable the still-experimental 'el' extra blockTim Kientzle2014-01-081-0/+4
* | Only write the new 'LA' experimental extra block if it's explicitly enabled.Tim Kientzle2013-12-311-1/+6
|/
* Support experimental "at" extra block for better streaming.Tim Kientzle2013-12-291-30/+9
* Return uncompressed size if it's known, even if compressed size and/or CRC ar...Tim Kientzle2013-12-281-27/+16
* Test detailed zip format for regular file entry.Tim Kientzle2013-12-261-0/+7
* Comment this test a little bit.Tim Kientzle2013-12-261-5/+13
* Test that we can read the Zip64 extensions that we write.Tim Kientzle2013-12-261-208/+264
* Fix warnings: mismatched signs, unused variables.Tim Kientzle2013-12-261-1/+0
* Refactor Zip writer.Tim Kientzle2013-12-011-34/+369
* Support Zip64 extra data fields for handling large entries.Tim Kientzle2013-11-261-1/+1
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-1/+1
* Issue 253: Default to 0666 permissions on files, like Info-Zip does.Tim Kientzle2012-03-221-1/+1
* Fix build failure on Visual Studio.Michihiro NAKAJIMA2011-12-241-1/+1
* Add support for symlink to ZIP writer.Michihiro NAKAJIMA2011-12-221-2/+38
* Issue 152: Now that we have a seeking Zip reader that understandsTim Kientzle2011-11-231-6/+12
* New seeking Zip reader does read file modes.Tim Kientzle2011-11-221-2/+0
* Extend test_write_format_zip to use both streaming and seeking zip readers whenTim Kientzle2011-11-221-56/+77
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-3/+3
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-1/+1
* From Roman Neuhauser: Rework textual options handling.Tim Kientzle2011-03-181-3/+3
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-2/+2
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Replace archive_write_zip_set_deflate and archive_write_zip_set_storeJoerg Sonnenberger2009-05-261-2/+5
* Match unknown filesize property for zip archives in the assertions.Joerg Sonnenberger2009-05-261-4/+9
* Anselm Strauss' unfinished zip writer and tests.Tim Kientzle2009-04-131-0/+172