summaryrefslogtreecommitdiff
path: root/libarchive/test/test_read_disk.c
Commit message (Expand)AuthorAgeFilesLines
* First round of fixing autotools build on MSYS2-MINGWMartin Matuska2017-02-241-2/+4
* Fix bugs in test programs which Clang Static Analyzer pointed out.Michihiro NAKAJIMA2012-11-141-1/+2
* remove stuff covered by #if ARCHIVE_VERSION_NUMBER < 3000000Roman Neuhauser2011-04-091-10/+0
* Fix libarchive tests to work correctly with the candidate 3.0 API.Tim Kientzle2010-02-211-0/+10
* Rename archive_read_finish to archive_read_free andTim Kientzle2010-02-081-1/+1
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Skip the root uname test on both Cygwin and Haiku (neither of which hasTim Kientzle2009-10-311-2/+4
* Make test not crash when group 0 lookup returns NULL.Tim Kientzle2009-04-041-15/+17
* Issue 15, part 13. cygwin test failuresCharles Wilson2009-03-201-0/+6
* To verify the group name lookup capabilities, this test looks upTim Kientzle2009-02-041-1/+36
* On Windows, now archive_read_disk_set_standard_lookup.c is linked.Michihiro NAKAJIMA2009-01-071-6/+6
* On Windows, we do not call archive_read_disk_set_standard_lookup()Michihiro NAKAJIMA2009-01-071-0/+2
* Start of archive_read_disk API.Tim Kientzle2009-01-071-0/+125