summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Libarchive 3.0.0a TEST releasev3.0.0aTim Kientzle2011-11-131-0/+2
* Update NEWS with a (very brief) summary of key changes since libarchive 2.8.Tim Kientzle2011-11-121-0/+54
* Clarify INSTALL.Tim Kientzle2011-11-121-2/+7
* Update README with new formats that have been added since libarchive 2.8.Tim Kientzle2011-11-121-13/+24
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-124-12/+14
* Align the test harnesses in each project.Tim Kientzle2011-11-126-59/+676
* Don't use // for comments, for compatibility with older compilers.Tim Kientzle2011-11-121-3/+3
* Issue 197: fix a typo; a test for 'ino' accidentally referredTim Kientzle2011-11-121-1/+1
* Disable OpenSSL probe on Darwin.Tim Kientzle2011-11-121-0/+3
* Issue 196: cpio format tests should verify that nlinks in theTim Kientzle2011-11-125-29/+22
* Issue 192: Fix tests that fail when libarchive is deliberatelyTim Kientzle2011-11-113-55/+78
* Garbage collect more vestigal name_cache bits.Colin Percival2011-11-101-13/+0
* Garbage collect NO_NAME. It hasn't been used since r423 (January 2009)Colin Percival2011-11-101-2/+0
* Issue 193: allow ctime/mtime filters to work accurately onTim Kientzle2011-11-094-4/+10
* Issue 191: Update the manpage for archive_entry_stat toTim Kientzle2011-11-091-4/+30
* Issue 191: Clear struct stat so that fields not explicitlyTim Kientzle2011-11-081-1/+1
* Fill in some comments for the makerelease script.Tim Kientzle2011-11-061-0/+10
* Put the list.h files with the test programs.Tim Kientzle2011-11-061-4/+5
* Assign the intermediate value to a variable toTim Kientzle2011-11-061-2/+4
* Rename ARCHIVE_LIBTOOL_MAJOR to ARCHIVE_INTERFACE.Tim Kientzle2011-11-061-2/+2
* Update iconv.m4 to the newest version.Tim Kientzle2011-11-061-9/+21
* Update shared library version computation for upcoming 3.0.0a release.Tim Kientzle2011-11-062-8/+22
* Issue 190: Fix build when liblzma is installed through MacPorts.Tim Kientzle2011-11-061-0/+4
* Rather than marking the LZMA variables "not advanced", justTim Kientzle2011-11-062-11/+0
* Mask SIGPIPE for libarchive test, tar, and cpio.Tim Kientzle2011-11-053-2/+33
* Actually, it's OpenSSL that's deprecated on Mac OS, not RMD.Tim Kientzle2011-11-051-6/+3
* Disable RMD160 checks on Darwin.Tim Kientzle2011-11-051-1/+5
* Issue 165: Use GNU tar-style hHrRsS trailing flags toTim Kientzle2011-11-054-37/+159
* Add a test inspired by Issue #186.Tim Kientzle2011-11-051-0/+35
* Issue 188: Bump maximum line length to 64k.Tim Kientzle2011-11-041-1/+1
* Use the original filename for reporting errors, instead of the processed one.Tim Kientzle2011-11-041-2/+3
* When tar is appending one archive to another,Tim Kientzle2011-11-031-3/+2
* Issue #189: Don't rely on dev/ino being zero when theyTim Kientzle2011-11-0311-16/+52
* Remove test for 'self == NULL' in bzip2_reader_init. It isn't needed,Colin Percival2011-11-021-1/+1
* Probes for libmd on FreeBSD.Tim Kientzle2011-10-181-4/+15
* First part of libmd support for FreeBSD.Tim Kientzle2011-10-162-3/+125
* Fix a typo that prevented CommonCrypto (part of libSystem) from beingTim Kientzle2011-10-051-3/+3
* Provide slightly more descriptive summary.Andres Mejia2011-09-241-1/+4
* Make note that seek support is in the works.Andres Mejia2011-09-241-1/+1
* Remove a comment that describes how libarchive 1.x used to work.Tim Kientzle2011-09-231-12/+0
* Fix the iconv probe and actually use the result.Tim Kientzle2011-09-232-3/+5
* Issue 185: Include the contributed Zip in the regression test,Tim Kientzle2011-09-203-0/+68
* Test that archive_read_extract works correctly with Zip entriesTim Kientzle2011-09-193-1/+41
* Support old Info-Zip 'UX' extension. (Needs test.)Tim Kientzle2011-09-191-0/+13
* Print out the expected contents of a fileTim Kientzle2011-09-191-1/+1
* Make untar.c build correctly with libarchive 3.0.Tim Kientzle2011-09-181-0/+4
* Remove duplicate entry of -lxml2 in LIBS variable.Andres Mejia2011-09-171-1/+3
* Remove duplicate libraries in $LIBS variable.Andres Mejia2011-09-171-1/+3
* Build tar and cpio when both ENABLE_TAR and ENABLE_CPIO are OFF on CMake buil...Michihiro NAKAJIMA2011-09-154-8/+8
* Fix style.Michihiro NAKAJIMA2011-09-141-9/+12