summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #106 from orex/correctedTim Kientzle2015-05-301-0/+2
|\
| * Small cosmetic changes.Kirill Okhotnikov2015-05-111-2/+2
| * New functionality added for automatically choose write file format and filter...Kirill Okhotnikov2015-02-091-0/+2
* | Merge pull request #534 from rossburton/masterTim Kientzle2015-05-091-0/+3
|\ \
| * | build: fix out of tree buildsRoss Burton2015-05-051-0/+3
* | | Test support for UTF8 pathname extension in Zip archivesTim Kientzle2015-04-131-0/+2
|/ /
* | Issue 405: segfault on malformed 7z archiveTim Kientzle2015-02-081-0/+3
* | Issue 406: Segfault on malformed Zip archiveTim Kientzle2015-02-081-0/+2
|/
* Duplicate the cpio_bin_be test to build a basic cpio_bin_le test.Tim Kientzle2015-01-301-0/+2
* Fix a potential crash issue discovered by Alexander Cherepanov:Tim Kientzle2015-01-101-0/+2
* Issue 379: Zip containing another Zip is misparsedTim Kientzle2015-01-031-0/+2
* Fix handling of leading slashes for hardlinksTim Kientzle2014-11-021-0/+2
* Fix typo.Michihiro NAKAJIMA2014-10-121-1/+1
* Fix build failure on Windows.Michihiro NAKAJIMA2014-10-121-1/+3
* Add tests for --passphrase option.Michihiro NAKAJIMA2014-10-041-0/+4
* Implement reading a passphrase from ttys.Michihiro NAKAJIMA2014-09-211-1/+3
* Change digest functionarity files and relative global variables fromMichihiro NAKAJIMA2014-09-151-3/+3
* Add new APIs that pass passphrases for reading and writingMichihiro NAKAJIMA2014-09-141-1/+7
* Move cryptographic functions into archive_cryptor.c.Michihiro NAKAJIMA2014-09-091-0/+2
* Rename archive_hmac.h archive_hmac_private.hMichihiro NAKAJIMA2014-09-081-1/+1
* Add support for traditional PKWARE encryption.Michihiro NAKAJIMA2014-09-081-0/+2
* Add support for extracting WinZIp AES encryption.Michihiro NAKAJIMA2014-09-071-0/+8
* Add support for Traditional PKWARE decryption to zip reader.Michihiro NAKAJIMA2014-09-071-0/+2
* Add additional tests for lz4 compression in front-end applications.Michihiro NAKAJIMA2014-08-181-0/+6
* Add lz4 test for bsdcat.Michihiro NAKAJIMA2014-08-181-0/+2
* Merge pull request #87 from hroptatyr/fix/cat-empty-fileTim Kientzle2014-08-171-0/+4
|\
| * Provide regression test case for bsdcat on empty compressed filesSebastian Freundt2014-08-121-0/+4
* | Update xxhash.c to lz4 r120 version;Michihiro NAKAJIMA2014-08-141-2/+1
* | Add support for lz4 write filter.Michihiro NAKAJIMA2014-08-141-0/+4
|/
* Fix issue 356: properly skip a sparse file entry in a tar file.Michihiro NAKAJIMA2014-07-121-0/+2
* Add a test for a bug fix of lha reader.Michihiro NAKAJIMA2014-07-031-0/+2
* Add support for lz4 read filter.Michihiro NAKAJIMA2014-06-301-1/+18
* Fix a bug which uudecode filter wrongly decoded the uuencoded dataMichihiro NAKAJIMA2014-06-291-0/+2
* Tests, provide known-good archive read test.Sebastian Freundt2014-06-101-0/+1
* Provide WARC read/write testsSebastian Freundt2014-05-211-0/+2
* Provide ISO 28500:2009 reader (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+1
* Provide ISO 28500:2009 writer (aka warc, aka web archive)Sebastian Freundt2014-05-211-0/+1
* Add basic tests for bsdcat.Mike Kazantsev2014-04-091-6/+56
* Add missing backslash before bsdcat_EXTRA_DIST.Mike Kazantsev2014-04-091-1/+1
* Merge pull request #70 from mk-fg/add_bsdcat_toolTim Kientzle2014-04-061-2/+47
|\
| * Add optional bsdcat tool.Mike Kazantsev2014-04-041-2/+47
* | Split archive_read_extract2 from archive_read_extractPaul Barker2014-04-061-0/+1
|/
* Make the backslash line continuations more consistent for automatic updating;...Tim Kientzle2014-01-161-753/+765
* Include tests for new zip64 functionality in autoconf-based build.Tim Kientzle2014-01-161-0/+2
* Merge pull request #62 from kientzle/masterTim Kientzle2014-01-161-2/+6
|\
| * Verify that Zip writer rejects too-large files when Zip64 is disabled.Tim Kientzle2014-01-121-0/+1
| * Test for large Zip archives, following code for large Tar test.Tim Kientzle2013-12-281-1/+2
| * Finish the detailed verification of zip archive with single entry for both zi...Tim Kientzle2013-12-261-0/+1
| * Test detailed zip format for regular file entry.Tim Kientzle2013-12-261-0/+1
| * Be more careful about enabling zip64 (fixes zip_compression_store test)Tim Kientzle2013-12-261-0/+1