summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Handle missing zlib in test_read_format_zip_7z_deflateMichał Górny2022-02-121-6/+25
* Merge pull request #1518 from ghost/zip-zstdMartin Matuška2022-02-051-0/+124
|\
| * ZIP reader: added support for Zstd decompressionjo620kix2021-03-291-0/+124
* | Added support of deflate algorithm in symbolic link decompression for zip arc...Masalskaya, Anna2021-03-161-0/+27
|/
* fix test failureMasalskaya, Anna2020-09-301-13/+11
* move test to another placeMasalskaya, Anna2020-09-221-0/+34
* Add testcase for ZIPX files with LZMA_STREAM_END markerMartin Matuska2020-02-131-0/+50
* Add printf attributes to the printflike functions used in tests and fixzoulasc2020-01-231-4/+4
* Fix two tests when ZIP compression unsupportedJohn Marino2019-07-061-4/+4
* Converted space indentation to tabs in RAR reader, ZIP reader testsGrzegorz Antoniak2019-05-051-55/+55
* ZIP reader: fix memory leak when unpacking LZMAGrzegorz Antoniak2019-04-291-0/+38
* Skip appropriate zip tests if bzip2 or lzma is not compiled inMartin Matuska2019-04-071-11/+66
* ZIP reader: fixed an unlimited loop in BZIP2 decompressor.Grzegorz Antoniak2019-03-011-0/+22
* ZIP reader: fix a crash in PPMd8 decompressor.Grzegorz Antoniak2019-03-011-0/+42
* Removed cast warnings under Visual StudioGrzegorz Antoniak2019-02-271-1/+1
* ZIP reader: added support for XZ, LZMA, PPMD8 and BZIP2 decompressionGrzegorz Antoniak2018-12-181-0/+447
* Clear the ZIP format name before constructing a new one, so it isn't appended...Zack Weger2017-10-201-0/+4
* Repair detected memory leaks in libarchive testsMartin Matuska2017-02-011-0/+5
* Issue 422: Add archive_xxx_version() calls so tests can more accurately quer...Tim Kientzle2016-03-121-10/+4
* Return uncompressed size if it's known, even if compressed size and/or CRC ar...Tim Kientzle2013-12-281-4/+2
* Detect encrypted archive entries (ZIP, RAR, 7Zip)Konrad Kleine2013-09-171-0/+14
* 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