| Commit message (Expand) | Author | Age | Files | Lines |
| * | Choose a flag-handling strategy based on platform capabilities | Tim Kientzle | 2008-09-14 | 2 | -6/+8 |
| * | Portability: Don't use symbolic constants when the values are more | Tim Kientzle | 2008-09-12 | 1 | -7/+7 |
| * | Portability: Not everyone is lucky enough to have ftruncate() | Tim Kientzle | 2008-09-12 | 2 | -0/+3 |
| * | Portability: Support platforms that lack (struct stat).st_blksize or SSIZE_MAX | Tim Kientzle | 2008-09-12 | 3 | -0/+11 |
| * | Windows compatibility: The stub replacement for compression_program | Tim Kientzle | 2008-09-12 | 1 | -0/+2 |
| * | Fix a type-aliasing problem in the libarchive test suite, | Tim Kientzle | 2008-09-08 | 2 | -4/+5 |
| * | Correct a leaking archive_entry in the test suite. | Tim Kientzle | 2008-09-07 | 1 | -0/+1 |
| * | Correct the comments here. | Tim Kientzle | 2008-09-07 | 1 | -2/+2 |
| * | When restoring a directory, allow symlinks to be followed. The full | Tim Kientzle | 2008-09-07 | 2 | -3/+88 |
| * | The link resolver now unsets the size to mark a hardlink | Tim Kientzle | 2008-09-05 | 1 | -2/+2 |
| * | MfP4: Handle entries with unset size properly: Regular files with | Tim Kientzle | 2008-09-05 | 3 | -59/+223 |
| * | MfP4: Use the set/unset tracking to determine when mtime or atime | Tim Kientzle | 2008-09-05 | 1 | -14/+51 |
| * | Markup fix. | Tim Kientzle | 2008-09-04 | 1 | -2/+2 |
| * | Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests on | Tim Kientzle | 2008-09-01 | 53 | -311/+309 |
| * | MfP4: set/unset tracking for atime, ctime, mtime, and size fields. | Tim Kientzle | 2008-09-01 | 4 | -28/+160 |
| * | Sort the list of format names. | Tim Kientzle | 2008-09-01 | 1 | -1/+1 |
| * | Use the "start_time" (time at which the restore process began) | Tim Kientzle | 2008-09-01 | 2 | -7/+17 |
| * | New mtree writer, thanks to Joerg Sonnenberger. | Tim Kientzle | 2008-08-31 | 5 | -0/+263 |
| * | Joerg Sonnenberger's improvements to the shar writer. | Tim Kientzle | 2008-08-31 | 1 | -188/+253 |
| * | Make libarchive_test a little smarter about trying to find | Tim Kientzle | 2008-08-31 | 1 | -11/+52 |
| * | When atime wasn't specified, it should get set == mtime. | Tim Kientzle | 2008-08-30 | 1 | -2/+2 |
| * | If no atime was specified (for example, when extracting from ustar | Tim Kientzle | 2008-08-28 | 2 | -1/+11 |
| * | Alphabetize the list of tests. | Tim Kientzle | 2008-08-25 | 1 | -4/+4 |
| * | Update the total archive byte counters when writing entries to disk using | Tim Kientzle | 2008-08-24 | 1 | -0/+2 |
| * | Remove the stillborn attempt to cleanup tests as well as the build dir. | Tim Kientzle | 2008-08-24 | 1 | -4/+0 |
| * | Fail copying path/.. only if SECURE_NODOTDOT was specified. | Tim Kientzle | 2008-08-24 | 2 | -15/+7 |
| * | Fix the cpio bug tested for by r182092 of usr.bin/cpio/test. | Tim Kientzle | 2008-08-24 | 1 | -1/+5 |
| * | Fix up test suite so it works again with the libarchive 1.x API. | Tim Kientzle | 2008-08-11 | 5 | -2/+38 |
| * | Correct test_tar_large so it works correctly with the libarchive 1.x API. | Tim Kientzle | 2008-08-10 | 1 | -1/+1 |
| * | Explain why two apparently-identical archive_read_data() calls | Tim Kientzle | 2008-08-10 | 1 | -0/+2 |
| * | MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers | Tim Kientzle | 2008-08-10 | 2 | -0/+6 |
| * | Mark functions as __dead2 in order to help the LLVM static checker | Colin Percival | 2008-08-04 | 1 | -1/+1 |
| * | Garbage collect a variable which is assigned a value once but otherwise | Colin Percival | 2008-07-10 | 1 | -2/+0 |
| * | libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5. | Tim Kientzle | 2008-07-05 | 1 | -2/+2 |
| * | Remove a couple of capability definitions that are never used. | Tim Kientzle | 2008-07-05 | 1 | -2/+0 |
| * | When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always | Tim Kientzle | 2008-07-05 | 1 | -5/+9 |
| * | Don't use the deprecated linux/ext2_fs.h include file. | Tim Kientzle | 2008-07-05 | 1 | -3/+0 |
| * | Add $FreeBSD$ to the uuencoded test files that didn't have them already. | Peter Wemm | 2008-07-03 | 9 | -0/+9 |
| * | More explicit error message. | Dag-Erling Smørgrav | 2008-06-30 | 1 | -1/+2 |
| * | Add missing $FreeBSD$ | Dag-Erling Smørgrav | 2008-06-30 | 1 | -0/+1 |
| * | Some tests won't build at WARNS level 6 due to aliasing violations. | Dag-Erling Smørgrav | 2008-06-26 | 1 | -4/+4 |
| * | Add regression test for CRC32 check. The test file has been modified to | Dag-Erling Smørgrav | 2008-06-26 | 2 | -5/+6 |
| * | Implement CRC32 verification. Note that you have to read until EOF to | Dag-Erling Smørgrav | 2008-06-26 | 1 | -5/+12 |
| * | Allow the tests to build without libdmalloc. | Dag-Erling Smørgrav | 2008-06-26 | 1 | -2/+2 |
| * | Split out the reference zip file for ease of maintenance. | Tim Kientzle | 2008-06-26 | 2 | -19/+16 |
| * | Refactor one of the ISO extraction tests: Move the reference | Tim Kientzle | 2008-06-21 | 2 | -94/+76 |
| * | MfP4: Joerg Sonnenberg's extensions to the mtree support for more | Tim Kientzle | 2008-06-21 | 1 | -12/+79 |
| * | A security-check failure here should be ARCHIVE_FAILED (cannot continue this | Tim Kientzle | 2008-06-21 | 1 | -3/+3 |
| * | Rework the my_mbtowc_utf8() support function to fully match the mbtowc() | Tim Kientzle | 2008-06-15 | 1 | -14/+14 |
| * | Since wctomb() returns int, temporaries should be int, not size_t. | Tim Kientzle | 2008-06-15 | 1 | -2/+2 |