| Commit message (Expand) | Author | Age | Files | Lines |
* | Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variables | kientzle | 2008-12-08 | 1 | -1/+14 |
* | New tests: | kientzle | 2008-12-06 | 9 | -0/+27367 |
* | Strip ";1" and trailing "." from ISO9660 entries. | kientzle | 2008-12-06 | 1 | -12/+21 |
* | General improvements to Rockridge parsing and ISO9660 format detection. | kientzle | 2008-12-06 | 1 | -156/+354 |
* | Conditionalize a bunch of debugging messages; this also | kientzle | 2008-12-06 | 1 | -1/+10 |
* | MfP4: Big read filter refactoring. | kientzle | 2008-12-06 | 15 | -1550/+1427 |
* | Style: tabs after #define | kientzle | 2008-12-06 | 1 | -2/+2 |
* | Use GCC-specific dead function markers only when using GCC. | kientzle | 2008-12-06 | 1 | -1/+8 |
* | Structure declarations can't be dllexported. | kientzle | 2008-12-06 | 1 | -1/+1 |
* | Style fixes: | kientzle | 2008-12-06 | 1 | -29/+71 |
* | A couple of portability fixes from Joerg Sonnenberger | kientzle | 2008-12-06 | 1 | -8/+8 |
* | Recover after test failure. | kientzle | 2008-12-06 | 1 | -1/+4 |
* | Style: skipping() function correctly counts this as a skipped test. | kientzle | 2008-12-06 | 1 | -1/+1 |
* | Style improvements. | kientzle | 2008-12-06 | 1 | -4/+6 |
* | Better reporting of test failures. | kientzle | 2008-12-06 | 1 | -4/+10 |
* | Recover from a test failure here. | kientzle | 2008-12-06 | 1 | -1/+4 |
* | New internal archive_string_concat utility function. | kientzle | 2008-12-06 | 2 | -0/+18 |
* | Minor portability: Declare 'r' only within the conditional | kientzle | 2008-12-06 | 1 | -2/+2 |
* | Windows build now uses PLATFORM_CONFIG_H macro, so we can eliminate the | kientzle | 2008-12-06 | 1 | -4/+1 |
* | 2 is more portable than STDERR_FILENO | kientzle | 2008-12-06 | 1 | -1/+1 |
* | When running on a filesystem that lacks ACL support, | kientzle | 2008-11-17 | 1 | -9/+9 |
* | Correct the documented declaration of the archive_write_callback to | kientzle | 2008-11-01 | 1 | -2/+2 |
* | Move va_end() up | des | 2008-10-21 | 1 | -1/+1 |
* | If we don't know the file size, leave the file size unset. | kientzle | 2008-10-21 | 3 | -14/+28 |
* | Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtime | kientzle | 2008-10-19 | 3 | -4/+248 |
* | Style: Mark private data 'static', correct an old comment. | kientzle | 2008-10-19 | 1 | -5/+4 |
* | Verify high-res birthtime support on FreeBSD. | kientzle | 2008-09-30 | 1 | -0/+2 |
* | MfP4: restore birth time data to disk + more thorough tests for | kientzle | 2008-09-30 | 4 | -83/+320 |
* | MfP4: Store/read birthtime data in pax format. | kientzle | 2008-09-30 | 4 | -0/+160 |
* | MfP4: Support for storing birthtime in archive_entry objects. | kientzle | 2008-09-30 | 7 | -0/+73 |
* | MfP4: Generalize int64_t in the public headers to support compilers | kientzle | 2008-09-18 | 2 | -5/+9 |
* | Trying to distinguish different "versions" of mtree files was a silly idea. | kientzle | 2008-09-18 | 3 | -4/+2 |
* | Choose a flag-handling strategy based on platform capabilities | kientzle | 2008-09-14 | 2 | -6/+8 |
* | Portability: Don't use symbolic constants when the values are more | kientzle | 2008-09-12 | 1 | -7/+7 |
* | Portability: Not everyone is lucky enough to have ftruncate() | kientzle | 2008-09-12 | 2 | -0/+3 |
* | Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAX | kientzle | 2008-09-12 | 3 | -0/+11 |
* | Windows compatibility: The stub replacement for compression_program | kientzle | 2008-09-12 | 1 | -0/+2 |
* | Fix a type-aliasing problem in the libarchive test suite, | kientzle | 2008-09-08 | 2 | -4/+5 |
* | Correct a leaking archive_entry in the test suite. | kientzle | 2008-09-07 | 1 | -0/+1 |
* | Correct the comments here. | kientzle | 2008-09-07 | 1 | -2/+2 |
* | When restoring a directory, allow symlinks to be followed. The full | kientzle | 2008-09-07 | 2 | -3/+88 |
* | The link resolver now unsets the size to mark a hardlink | kientzle | 2008-09-05 | 1 | -2/+2 |
* | MfP4: Handle entries with unset size properly: Regular files with | kientzle | 2008-09-05 | 3 | -59/+223 |
* | MfP4: Use the set/unset tracking to determine when mtime or atime | kientzle | 2008-09-05 | 1 | -14/+51 |
* | Markup fix. | kientzle | 2008-09-04 | 1 | -2/+2 |
* | Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests on | kientzle | 2008-09-01 | 53 | -311/+309 |
* | MfP4: set/unset tracking for atime, ctime, mtime, and size fields. | kientzle | 2008-09-01 | 4 | -28/+160 |
* | Sort the list of format names. | kientzle | 2008-09-01 | 1 | -1/+1 |
* | Use the "start_time" (time at which the restore process began) | kientzle | 2008-09-01 | 2 | -7/+17 |
* | New mtree writer, thanks to Joerg Sonnenberger. | kientzle | 2008-08-31 | 5 | -0/+263 |