| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Joerg Sonnenberger's improvements to the shar writer. | kientzle | 2008-08-31 | 1 | -190/+255 |
* | Make libarchive_test a little smarter about trying to find | kientzle | 2008-08-31 | 1 | -11/+52 |
* | When atime wasn't specified, it should get set == mtime. | kientzle | 2008-08-30 | 1 | -2/+2 |
* | If no atime was specified (for example, when extracting from ustar | kientzle | 2008-08-28 | 2 | -1/+11 |
* | Alphabetize the list of tests. | kientzle | 2008-08-25 | 1 | -4/+4 |
* | Update the total archive byte counters when writing entries to disk using | kientzle | 2008-08-24 | 1 | -0/+2 |
* | Remove the stillborn attempt to cleanup tests as well as the build dir. | kientzle | 2008-08-24 | 1 | -4/+0 |
* | Fail copying path/.. only if SECURE_NODOTDOT was specified. | kientzle | 2008-08-24 | 2 | -15/+7 |
* | Fix the cpio bug tested for by r182092 of usr.bin/cpio/test. | kientzle | 2008-08-24 | 1 | -1/+5 |
* | Fix up test suite so it works again with the libarchive 1.x API. | kientzle | 2008-08-11 | 5 | -2/+38 |
* | Correct test_tar_large so it works correctly with the libarchive 1.x API. | kientzle | 2008-08-10 | 1 | -1/+1 |
* | Explain why two apparently-identical archive_read_data() calls | kientzle | 2008-08-10 | 1 | -0/+2 |
* | MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writers | kientzle | 2008-08-10 | 2 | -0/+6 |
* | Mark functions as __dead2 in order to help the LLVM static checker | cperciva | 2008-08-04 | 1 | -1/+1 |
* | Garbage collect a variable which is assigned a value once but otherwise | cperciva | 2008-07-10 | 1 | -2/+0 |
* | libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5. | kientzle | 2008-07-05 | 1 | -2/+2 |
* | Remove a couple of capability definitions that are never used. | kientzle | 2008-07-05 | 1 | -2/+0 |
* | When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), always | kientzle | 2008-07-05 | 1 | -5/+9 |
* | Don't use the deprecated linux/ext2_fs.h include file. | kientzle | 2008-07-05 | 1 | -3/+0 |
* | Add $FreeBSD$ to the uuencoded test files that didn't have them already. | peter | 2008-07-03 | 9 | -0/+9 |
* | More explicit error message. | des | 2008-06-30 | 1 | -1/+2 |
* | Add missing $FreeBSD$ | des | 2008-06-30 | 1 | -0/+1 |
* | Some tests won't build at WARNS level 6 due to aliasing violations. | des | 2008-06-26 | 1 | -4/+4 |
* | Add regression test for CRC32 check. The test file has been modified to | des | 2008-06-26 | 2 | -5/+6 |
* | Implement CRC32 verification. Note that you have to read until EOF to | des | 2008-06-26 | 1 | -5/+12 |
* | Allow the tests to build without libdmalloc. | des | 2008-06-26 | 1 | -2/+2 |
* | Split out the reference zip file for ease of maintenance. | kientzle | 2008-06-26 | 2 | -19/+16 |
* | Refactor one of the ISO extraction tests: Move the reference | kientzle | 2008-06-21 | 2 | -94/+76 |
* | MfP4: Joerg Sonnenberg's extensions to the mtree support for more | kientzle | 2008-06-21 | 1 | -12/+79 |
* | A security-check failure here should be ARCHIVE_FAILED (cannot continue this | kientzle | 2008-06-21 | 1 | -3/+3 |
* | Rework the my_mbtowc_utf8() support function to fully match the mbtowc() | kientzle | 2008-06-15 | 1 | -14/+14 |
* | Since wctomb() returns int, temporaries should be int, not size_t. | kientzle | 2008-06-15 | 1 | -2/+2 |
* | A number of minor corrections to the support for external compression | kientzle | 2008-06-15 | 3 | -13/+45 |
* | Be a little more careful about closing file descriptors that may not exist. | kientzle | 2008-06-15 | 1 | -1/+2 |
* | MfP4: test harness improvements. | kientzle | 2008-06-15 | 6 | -34/+99 |
* | Fix a bad cast. | kientzle | 2008-06-15 | 1 | -1/+1 |
* | Fix reading TOC from zip archives with unsupported | kientzle | 2008-06-15 | 1 | -2/+6 |
* | Mark hardlinks that lack any other interesting filetype information | kientzle | 2008-06-15 | 1 | -0/+5 |
* | Portability: We can get away with the older and better-supported | kientzle | 2008-06-15 | 2 | -33/+24 |
* | Portability: wchar_t is defined in stdlib.h on some systems. | kientzle | 2008-06-15 | 1 | -0/+3 |
* | archive.h is no longer constructed from archive.h.in, | kientzle | 2008-06-15 | 3 | -15/+1 |
* | Fix the new generic link resolver in libarchive to never match | kientzle | 2008-06-15 | 2 | -0/+21 |
* | Don't store a pointer in "next" if we're never going to use it. | cperciva | 2008-06-09 | 1 | -2/+2 |
* | Minor code hardening: Verify the final bytes of the string | kientzle | 2008-05-27 | 1 | -1/+1 |
* | Until the old archive.h.in gets renamed to archive.h in the repository, | kientzle | 2008-05-27 | 1 | -0/+6 |