aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
* MFC r187704: Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-02-092-0/+279
* MFC 182590,182778,182779,184109: Support for certainTim Kientzle2008-11-285-26/+191
* MFC r184038: Restore mtime *after* restoring ACLs. Otherwise,Tim Kientzle2008-10-232-0/+244
* MFC r182838: Correct tar -xP so that it will follow symlinks toTim Kientzle2008-09-121-3/+75
* MFC r182587: If atime is missing, use time at which program startedTim Kientzle2008-09-061-2/+4
* MFC r182360,r182470: If atime isn't specified, restore atime == mtime.Tim Kientzle2008-08-311-1/+6
* MFC r182149: Alphabetize the list of tests.Tim Kientzle2008-08-271-4/+4
* MFC r181542,r181555: Minor test suite fixup so that the test suiteTim Kientzle2008-08-256-3/+39
* MFC missing $FreeBSD$ markers.Tim Kientzle2008-08-102-0/+2
* MFC various corrections to the test suite Makefile.Tim Kientzle2008-08-101-6/+6
* MFC r180027, r180028, r180122, r180123, r181489Tim Kientzle2008-08-102-5/+8
* Big MFC of libarchive 2.5.5.Tim Kientzle2008-08-1025-235/+1386
* Fix up mergeinfo to reflect the current status of this branch.Tim Kientzle2008-08-092-0/+2
* MFC: Numerous test updates.Tim Kientzle2008-05-2110-83/+338
* MFC: Some changes to 'ar' format support from Kai Wang.Tim Kientzle2008-05-212-6/+2
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-03-153-0/+273
* MFC a number of minor edits and portability fixups.Tim Kientzle2008-03-122-9/+12
* MFC: libarchive 2.4.12Tim Kientzle2008-02-1125-789/+738
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-02-092-0/+143
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-01-231-0/+211
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-01-1816-0/+2683
* Fix the archive_write_data() function so it always returnsTim Kientzle2007-09-211-1/+76
* Revert the last commit to libarchive. It introduced some regresssions,Bruce A. Mah2007-09-181-26/+1
* Correct the return value from archive_write_data()Tim Kientzle2007-09-181-1/+26
* This commit updates libarchive to be compatible withTim Kientzle2007-08-181-131/+532
* Make suid/sgid restore be "opportunistic" ifTim Kientzle2007-08-121-10/+60
* Update the tests for reading the various GNU tar sparse formats.Tim Kientzle2007-08-121-75/+267
* Two minor nits:Tim Kientzle2007-07-311-0/+7
* Clarify one test.Tim Kientzle2007-07-151-1/+1
* Use an uncompressed test archive for gtar sparse format 1.0 format,Tim Kientzle2007-07-141-20/+6
* Report each failed test once, but keep a count and report that countTim Kientzle2007-07-143-22/+111
* Extend the basic tar reading test to exercise most types ofTim Kientzle2007-07-141-20/+359
* Make the test for reading gtar sparse entries more robust;Tim Kientzle2007-07-131-35/+198
* New test suite test_read_pax_truncated probes libarchiveTim Kientzle2007-07-132-0/+282
* New file "read_open_memory.c" is a custom variant ofTim Kientzle2007-07-133-1/+153
* Fix running individual tests via "libarchive_test <number> <number> ..."Tim Kientzle2007-07-131-1/+2
* Make test suite work with libarchive 1.3.1: Take advantage ofTim Kientzle2007-07-0617-25/+289
* Ouch. I partially screwed up the last commit byTim Kientzle2007-06-221-1/+0
* Support for writing the 'newc' cpio format, plus a minimal test harnessTim Kientzle2007-06-222-0/+114
* Make 'ar' write test a tad more portable.Tim Kientzle2007-06-131-3/+3
* Read support for the new GNU tar sparse formats added in gtar 1.15 andTim Kientzle2007-06-132-1/+156
* Add some options to libarchive_test:Tim Kientzle2007-06-131-12/+50
* Fix a broken function declaration.Tim Kientzle2007-06-131-1/+1
* Options spring cleanup:Stephane E. Potvin2007-06-131-1/+0
* Don't lose leading '/' for pathnames exactly 101 bytes long.Tim Kientzle2007-06-111-8/+15
* libarchive 2.2.3Tim Kientzle2007-05-2927-160/+1076
* Clean up a lot of memory leaks in the libarchive test harness.Tim Kientzle2007-04-1512-0/+29
* Overhaul of 'ar' support:Tim Kientzle2007-04-142-9/+21
* Conventionally, tar archives have always included a trailing '/'Tim Kientzle2007-04-142-0/+157
* Portability: Don't use mkdtemp() when mkdir() will suffice.Tim Kientzle2007-04-141-2/+2