summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.2.2v3.2.2releaseTim Kientzle2016-10-231-1/+1
* Add missing test archives to Makefile.amMartin Matuska2016-10-141-0/+2
* Issue 747 (and others?): Avoid OOB read when parsing multiple long linesTim Kientzle2016-09-181-0/+1
* Merge branch 'master' of github.com:libarchive/libarchiveTim Kientzle2016-08-091-0/+1
|\
| * Add test_..._zip_high_compression.c to automakeGraham Percival2016-08-051-0/+1
* | Test cases for Github Issue #744, #745, and #746.Tim Kientzle2016-08-091-0/+3
|/
* Add missing reference file to distributionTim Kientzle2016-06-191-0/+1
* Fix filename spellingTim Kientzle2016-06-191-1/+1
* Issue 521: Properly check reading from lzss decompression bufferTim Kientzle2016-06-191-0/+1
* Fix the broken test nameTim Kientzle2016-06-031-1/+1
* Makefile.am: Remove non-existing fileMaxin B. John2016-06-031-1/+1
* Issue 682: Correctly write gnutar filenames of exactly 512 bytesTim Kientzle2016-05-311-0/+1
* Issue 708: tar should fail if a named input file is missingTim Kientzle2016-05-281-0/+2
* Be more accurate about finding testsTim Kientzle2016-04-101-4/+4
* Dynamically determine supported compiler flags during configureEric N. Vander Weele2016-03-181-2/+1
* Include missing reference files for testsTim Kientzle2016-01-101-0/+2
* Include overlooked header file in distroTim Kientzle2016-01-101-0/+1
* Remove Zip UTF8 tests from buildTim Kientzle2016-01-101-2/+0
* Fix trailing whitespace in Makefile.amGraham Percival2015-09-291-1/+1
* Merge pull request #599 from Tarsnap/add-missing-tests-to-automakeTim Kientzle2015-09-041-0/+2
|\
| * add missing tests to automakeGraham Percival2015-09-021-0/+2
* | Add test for #595 "warn missing hardlink target"Graham Percival2015-09-021-0/+1
|/
* 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