summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*.Michihiro NAKAJIMA2012-10-091-2/+2
* Stop using deprecated functions. Much remains to be replaced.Michihiro NAKAJIMA2012-10-071-2/+2
* Basic test and support for symlinks in Zip archives.Tim Kientzle2011-12-221-0/+33
* Issue 201: Make Zip tests pass without zlib.Tim Kientzle2011-12-021-9/+10
* Issue 152: Now that we have a seeking Zip reader that understandsTim Kientzle2011-11-231-12/+19
* Refactor Zip read tests to exercise both seeking and streaming readers.Tim Kientzle2011-11-221-33/+99
* Issue 192: Fix tests that fail when libarchive is deliberatelyTim Kientzle2011-11-111-33/+45
* Test that archive_read_extract works correctly with Zip entriesTim Kientzle2011-09-191-0/+32
* Fix counting files read, dot not count it up when returning ARCHIVE_EOF.Michihiro NAKAJIMA2011-06-251-0/+7
* Fix warnings in libarchive/test_*.c on Borland C Compiler.Michihiro NAKAJIMA2011-05-181-2/+2
* Use assertEqualMem instead of assert(0 == memcmp(xxx....)).Michihiro NAKAJIMA2011-05-121-3/+3
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-4/+0
* tests use archive_read_support_filter_*()Roman Neuhauser2011-03-281-2/+2
* Add support for Info-ZIP New Unix Extra Field "ux".Michihiro NAKAJIMA2011-03-201-1/+54
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+4
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Style: Update a bunch of old assert() and assertA() calls.Tim Kientzle2010-02-071-2/+2
* Rip out the remaining support for old libarchive 1.x APIs.Tim Kientzle2010-02-071-4/+0
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Remove all compiling condition of ZLIB and BZLIB2Michihiro NAKAJIMA2009-02-171-6/+12
* Disable Zip read test on Windows.Tim Kientzle2008-12-281-1/+5
* IFCTim Kientzle2008-10-211-2/+9
* IFCTim Kientzle2008-09-011-4/+4
* IFC: test suite builds with 1.x APITim Kientzle2008-08-111-1/+3
* IFCTim Kientzle2008-08-031-3/+4
* Split the reference file here out into a separate file forTim Kientzle2008-06-251-19/+3
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+88