| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Support for writing the 'newc' cpio format, plus a minimal test harness | kientzle | 2007-06-22 | 7 | -0/+393 |
* | Track whether the current read stream supports seek(). For now, we | kientzle | 2007-06-18 | 2 | -0/+22 |
* | Make 'ar' write test a tad more portable. | kientzle | 2007-06-13 | 1 | -3/+3 |
* | Read support for the new GNU tar sparse formats added in gtar 1.15 and | kientzle | 2007-06-13 | 3 | -84/+570 |
* | Add some options to libarchive_test: | kientzle | 2007-06-13 | 1 | -12/+50 |
* | Fix a broken function declaration. | kientzle | 2007-06-13 | 1 | -1/+1 |
* | Options spring cleanup: | sepotvin | 2007-06-13 | 1 | -1/+0 |
* | Don't lose leading '/' for pathnames exactly 101 bytes long. | kientzle | 2007-06-11 | 2 | -8/+25 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 73 | -1372/+3889 |
* | Replace "sizeof(struct bucket[cache_size])" with | cperciva | 2007-05-22 | 1 | -4/+4 |
* | Don't test for NULL when it is both unnecessary (the pointer is checked | cperciva | 2007-05-21 | 1 | -1/+1 |
* | Remove pointless code: Don't assign a value to a variable when we're | cperciva | 2007-05-21 | 1 | -1/+0 |
* | Don't forget to free a string allocated by strdup where necessary. | cperciva | 2007-05-19 | 1 | -2/+9 |
* | s/@VERSION@/@ARCHIVE_VERSION@/ | cperciva | 2007-05-02 | 2 | -3/+3 |