summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Style: tabs after #definekientzle2008-12-061-2/+2
* Use GCC-specific dead function markers only when using GCC.kientzle2008-12-061-1/+8
* Structure declarations can't be dllexported.kientzle2008-12-061-1/+1
* Style fixes:kientzle2008-12-061-29/+71
* A couple of portability fixes from Joerg Sonnenbergerkientzle2008-12-061-8/+8
* Recover after test failure.kientzle2008-12-061-1/+4
* Style: skipping() function correctly counts this as a skipped test.kientzle2008-12-061-1/+1
* Style improvements.kientzle2008-12-061-4/+6
* Better reporting of test failures.kientzle2008-12-061-4/+10
* Recover from a test failure here.kientzle2008-12-061-1/+4
* New internal archive_string_concat utility function.kientzle2008-12-062-0/+18
* Minor portability: Declare 'r' only within the conditionalkientzle2008-12-061-2/+2
* Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate thekientzle2008-12-061-4/+1
* 2 is more portable than STDERR_FILENOkientzle2008-12-061-1/+1
* When running on a filesystem that lacks ACL support,kientzle2008-11-171-9/+9
* Correct the documented declaration of the archive_write_callback tokientzle2008-11-011-2/+2
* Move va_end() updes2008-10-211-1/+1
* If we don't know the file size, leave the file size unset.kientzle2008-10-213-14/+28
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimekientzle2008-10-193-4/+248
* Style: Mark private data 'static', correct an old comment.kientzle2008-10-191-5/+4
* Verify high-res birthtime support on FreeBSD.kientzle2008-09-301-0/+2
* MfP4: restore birth time data to disk + more thorough tests forkientzle2008-09-304-83/+320
* MfP4: Store/read birthtime data in pax format.kientzle2008-09-304-0/+160
* MfP4: Support for storing birthtime in archive_entry objects.kientzle2008-09-307-0/+73
* MfP4: Generalize int64_t in the public headers to support compilerskientzle2008-09-182-5/+9
* Trying to distinguish different "versions" of mtree files was a silly idea.kientzle2008-09-183-4/+2
* Choose a flag-handling strategy based on platform capabilitieskientzle2008-09-142-6/+8
* Portability: Don't use symbolic constants when the values are morekientzle2008-09-121-7/+7
* Portability: Not everyone is lucky enough to have ftruncate()kientzle2008-09-122-0/+3
* Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAXkientzle2008-09-123-0/+11
* Windows compatibility: The stub replacement for compression_programkientzle2008-09-121-0/+2
* Fix a type-aliasing problem in the libarchive test suite,kientzle2008-09-082-4/+5
* Correct a leaking archive_entry in the test suite.kientzle2008-09-071-0/+1
* Correct the comments here.kientzle2008-09-071-2/+2
* When restoring a directory, allow symlinks to be followed. The fullkientzle2008-09-072-3/+88
* The link resolver now unsets the size to mark a hardlinkkientzle2008-09-051-2/+2
* MfP4: Handle entries with unset size properly: Regular files withkientzle2008-09-053-59/+223
* MfP4: Use the set/unset tracking to determine when mtime or atimekientzle2008-09-051-14/+51
* Markup fix.kientzle2008-09-041-2/+2
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onkientzle2008-09-0153-311/+309
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.kientzle2008-09-014-28/+160
* Sort the list of format names.kientzle2008-09-011-1/+1
* Use the "start_time" (time at which the restore process began)kientzle2008-09-012-7/+17
* New mtree writer, thanks to Joerg Sonnenberger.kientzle2008-08-315-0/+263
* Joerg Sonnenberger's improvements to the shar writer.kientzle2008-08-311-190/+255
* Make libarchive_test a little smarter about trying to findkientzle2008-08-311-11/+52
* When atime wasn't specified, it should get set == mtime.kientzle2008-08-301-2/+2
* If no atime was specified (for example, when extracting from ustarkientzle2008-08-282-1/+11
* Alphabetize the list of tests.kientzle2008-08-251-4/+4
* Update the total archive byte counters when writing entries to disk usingkientzle2008-08-241-0/+2
OpenPOWER on IntegriCloud