summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* Track version # from the portable release.kientzle2008-01-231-1/+1
* Explain a subtle API change that was made recently.kientzle2008-01-231-0/+21
* Properly pad symlinks when writing cpio "newc" format.kientzle2008-01-232-4/+49
* I misread the Tinderbox error; this should really unbreak 64-bit builds.kientzle2008-01-181-1/+1
* Fix 64-bit build after my last commit. <sigh>kientzle2008-01-181-1/+1
* The previous commit caused the archive_write_disk interface tokientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-183-6/+198
* Reconnect the progress callback. It may not get calledkientzle2008-01-181-2/+8
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Support uppercase hex digits in cpio archives.kientzle2008-01-151-3/+5
* Since the tar bidder can never get called more than once, itkientzle2008-01-132-23/+59
* Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it insteaddes2008-01-032-57/+164
* Add an internal utility function to simplify the many, many places wheredes2008-01-033-25/+24
* Extensive improvements to the libarchive_test test program thatkientzle2008-01-0129-789/+3321
* The mtree.5 file has been moved to src/usr.sbin/mtree.kientzle2008-01-012-271/+0
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-3031-245/+2118
* If a Zip entry has the "length at end" flag set, then just ignorekientzle2007-12-041-1/+2
* When skipping input data, don't overflow a 32-bit size_t.kientzle2007-10-271-1/+1
* Fix reading of files that use pax 'size' attribute to store size.kientzle2007-10-241-7/+21
* Correct the cpio writers to not accept data for non-regular files.kientzle2007-10-123-3/+41
* Correct the return values of the final zero-length block at EOF.kientzle2007-10-121-0/+7
* Fix the archive_write_data() function so it always returnskientzle2007-09-212-4/+86
* Fill in a missing 'e'kientzle2007-09-191-1/+1
* Revert the last commit to libarchive. It introduced some regresssions,bmah2007-09-182-33/+5
* Correct the return value from archive_write_data()kientzle2007-09-182-5/+33
* This commit updates libarchive to be compatible withkientzle2007-08-182-183/+600
* Make suid/sgid restore be "opportunistic" ifkientzle2007-08-122-16/+82
* Update the tests for reading the various GNU tar sparse formats.kientzle2007-08-121-75/+267
* Two minor nits:kientzle2007-07-311-0/+7
* Fix a strict aliasing warning from GCC 4.1.kientzle2007-07-201-1/+4
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-155-10/+27
* Add archive_entry_copy_gname() and archive_entry_copy_uname()kientzle2007-07-154-0/+22
* Clarify one test.kientzle2007-07-151-1/+1
* Use an uncompressed test archive for gtar sparse format 1.0 format,kientzle2007-07-141-20/+6
* Report each failed test once, but keep a count and report that countkientzle2007-07-143-22/+111
* Restore the 'break' that was inadvertently removed in 1.57 of this file.kientzle2007-07-141-0/+1
* Extend the basic tar reading test to exercise most types ofkientzle2007-07-141-49/+388
* Make the test for reading gtar sparse entries more robust;kientzle2007-07-131-35/+198
* New test suite test_read_pax_truncated probes libarchivekientzle2007-07-132-0/+282
* New file "read_open_memory.c" is a custom variant ofkientzle2007-07-133-1/+153
* Fix running individual tests via "libarchive_test <number> <number> ..."kientzle2007-07-131-1/+2
* Correct multiple security issues in how libarchive handles corruptcperciva2007-07-122-41/+104
* Fix installworld: /usr/bin/printf isn't available then,kientzle2007-07-071-1/+3
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
* New "version stamp" simplifies determining the exact versionkientzle2007-07-064-23/+70
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-263-12/+45
* Ouch. I partially screwed up the last commit bykientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnesskientzle2007-06-227-0/+393
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-182-0/+22
* Make 'ar' write test a tad more portable.kientzle2007-06-131-3/+3
OpenPOWER on IntegriCloud