summaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Permit ` as a pad character in the filename table.Tim Kientzle2009-02-011-4/+3
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-01-263-22/+305
* Merge-from-Googlecode r419Tim Kientzle2009-01-214-18/+81
* "The first part is just to give more info, the latter part fixesTim Kientzle2009-01-131-2/+5
* Don't try to read the next Gzip header after we reach theTim Kientzle2009-01-011-2/+3
* If conversion from UTF8 fails, don't mark Unicode text as available.Tim Kientzle2008-12-231-1/+2
* Teach get_refdir() about FreeBSD's /usr/obj convention.Tim Kientzle2008-12-211-34/+45
* Fill in a missing constTim Kientzle2008-12-171-1/+1
* Exit earlier on failure in this test.Tim Kientzle2008-12-171-2/+2
* Once the test has failed, exit before the segfault.Tim Kientzle2008-12-171-2/+11
* Update the ar write test to give more detailed information about failures.Tim Kientzle2008-12-171-44/+44
* Clarify an 'ar' error message.Tim Kientzle2008-12-171-1/+1
* Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variablesTim Kientzle2008-12-081-1/+14
* New tests:Tim Kientzle2008-12-069-0/+27367
* Strip ";1" and trailing "." from ISO9660 entries.Tim Kientzle2008-12-061-12/+21
* General improvements to Rockridge parsing and ISO9660 format detection.Tim Kientzle2008-12-061-156/+354
* Conditionalize a bunch of debugging messages; this alsoTim Kientzle2008-12-061-1/+10
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-0615-1550/+1427
* Style: tabs after #defineTim Kientzle2008-12-061-2/+2
* Use GCC-specific dead function markers only when using GCC.Tim Kientzle2008-12-061-1/+8
* Structure declarations can't be dllexported.Tim Kientzle2008-12-061-1/+1
* Style fixes:Tim Kientzle2008-12-061-29/+71
* A couple of portability fixes from Joerg SonnenbergerTim Kientzle2008-12-061-8/+8
* Recover after test failure.Tim Kientzle2008-12-061-1/+4
* Style: skipping() function correctly counts this as a skipped test.Tim Kientzle2008-12-061-1/+1
* Style improvements.Tim Kientzle2008-12-061-4/+6
* Better reporting of test failures.Tim Kientzle2008-12-061-4/+10
* Recover from a test failure here.Tim Kientzle2008-12-061-1/+4
* New internal archive_string_concat utility function.Tim Kientzle2008-12-062-0/+18
* Minor portability: Declare 'r' only within the conditionalTim Kientzle2008-12-061-2/+2
* Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate theTim Kientzle2008-12-061-4/+1
* 2 is more portable than STDERR_FILENOTim Kientzle2008-12-061-1/+1
* When running on a filesystem that lacks ACL support,Tim Kientzle2008-11-171-9/+9
* Correct the documented declaration of the archive_write_callback toTim Kientzle2008-11-011-2/+2
* Move va_end() upDag-Erling Smørgrav2008-10-211-1/+1
* If we don't know the file size, leave the file size unset.Tim Kientzle2008-10-213-14/+28
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimeTim Kientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.Tim Kientzle2008-10-191-5/+4
* Verify high-res birthtime support on FreeBSD.Tim Kientzle2008-09-301-0/+2
* MfP4: restore birth time data to disk + more thorough tests forTim Kientzle2008-09-304-83/+320
* MfP4: Store/read birthtime data in pax format.Tim Kientzle2008-09-304-0/+160
* MfP4: Support for storing birthtime in archive_entry objects.Tim Kientzle2008-09-307-0/+73
* MfP4: Generalize int64_t in the public headers to support compilersTim Kientzle2008-09-182-5/+9
* Trying to distinguish different "versions" of mtree files was a silly idea.Tim Kientzle2008-09-183-4/+2
* Choose a flag-handling strategy based on platform capabilitiesTim Kientzle2008-09-142-6/+8
* Portability: Don't use symbolic constants when the values are moreTim Kientzle2008-09-121-7/+7
* Portability: Not everyone is lucky enough to have ftruncate()Tim Kientzle2008-09-122-0/+3
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXTim Kientzle2008-09-123-0/+11
* Windows compatibility: The stub replacement for compression_programTim Kientzle2008-09-121-0/+2
* Fix a type-aliasing problem in the libarchive test suite,Tim Kientzle2008-09-082-4/+5