aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
...
* Split out the reference zip file for ease of maintenance.Tim Kientzle2008-06-262-19/+16
* Refactor one of the ISO extraction tests: Move the referenceTim Kientzle2008-06-212-94/+76
* MfP4: test harness improvements.Tim Kientzle2008-06-156-34/+99
* archive.h is no longer constructed from archive.h.in,Tim Kientzle2008-06-151-6/+0
* Fix the new generic link resolver in libarchive to never matchTim Kientzle2008-06-151-0/+18
* Until the old archive.h.in gets renamed to archive.h in the repository,Tim Kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-2616-88/+1177
* Free up the entry objects allocated during this test.Tim Kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.Tim Kientzle2008-03-151-0/+3
* Ignore a few more common files.Tim Kientzle2008-03-151-1/+7
* GC a reference to the defunct TESTFILES variable.Tim Kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringsTim Kientzle2008-03-153-0/+172
* Ignore some built files.Tim Kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,Tim Kientzle2008-03-141-0/+35
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()Tim Kientzle2008-03-141-1/+30
* Rework the versioning implementation and test to match theTim Kientzle2008-03-141-0/+14
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.Tim Kientzle2008-03-142-0/+100
* Current 'ar' read support in libarchive can only handle a GNU/SVR4Kai Wang2008-03-122-6/+2
* Portability: Eliminate the need for uudecode by incorporatingTim Kientzle2008-03-127-81/+231
* Tighten up the semantics of acl_next() and xattr_next() when youTim Kientzle2008-03-121-0/+22
* The test_assert() function that backs my custom assert() macroTim Kientzle2008-02-192-9/+12
* Add a test to verify compatibility with archives withTim Kientzle2008-01-313-0/+145
* Explain a subtle API change that was made recently.Tim Kientzle2008-01-231-0/+21
* Properly pad symlinks when writing cpio "newc" format.Tim Kientzle2008-01-231-3/+42
* The previous commit caused the archive_write_disk interface toTim Kientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me toTim Kientzle2008-01-182-0/+166
* Since the tar bidder can never get called more than once, itTim Kientzle2008-01-131-0/+47
* Extensive improvements to the libarchive_test test program thatTim Kientzle2008-01-0129-789/+3321
* Correct the cpio writers to not accept data for non-regular files.Tim Kientzle2007-10-121-1/+29
* 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