summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* 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
* Portability: We can get away with the older and better-supportedkientzle2008-06-152-33/+24
* Portability: wchar_t is defined in stdlib.h on some systems.kientzle2008-06-151-0/+3
* archive.h is no longer constructed from archive.h.in,kientzle2008-06-153-15/+1
* Fix the new generic link resolver in libarchive to never matchkientzle2008-06-152-0/+21
* Don't store a pointer in "next" if we're never going to use it.cperciva2008-06-091-2/+2
* Minor code hardening: Verify the final bytes of the stringkientzle2008-05-271-1/+1
* Until the old archive.h.in gets renamed to archive.h in the repository,kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-2649-938/+3609
* Check that lseek(2) succeeds and puts us where we expect. [1]cperciva2008-05-231-3/+7
* We only use the string "?rwxrwxrwx " once, so inline it rather thancperciva2008-05-231-2/+1
* Return ARCHIVE_FATAL if we can't allocate memory instead of going ahead andcperciva2008-05-191-0/+1
* Include an extra byte for the trailing NUL. <sigh>kientzle2008-03-311-1/+1
* Add MLINK for archive_write_close.kaiw2008-03-211-0/+1
* Update a comment: the format bid only runs once per archive; it nokientzle2008-03-151-9/+2
* Free up the entry objects allocated during this test.kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.kientzle2008-03-151-0/+3
* Remove the duplicate "archive_format" and "archive_format_name" fieldskientzle2008-03-157-29/+22
* Correct a sign mismatch that only showed up on 64-bit systems.kientzle2008-03-151-2/+2
* Refactor the mtree code a bit to make the layering clearer: Eachkientzle2008-03-151-106/+172
* FreeBSD does have fstat().kientzle2008-03-152-1/+2
* Testability is more important than standards conformance.kientzle2008-03-151-3/+8
* Ignore a few more common files.kientzle2008-03-151-1/+7
* Resolve a minor nit in SUS compliance by including the PID in thekientzle2008-03-152-12/+27
* GC a reference to the defunct TESTFILES variable.kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-155-259/+538
OpenPOWER on IntegriCloud