summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* Fix the problem that bsdtar with new directory traversals code failMichihiro NAKAJIMA2012-02-281-0/+1
* Add -Wformat and -Wformat-security to default CFLAGS for all builds.Andres Mejia2012-02-241-1/+1
* Make warnings enabled match what is enabled for cmake builds.Andres Mejia2012-02-241-1/+3
* Introduce archive_match_exclude_pattern_from_file(_w) andMichihiro NAKAJIMA2012-02-121-3/+1
* Enable aggressive warning options, -Wextra -Wunused -Wshadow -Wmissing-protot...Michihiro NAKAJIMA2012-02-091-1/+1
* Rename archive_matching to archive_match.Michihiro NAKAJIMA2012-02-081-4/+4
* Add the ability to parse a date string into archive_matching.Michihiro NAKAJIMA2012-02-071-3/+2
* Issue 226: Try to reproduce a hang when reading archivesTim Kientzle2012-01-221-0/+1
* Issue 225: Misreading directories in MSDOS Zip files.Tim Kientzle2012-01-221-0/+1
* Fix build failure at libarchive_fe.Michihiro NAKAJIMA2012-01-181-0/+1
* Use archive_matching API at both bsdcpio and bsdtar instead of lafe_exclude f...Michihiro NAKAJIMA2012-01-181-5/+3
* Retire tar/tree.[ch], directory traversal code, switched by new one implement...Michihiro NAKAJIMA2012-01-171-2/+0
* Introduce archive_matching APIs. This is a set of utility functions toMichihiro NAKAJIMA2012-01-171-0/+6
* Add a test for archiving sparse files with pax writer. Michihiro NAKAJIMA2012-01-091-0/+1
* Add a test for --nodump option.Michihiro NAKAJIMA2011-12-311-0/+1
* Issue 216: bsdtar output truncated.Michihiro NAKAJIMA2011-12-301-0/+2
* Include the new test file in the distribution.Tim Kientzle2011-12-221-0/+1
* Refactor the UID/GID lookup in write_disk so that it can beTim Kientzle2011-12-181-0/+1
* Add 7-Zip writer.Michihiro NAKAJIMA2011-12-181-0/+2
* Correctly handle symbolic files in 7-Zip archives.Michihiro NAKAJIMA2011-12-171-0/+1
* Enable 7-Zip reader to handle both BCJ and BCJ2 with all encoding types.Michihiro NAKAJIMA2011-12-141-0/+8
* Add BCJ2 sample files to Makefile.amMichihiro NAKAJIMA2011-12-131-0/+4
* Add archive_read_support_format_by_code(), including documentation.Tim Kientzle2011-12-091-0/+1
* Enable BCJ + LZMA1 in the 7-Zip reader.Michihiro NAKAJIMA2011-11-291-0/+1
* Add support for PPMd.Michihiro NAKAJIMA2011-11-281-0/+1
* Add support for 7-Zip.Michihiro NAKAJIMA2011-11-261-0/+15
* Include some omitted files.Tim Kientzle2011-11-261-0/+2
* The additional elimination of bsdtar_windows.[ch].Michihiro NAKAJIMA2011-11-171-7/+0
* Put the list.h files with the test programs.Tim Kientzle2011-11-061-4/+5
* Fix the iconv probe and actually use the result.Tim Kientzle2011-09-231-2/+4
* Issue 185: Include the contributed Zip in the regression test,Tim Kientzle2011-09-201-0/+2
* Add test case for RAR SFX archives.Andres Mejia2011-09-091-0/+1
* Provide basic test case for RAR files generated on Windows machines.Andres Mejia2011-09-051-0/+1
* Change how crypto support is implemented within libarchive.Andres Mejia2011-08-271-1/+3
* Add a test to check whether ISO images that interleave files andTim Kientzle2011-08-151-1/+2
* Modify ppmd7 code to minimize symbols leaked into the global name space.Andres Mejia2011-08-081-1/+0
* Add missing reference test files for inclusion in tarball.Andres Mejia2011-08-081-0/+4
* Fix generation of tarball.Andres Mejia2011-08-081-1/+0
* Rename archive_ppmd*.h headers to archive_ppmd*private.h.Andres Mejia2011-08-081-2/+2
* Add basic test for rar file with binary data.Andres Mejia2011-08-071-0/+1
* Support conversions between ppmd blocks and lzss blocks.Andres Mejia2011-08-061-0/+1
* Implement support for RAR files compressed using "best" and "good" method.Andres Mejia2011-08-061-0/+5
* Implement unicode support.Andres Mejia2011-07-211-0/+1
* Next iteration of RAR reader.Tim Kientzle2011-07-161-0/+2
* Add support for a pax textended keyword, "SUN.holesdata", which describes whe...Michihiro NAKAJIMA2011-07-121-0/+3
* First cut at RAR support, including RARv3.Tim Kientzle2011-06-261-0/+5
* Issue 153: Test failures on platforms that lack full support forTim Kientzle2011-06-261-2/+1
* Extend the old test_compat_mac_gnutar to exercise compatibility withTim Kientzle2011-06-251-1/+1
* Use compress for test_archive_string_conversion.txt instead of gzip to workMichihiro NAKAJIMA2011-05-241-1/+1
* Implement a string conversion interface to archive_entry and archive_mstringMichihiro NAKAJIMA2011-05-091-0/+1