| Commit message (Expand) | Author | Age | Files | Lines |
* | Add hook routine archive_write_ar_finish() which writes the 'ar' | kaiw | 2008-01-31 | 1 | -1/+19 |
* | Add a test to verify compatibility with archives with | kientzle | 2008-01-31 | 3 | -0/+145 |
* | Tighten up the heuristic that decides whether or not we should | kientzle | 2008-01-31 | 1 | -20/+36 |
* | Track version # from the portable release. | kientzle | 2008-01-23 | 1 | -1/+1 |
* | Explain a subtle API change that was made recently. | kientzle | 2008-01-23 | 1 | -0/+21 |
* | Properly pad symlinks when writing cpio "newc" format. | kientzle | 2008-01-23 | 2 | -4/+49 |
* | I misread the Tinderbox error; this should really unbreak 64-bit builds. | kientzle | 2008-01-18 | 1 | -1/+1 |
* | Fix 64-bit build after my last commit. <sigh> | kientzle | 2008-01-18 | 1 | -1/+1 |
* | The previous commit caused the archive_write_disk interface to | kientzle | 2008-01-18 | 1 | -0/+2 |
* | Issues with hardlinks in newc-format files prompted me to | kientzle | 2008-01-18 | 3 | -6/+198 |
* | Reconnect the progress callback. It may not get called | kientzle | 2008-01-18 | 1 | -2/+8 |
* | Handle Zip archives that are "multi-part archives with only | kientzle | 2008-01-15 | 1 | -1/+19 |
* | Support uppercase hex digits in cpio archives. | kientzle | 2008-01-15 | 1 | -3/+5 |
* | Since the tar bidder can never get called more than once, it | kientzle | 2008-01-13 | 2 | -23/+59 |
* | Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead | des | 2008-01-03 | 2 | -57/+164 |
* | Add an internal utility function to simplify the many, many places where | des | 2008-01-03 | 3 | -25/+24 |
* | Extensive improvements to the libarchive_test test program that | kientzle | 2008-01-01 | 29 | -789/+3321 |
* | The mtree.5 file has been moved to src/usr.sbin/mtree. | kientzle | 2008-01-01 | 2 | -271/+0 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 31 | -245/+2118 |
* | If a Zip entry has the "length at end" flag set, then just ignore | kientzle | 2007-12-04 | 1 | -1/+2 |
* | When skipping input data, don't overflow a 32-bit size_t. | kientzle | 2007-10-27 | 1 | -1/+1 |
* | Fix reading of files that use pax 'size' attribute to store size. | kientzle | 2007-10-24 | 1 | -7/+21 |
* | Correct the cpio writers to not accept data for non-regular files. | kientzle | 2007-10-12 | 3 | -3/+41 |
* | Correct the return values of the final zero-length block at EOF. | kientzle | 2007-10-12 | 1 | -0/+7 |
* | Fix the archive_write_data() function so it always returns | kientzle | 2007-09-21 | 2 | -4/+86 |
* | Fill in a missing 'e' | kientzle | 2007-09-19 | 1 | -1/+1 |
* | Revert the last commit to libarchive. It introduced some regresssions, | bmah | 2007-09-18 | 2 | -33/+5 |
* | Correct the return value from archive_write_data() | kientzle | 2007-09-18 | 2 | -5/+33 |
* | This commit updates libarchive to be compatible with | kientzle | 2007-08-18 | 2 | -183/+600 |
* | Make suid/sgid restore be "opportunistic" if | kientzle | 2007-08-12 | 2 | -16/+82 |
* | Update the tests for reading the various GNU tar sparse formats. | kientzle | 2007-08-12 | 1 | -75/+267 |
* | Two minor nits: | kientzle | 2007-07-31 | 1 | -0/+7 |
* | Fix a strict aliasing warning from GCC 4.1. | kientzle | 2007-07-20 | 1 | -1/+4 |
* | archive_string_ensure() used to call exit(3) if it | kientzle | 2007-07-15 | 5 | -10/+27 |
* | Add archive_entry_copy_gname() and archive_entry_copy_uname() | kientzle | 2007-07-15 | 4 | -0/+22 |
* | Clarify one test. | kientzle | 2007-07-15 | 1 | -1/+1 |
* | Use an uncompressed test archive for gtar sparse format 1.0 format, | kientzle | 2007-07-14 | 1 | -20/+6 |
* | Report each failed test once, but keep a count and report that count | kientzle | 2007-07-14 | 3 | -22/+111 |
* | Restore the 'break' that was inadvertently removed in 1.57 of this file. | kientzle | 2007-07-14 | 1 | -0/+1 |
* | Extend the basic tar reading test to exercise most types of | kientzle | 2007-07-14 | 1 | -49/+388 |
* | Make the test for reading gtar sparse entries more robust; | kientzle | 2007-07-13 | 1 | -35/+198 |
* | New test suite test_read_pax_truncated probes libarchive | kientzle | 2007-07-13 | 2 | -0/+282 |
* | New file "read_open_memory.c" is a custom variant of | kientzle | 2007-07-13 | 3 | -1/+153 |
* | Fix running individual tests via "libarchive_test <number> <number> ..." | kientzle | 2007-07-13 | 1 | -1/+2 |
* | Correct multiple security issues in how libarchive handles corrupt | cperciva | 2007-07-12 | 2 | -41/+104 |
* | Fix installworld: /usr/bin/printf isn't available then, | kientzle | 2007-07-07 | 1 | -1/+3 |
* | Make test suite work with libarchive 1.3.1: Take advantage of | kientzle | 2007-07-06 | 17 | -25/+289 |
* | New "version stamp" simplifies determining the exact version | kientzle | 2007-07-06 | 4 | -23/+70 |
* | Fix 'bsdtar -t' on tape drives. Libarchive uses the | kientzle | 2007-06-26 | 3 | -12/+45 |
* | Ouch. I partially screwed up the last commit by | kientzle | 2007-06-22 | 1 | -1/+0 |