summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove the stillborn attempt to cleanup tests as well as the build dir.kientzle2008-08-241-4/+0
* Fail copying path/.. only if SECURE_NODOTDOT was specified.kientzle2008-08-242-15/+7
* Fix the cpio bug tested for by r182092 of usr.bin/cpio/test.kientzle2008-08-241-1/+5
* Fix up test suite so it works again with the libarchive 1.x API.kientzle2008-08-115-2/+38
* Correct test_tar_large so it works correctly with the libarchive 1.x API.kientzle2008-08-101-1/+1
* Explain why two apparently-identical archive_read_data() callskientzle2008-08-101-0/+2
* MfP4: Joerg Sonnenberger's fixes to make 'ar' and 'pax' writerskientzle2008-08-102-0/+6
* Mark functions as __dead2 in order to help the LLVM static checkercperciva2008-08-041-1/+1
* Garbage collect a variable which is assigned a value once but otherwisecperciva2008-07-101-2/+0
* libarchive in FreeBSD-CURRENT is now synched with libarchive-portable 2.5.5.kientzle2008-07-051-2/+2
* Remove a couple of capability definitions that are never used.kientzle2008-07-051-2/+0
* When ARCHIVE_EXTRACT_PERM is requested (e.g., by "tar -p"), alwayskientzle2008-07-051-5/+9
* Don't use the deprecated linux/ext2_fs.h include file.kientzle2008-07-051-3/+0
* Add $FreeBSD$ to the uuencoded test files that didn't have them already.peter2008-07-039-0/+9
* More explicit error message.des2008-06-301-1/+2
* Add missing $FreeBSD$des2008-06-301-0/+1
* Some tests won't build at WARNS level 6 due to aliasing violations.des2008-06-261-4/+4
* Add regression test for CRC32 check. The test file has been modified todes2008-06-262-5/+6
* Implement CRC32 verification. Note that you have to read until EOF todes2008-06-261-5/+12
* Allow the tests to build without libdmalloc.des2008-06-261-2/+2
* Split out the reference zip file for ease of maintenance.kientzle2008-06-262-19/+16
* Refactor one of the ISO extraction tests: Move the referencekientzle2008-06-212-94/+76
* MfP4: Joerg Sonnenberg's extensions to the mtree support for morekientzle2008-06-211-12/+79
* A security-check failure here should be ARCHIVE_FAILED (cannot continue thiskientzle2008-06-211-3/+3
* Rework the my_mbtowc_utf8() support function to fully match the mbtowc()kientzle2008-06-151-14/+14
* Since wctomb() returns int, temporaries should be int, not size_t.kientzle2008-06-151-2/+2
* A number of minor corrections to the support for external compressionkientzle2008-06-153-13/+45
* Be a little more careful about closing file descriptors that may not exist.kientzle2008-06-151-1/+2
* MfP4: test harness improvements.kientzle2008-06-156-34/+99
* Fix a bad cast.kientzle2008-06-151-1/+1
* Fix reading TOC from zip archives with unsupportedkientzle2008-06-151-2/+6
* Mark hardlinks that lack any other interesting filetype informationkientzle2008-06-151-0/+5
OpenPOWER on IntegriCloud