summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
* Add $FreeBSD$ to the uuencoded test files that didn't have them already.peter2008-07-039-0/+9
* Add missing $FreeBSD$des2008-06-301-0/+1
* Some tests won't build at WARNS level 6 due to aliasing violations.des2008-06-261-4/+4
* Add regression test for CRC32 check. The test file has been modified todes2008-06-262-5/+6
* Allow the tests to build without libdmalloc.des2008-06-261-2/+2
* Split out the reference zip file for ease of maintenance.kientzle2008-06-262-19/+16
* Refactor one of the ISO extraction tests: Move the referencekientzle2008-06-212-94/+76
* MfP4: test harness improvements.kientzle2008-06-156-34/+99
* archive.h is no longer constructed from archive.h.in,kientzle2008-06-151-6/+0
* Fix the new generic link resolver in libarchive to never matchkientzle2008-06-151-0/+18
* Until the old archive.h.in gets renamed to archive.h in the repository,kientzle2008-05-271-0/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-2616-88/+1177
* Free up the entry objects allocated during this test.kientzle2008-03-151-0/+3
* Release the buffers used for exercising the compress code.kientzle2008-03-151-0/+3
* Ignore a few more common files.kientzle2008-03-151-1/+7
* GC a reference to the defunct TESTFILES variable.kientzle2008-03-151-1/+1
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-153-0/+172
* Ignore some built files.kientzle2008-03-151-0/+4
* Don't lie. If a string can't be converted to a wide (Unicode) string,kientzle2008-03-141-0/+35
* New public functions archive_entry_copy_link() and archive_entry_copy_link_w()kientzle2008-03-141-1/+30
* Rework the versioning implementation and test to match thekientzle2008-03-141-0/+14
* Support for writing 'compress' format, thanks to Joerg Sonnenberger.kientzle2008-03-142-0/+100
* Current 'ar' read support in libarchive can only handle a GNU/SVR4kaiw2008-03-122-6/+2
* Portability: Eliminate the need for uudecode by incorporatingkientzle2008-03-127-81/+231
* Tighten up the semantics of acl_next() and xattr_next() when youkientzle2008-03-121-0/+22
* The test_assert() function that backs my custom assert() macrokientzle2008-02-192-9/+12
* Add a test to verify compatibility with archives withkientzle2008-01-313-0/+145
* Explain a subtle API change that was made recently.kientzle2008-01-231-0/+21
* Properly pad symlinks when writing cpio "newc" format.kientzle2008-01-231-3/+42
* The previous commit caused the archive_write_disk interface tokientzle2008-01-181-0/+2
* Issues with hardlinks in newc-format files prompted me tokientzle2008-01-182-0/+166
* Since the tar bidder can never get called more than once, itkientzle2008-01-131-0/+47
* Extensive improvements to the libarchive_test test program thatkientzle2008-01-0129-789/+3321
* Correct the cpio writers to not accept data for non-regular files.kientzle2007-10-121-1/+29
* Fix the archive_write_data() function so it always returnskientzle2007-09-211-1/+76
* Revert the last commit to libarchive. It introduced some regresssions,bmah2007-09-181-26/+1
* Correct the return value from archive_write_data()kientzle2007-09-181-1/+26
* This commit updates libarchive to be compatible withkientzle2007-08-181-136/+537
* Make suid/sgid restore be "opportunistic" ifkientzle2007-08-121-10/+60
* Update the tests for reading the various GNU tar sparse formats.kientzle2007-08-121-75/+267
* Two minor nits:kientzle2007-07-311-0/+7
* Clarify one test.kientzle2007-07-151-1/+1
* Use an uncompressed test archive for gtar sparse format 1.0 format,kientzle2007-07-141-20/+6
* Report each failed test once, but keep a count and report that countkientzle2007-07-143-22/+111
* Extend the basic tar reading test to exercise most types ofkientzle2007-07-141-49/+388
* Make the test for reading gtar sparse entries more robust;kientzle2007-07-131-35/+198
* New test suite test_read_pax_truncated probes libarchivekientzle2007-07-132-0/+282
* New file "read_open_memory.c" is a custom variant ofkientzle2007-07-133-1/+153
* Fix running individual tests via "libarchive_test <number> <number> ..."kientzle2007-07-131-1/+2
* Make test suite work with libarchive 1.3.1: Take advantage ofkientzle2007-07-0617-25/+289
OpenPOWER on IntegriCloud