summaryrefslogtreecommitdiff
path: root/libarchive/test/test_write_disk_hardlink.c
Commit message (Expand)AuthorAgeFilesLines
* Fix extracting hardlinks to symlinksMartin Matuska2021-08-211-1/+48
* Spelling fixes from Ulrich Spoerlein.Tim Kientzle2012-01-071-3/+3
* Returning ARCHIVE_WARN when someone tries to write past the declaredTim Kientzle2010-02-201-4/+0
* 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 hardlink checks on Haiku, remove some ancient hacks to getTim Kientzle2009-10-311-6/+2
* Merge cpio test refactorings into tar and libarchive test harnesses,Tim Kientzle2009-09-121-4/+4
* Use the new file assertions in this test. This doesn't actually fix anythin...Tim Kientzle2009-09-061-45/+16
* Don't crash if hardlinks can't be created.Tim Kientzle2009-07-301-14/+25
* More portability improvements.Tim Kientzle2009-07-271-1/+1
* On Windows, libarchive has already supported hardlink.Michihiro NAKAJIMA2009-03-161-7/+14
* Can't test hardlink handling on Windows.Tim Kientzle2008-12-281-1/+1
* IFCTim Kientzle2008-09-061-15/+71
* IFCTim Kientzle2008-09-011-2/+2
* IFC: test suite builds with 1.x APITim Kientzle2008-08-111-1/+5
* If the size is unknown, don't limit data writes.Tim Kientzle2008-07-261-1/+2
* IFCTim Kientzle2008-05-281-1/+1
* Document that the return value of archive_write_data needs to beJoerg Sonnenberger2008-05-141-0/+4
* Writing data beyond the end of the file is not valid, change theJoerg Sonnenberger2008-05-131-1/+1
* Fix the extraction of archives where hardlinks and the main fileJoerg Sonnenberger2008-05-111-3/+7
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+165