| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r187704: Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive. | Tim Kientzle | 2009-02-09 | 2 | -0/+279 |
| * | MFC 182590,182778,182779,184109: Support for certain | Tim Kientzle | 2008-11-28 | 5 | -26/+191 |
| * | MFC r184038: Restore mtime *after* restoring ACLs. Otherwise, | Tim Kientzle | 2008-10-23 | 2 | -0/+244 |
| * | MFC r182838: Correct tar -xP so that it will follow symlinks to | Tim Kientzle | 2008-09-12 | 1 | -3/+75 |
| * | MFC r182587: If atime is missing, use time at which program started | Tim Kientzle | 2008-09-06 | 1 | -2/+4 |
| * | MFC r182360,r182470: If atime isn't specified, restore atime == mtime. | Tim Kientzle | 2008-08-31 | 1 | -1/+6 |
| * | MFC r182149: Alphabetize the list of tests. | Tim Kientzle | 2008-08-27 | 1 | -4/+4 |
| * | MFC r181542,r181555: Minor test suite fixup so that the test suite | Tim Kientzle | 2008-08-25 | 6 | -3/+39 |
| * | MFC missing $FreeBSD$ markers. | Tim Kientzle | 2008-08-10 | 2 | -0/+2 |
| * | MFC various corrections to the test suite Makefile. | Tim Kientzle | 2008-08-10 | 1 | -6/+6 |
| * | MFC r180027, r180028, r180122, r180123, r181489 | Tim Kientzle | 2008-08-10 | 2 | -5/+8 |
| * | Big MFC of libarchive 2.5.5. | Tim Kientzle | 2008-08-10 | 25 | -235/+1386 |
| * | Fix up mergeinfo to reflect the current status of this branch. | Tim Kientzle | 2008-08-09 | 2 | -0/+2 |
| * | MFC: Numerous test updates. | Tim Kientzle | 2008-05-21 | 10 | -83/+338 |
| * | MFC: Some changes to 'ar' format support from Kai Wang. | Tim Kientzle | 2008-05-21 | 2 | -6/+2 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-03-15 | 3 | -0/+273 |
| * | MFC a number of minor edits and portability fixups. | Tim Kientzle | 2008-03-12 | 2 | -9/+12 |
| * | MFC: libarchive 2.4.12 | Tim Kientzle | 2008-02-11 | 25 | -789/+738 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-02-09 | 2 | -0/+143 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-01-23 | 1 | -0/+211 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_7'. | cvs2svn | 2008-01-18 | 16 | -0/+2683 |
| * | Fix the archive_write_data() function so it always returns | Tim Kientzle | 2007-09-21 | 1 | -1/+76 |
| * | Revert the last commit to libarchive. It introduced some regresssions, | Bruce A. Mah | 2007-09-18 | 1 | -26/+1 |
| * | Correct the return value from archive_write_data() | Tim Kientzle | 2007-09-18 | 1 | -1/+26 |
| * | This commit updates libarchive to be compatible with | Tim Kientzle | 2007-08-18 | 1 | -131/+532 |
| * | Make suid/sgid restore be "opportunistic" if | Tim Kientzle | 2007-08-12 | 1 | -10/+60 |
| * | Update the tests for reading the various GNU tar sparse formats. | Tim Kientzle | 2007-08-12 | 1 | -75/+267 |
| * | Two minor nits: | Tim Kientzle | 2007-07-31 | 1 | -0/+7 |
| * | Clarify one test. | Tim Kientzle | 2007-07-15 | 1 | -1/+1 |
| * | Use an uncompressed test archive for gtar sparse format 1.0 format, | Tim Kientzle | 2007-07-14 | 1 | -20/+6 |
| * | Report each failed test once, but keep a count and report that count | Tim Kientzle | 2007-07-14 | 3 | -22/+111 |
| * | Extend the basic tar reading test to exercise most types of | Tim Kientzle | 2007-07-14 | 1 | -20/+359 |
| * | Make the test for reading gtar sparse entries more robust; | Tim Kientzle | 2007-07-13 | 1 | -35/+198 |
| * | New test suite test_read_pax_truncated probes libarchive | Tim Kientzle | 2007-07-13 | 2 | -0/+282 |
| * | New file "read_open_memory.c" is a custom variant of | Tim Kientzle | 2007-07-13 | 3 | -1/+153 |
| * | Fix running individual tests via "libarchive_test <number> <number> ..." | Tim Kientzle | 2007-07-13 | 1 | -1/+2 |
| * | Make test suite work with libarchive 1.3.1: Take advantage of | Tim Kientzle | 2007-07-06 | 17 | -25/+289 |
| * | Ouch. I partially screwed up the last commit by | Tim Kientzle | 2007-06-22 | 1 | -1/+0 |
| * | Support for writing the 'newc' cpio format, plus a minimal test harness | Tim Kientzle | 2007-06-22 | 2 | -0/+114 |
| * | Make 'ar' write test a tad more portable. | Tim Kientzle | 2007-06-13 | 1 | -3/+3 |
| * | Read support for the new GNU tar sparse formats added in gtar 1.15 and | Tim Kientzle | 2007-06-13 | 2 | -1/+156 |
| * | Add some options to libarchive_test: | Tim Kientzle | 2007-06-13 | 1 | -12/+50 |
| * | Fix a broken function declaration. | Tim Kientzle | 2007-06-13 | 1 | -1/+1 |
| * | Options spring cleanup: | Stephane E. Potvin | 2007-06-13 | 1 | -1/+0 |
| * | Don't lose leading '/' for pathnames exactly 101 bytes long. | Tim Kientzle | 2007-06-11 | 1 | -8/+15 |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 27 | -160/+1076 |
| * | Clean up a lot of memory leaks in the libarchive test harness. | Tim Kientzle | 2007-04-15 | 12 | -0/+29 |
| * | Overhaul of 'ar' support: | Tim Kientzle | 2007-04-14 | 2 | -9/+21 |
| * | Conventionally, tar archives have always included a trailing '/' | Tim Kientzle | 2007-04-14 | 2 | -0/+157 |
| * | Portability: Don't use mkdtemp() when mkdir() will suffice. | Tim Kientzle | 2007-04-14 | 1 | -2/+2 |