| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle missing zlib in test_read_format_zip_7z_deflate | Michał Górny | 2022-02-12 | 1 | -6/+25 |
* | Merge pull request #1518 from ghost/zip-zstd | Martin Matuška | 2022-02-05 | 1 | -0/+124 |
|\ |
|
| * | ZIP reader: added support for Zstd decompression | jo620kix | 2021-03-29 | 1 | -0/+124 |
* | | Added support of deflate algorithm in symbolic link decompression for zip arc... | Masalskaya, Anna | 2021-03-16 | 1 | -0/+27 |
|/ |
|
* | fix test failure | Masalskaya, Anna | 2020-09-30 | 1 | -13/+11 |
* | move test to another place | Masalskaya, Anna | 2020-09-22 | 1 | -0/+34 |
* | Add testcase for ZIPX files with LZMA_STREAM_END marker | Martin Matuska | 2020-02-13 | 1 | -0/+50 |
* | Add printf attributes to the printflike functions used in tests and fix | zoulasc | 2020-01-23 | 1 | -4/+4 |
* | Fix two tests when ZIP compression unsupported | John Marino | 2019-07-06 | 1 | -4/+4 |
* | Converted space indentation to tabs in RAR reader, ZIP reader tests | Grzegorz Antoniak | 2019-05-05 | 1 | -55/+55 |
* | ZIP reader: fix memory leak when unpacking LZMA | Grzegorz Antoniak | 2019-04-29 | 1 | -0/+38 |
* | Skip appropriate zip tests if bzip2 or lzma is not compiled in | Martin Matuska | 2019-04-07 | 1 | -11/+66 |
* | ZIP reader: fixed an unlimited loop in BZIP2 decompressor. | Grzegorz Antoniak | 2019-03-01 | 1 | -0/+22 |
* | ZIP reader: fix a crash in PPMd8 decompressor. | Grzegorz Antoniak | 2019-03-01 | 1 | -0/+42 |
* | Removed cast warnings under Visual Studio | Grzegorz Antoniak | 2019-02-27 | 1 | -1/+1 |
* | ZIP reader: added support for XZ, LZMA, PPMD8 and BZIP2 decompression | Grzegorz Antoniak | 2018-12-18 | 1 | -0/+447 |
* | Clear the ZIP format name before constructing a new one, so it isn't appended... | Zack Weger | 2017-10-20 | 1 | -0/+4 |
* | Repair detected memory leaks in libarchive tests | Martin Matuska | 2017-02-01 | 1 | -0/+5 |
* | Issue 422: Add archive_xxx_version() calls so tests can more accurately quer... | Tim Kientzle | 2016-03-12 | 1 | -10/+4 |
* | Return uncompressed size if it's known, even if compressed size and/or CRC ar... | Tim Kientzle | 2013-12-28 | 1 | -4/+2 |
* | Detect encrypted archive entries (ZIP, RAR, 7Zip) | Konrad Kleine | 2013-09-17 | 1 | -0/+14 |
* | Replace deprecated macro ARCHIVE_COMPRESSION_* by ARCHIVE_FILTER_*. | Michihiro NAKAJIMA | 2012-10-09 | 1 | -2/+2 |
* | Stop using deprecated functions. Much remains to be replaced. | Michihiro NAKAJIMA | 2012-10-07 | 1 | -2/+2 |
* | Basic test and support for symlinks in Zip archives. | Tim Kientzle | 2011-12-22 | 1 | -0/+33 |
* | Issue 201: Make Zip tests pass without zlib. | Tim Kientzle | 2011-12-02 | 1 | -9/+10 |
* | Issue 152: Now that we have a seeking Zip reader that understands | Tim Kientzle | 2011-11-23 | 1 | -12/+19 |
* | Refactor Zip read tests to exercise both seeking and streaming readers. | Tim Kientzle | 2011-11-22 | 1 | -33/+99 |
* | Issue 192: Fix tests that fail when libarchive is deliberately | Tim Kientzle | 2011-11-11 | 1 | -33/+45 |
* | Test that archive_read_extract works correctly with Zip entries | Tim Kientzle | 2011-09-19 | 1 | -0/+32 |
* | Fix counting files read, dot not count it up when returning ARCHIVE_EOF. | Michihiro NAKAJIMA | 2011-06-25 | 1 | -0/+7 |
* | Fix warnings in libarchive/test_*.c on Borland C Compiler. | Michihiro NAKAJIMA | 2011-05-18 | 1 | -2/+2 |
* | Use assertEqualMem instead of assert(0 == memcmp(xxx....)). | Michihiro NAKAJIMA | 2011-05-12 | 1 | -3/+3 |
* | remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000 | Roman Neuhauser | 2011-04-09 | 1 | -4/+0 |
* | tests use archive_read_support_filter_*() | Roman Neuhauser | 2011-03-28 | 1 | -2/+2 |
* | Add support for Info-ZIP New Unix Extra Field "ux". | Michihiro NAKAJIMA | 2011-03-20 | 1 | -1/+54 |
* | Unbreak build on mingw. | Michihiro NAKAJIMA | 2010-02-24 | 1 | -0/+4 |
* | Rename archive_read_finish to archive_read_free and | Tim Kientzle | 2010-02-08 | 1 | -1/+1 |
* | Style: Update a bunch of old assert() and assertA() calls. | Tim Kientzle | 2010-02-07 | 1 | -2/+2 |
* | Rip out the remaining support for old libarchive 1.x APIs. | Tim Kientzle | 2010-02-07 | 1 | -4/+0 |
* | Sync $FreeBSD$ version info from FreeBSD SVN | Tim Kientzle | 2009-12-30 | 1 | -1/+1 |
* | Remove all compiling condition of ZLIB and BZLIB2 | Michihiro NAKAJIMA | 2009-02-17 | 1 | -6/+12 |
* | Disable Zip read test on Windows. | Tim Kientzle | 2008-12-28 | 1 | -1/+5 |
* | IFC | Tim Kientzle | 2008-10-21 | 1 | -2/+9 |
* | IFC | Tim Kientzle | 2008-09-01 | 1 | -4/+4 |
* | IFC: test suite builds with 1.x API | Tim Kientzle | 2008-08-11 | 1 | -1/+3 |
* | IFC | Tim Kientzle | 2008-08-03 | 1 | -3/+4 |
* | Split the reference file here out into a separate file for | Tim Kientzle | 2008-06-25 | 1 | -19/+3 |
* | IFC to populate initial libarchive-portable tree. | Tim Kientzle | 2008-04-29 | 1 | -0/+88 |