aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/test
Commit message (Expand)AuthorAgeFilesLines
...
* Merge r551,r561 from libarchive.googlecode.com: Update gzip read filterTim Kientzle2009-03-051-1/+1
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:Tim Kientzle2009-03-051-24/+43
* Merge r357 from libarchive.googlecode.com: bzip2 compressionTim Kientzle2009-03-051-3/+3
* Merge r362 from libarchive.googlecode.com: Minor fix toTim Kientzle2009-03-051-2/+3
* Merge r341,r345,r346,347 from libarchive.googlecode.com: StyleTim Kientzle2009-03-056-29/+59
* Merge r294:337,r348:350 from libarchive.googlecode.com: A lotTim Kientzle2009-03-0356-318/+7721
* Merge r294 from libarchive.googlecode.com: Skip testing forTim Kientzle2009-03-031-0/+7
* Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-01-262-0/+279
* Merge-from-Googlecode r419Tim Kientzle2009-01-213-1/+64
* Teach get_refdir() about FreeBSD's /usr/obj convention.Tim Kientzle2008-12-211-34/+45
* Fill in a missing constTim Kientzle2008-12-171-1/+1
* Exit earlier on failure in this test.Tim Kientzle2008-12-171-2/+2
* Once the test has failed, exit before the segfault.Tim Kientzle2008-12-171-2/+11
* Update the ar write test to give more detailed information about failures.Tim Kientzle2008-12-171-44/+44
* Obey the TMPDIR, TMP, TEMP, or TEMPDIR environment variablesTim Kientzle2008-12-081-1/+14
* New tests:Tim Kientzle2008-12-069-0/+27367
* Recover after test failure.Tim Kientzle2008-12-061-1/+4
* Style: skipping() function correctly counts this as a skipped test.Tim Kientzle2008-12-061-1/+1
* Style improvements.Tim Kientzle2008-12-061-4/+6
* Better reporting of test failures.Tim Kientzle2008-12-061-4/+10
* Recover from a test failure here.Tim Kientzle2008-12-061-1/+4
* When running on a filesystem that lacks ACL support,Tim Kientzle2008-11-171-9/+9
* If we don't know the file size, leave the file size unset.Tim Kientzle2008-10-212-10/+18
* Add test to verify ACL restores on FreeBSD, verify kern/128203 (mtimeTim Kientzle2008-10-192-0/+244
* Style: Mark private data 'static', correct an old comment.Tim Kientzle2008-10-191-5/+4
* Verify high-res birthtime support on FreeBSD.Tim Kientzle2008-09-301-0/+2
* MfP4: restore birth time data to disk + more thorough tests forTim Kientzle2008-09-303-0/+199
* MfP4: Store/read birthtime data in pax format.Tim Kientzle2008-09-302-0/+147
* MfP4: Support for storing birthtime in archive_entry objects.Tim Kientzle2008-09-301-0/+17
* Trying to distinguish different "versions" of mtree files was a silly idea.Tim Kientzle2008-09-181-1/+1
* Fix a type-aliasing problem in the libarchive test suite,Tim Kientzle2008-09-082-4/+5
* Correct a leaking archive_entry in the test suite.Tim Kientzle2008-09-071-0/+1
* Correct the comments here.Tim Kientzle2008-09-071-2/+2
* When restoring a directory, allow symlinks to be followed. The fullTim Kientzle2008-09-071-0/+73
* MfP4: Handle entries with unset size properly: Regular files withTim Kientzle2008-09-052-16/+142
* Style: Use ARCHIVE_VERSION_NUMBER to conditionalize tests onTim Kientzle2008-09-0153-311/+309
* MfP4: set/unset tracking for atime, ctime, mtime, and size fields.Tim Kientzle2008-09-011-0/+31
* Use the "start_time" (time at which the restore process began)Tim Kientzle2008-09-011-2/+4
* Make libarchive_test a little smarter about trying to findTim Kientzle2008-08-311-11/+52
* When atime wasn't specified, it should get set == mtime.Tim Kientzle2008-08-301-2/+2
* If no atime was specified (for example, when extracting from ustarTim Kientzle2008-08-281-1/+6
* Alphabetize the list of tests.Tim Kientzle2008-08-251-4/+4
* Fix up test suite so it works again with the libarchive 1.x API.Tim Kientzle2008-08-115-2/+38
* Correct test_tar_large so it works correctly with the libarchive 1.x API.Tim Kientzle2008-08-101-1/+1
* Explain why two apparently-identical archive_read_data() callsTim Kientzle2008-08-101-0/+2
* Add $FreeBSD$ to the uuencoded test files that didn't have them already.Peter Wemm2008-07-039-0/+9
* Add missing $FreeBSD$Dag-Erling Smørgrav2008-06-301-0/+1
* Some tests won't build at WARNS level 6 due to aliasing violations.Dag-Erling Smørgrav2008-06-261-4/+4
* Add regression test for CRC32 check. The test file has been modified toDag-Erling Smørgrav2008-06-262-5/+6
* Allow the tests to build without libdmalloc.Dag-Erling Smørgrav2008-06-261-2/+2