aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* MFC r184038: Restore mtime *after* restoring ACLs. Otherwise,Tim Kientzle2008-10-233-4/+248
* MFC r182838: Fix tar -xP to follow symlinks to dirs. Without -P, itTim Kientzle2008-09-122-6/+90
* MFC r182587: If atime is missing, use time at which program startedTim Kientzle2008-09-062-7/+17
* MFC r182360, r182470: If atime isn't specified, restore atime == mtime.Tim Kientzle2008-08-312-1/+11
* MFC r182097,r182101: Accept requests to write path/.. if SECURE_NODOTDOTTim Kientzle2008-08-281-15/+3
* MFC r182093: Even if a dir is newer and we're using NO_OVERWRITE_NEWER,Tim Kientzle2008-08-281-1/+5
* MFC r179793: Use an 'h' to flag hardlinks that have no other file typeTim Kientzle2008-08-281-0/+5
* MFC r182102: Track total bytes transferred when writing to archive_write_disk.Tim Kientzle2008-08-271-0/+2
* MFC r181269: Mark __archive_errx() as __dead2 to help out static code checkers.Tim Kientzle2008-08-271-1/+1
* MFC r180270: Always plan to fix dir permissions if EXTRACT_PERM wasTim Kientzle2008-08-271-5/+9
* MFC r180029,r182149: style fixes to the test makefileTim Kientzle2008-08-271-8/+8
* MFC r181485: Make 'ar' and 'pax' writers robust against multipleTim Kientzle2008-08-132-0/+6
* MFC r180423: GC an unused variableTim Kientzle2008-08-131-2/+0
* MFC r179914: If we fail to open the file, return ARCHIVE_FAILEDTim Kientzle2008-08-131-3/+3
* MFC r179794: Recover after seeing a Zip entry with an unsupportedTim Kientzle2008-08-131-2/+6
* Remove archive.h.in, now that archive.h is no longer a constructed file.Tim Kientzle2008-08-131-592/+0
* MFC r179798,179916,180026,180204,180209: Various test harness improvementsTim Kientzle2008-08-1318-130/+186
* MFC r179791-179792,179800,180269,180271: Several minor portability tweaks:Tim Kientzle2008-08-137-51/+72
* MFC r179351: Check that end of string exists before trying to access it.Tim Kientzle2008-08-131-1/+1
* MFC r180016,180027-180028,180122-180123,181489: Implement CRC validationTim Kientzle2008-08-134-27/+36
* MFC r179789: Never match dirs as hardlinks.Tim Kientzle2008-08-132-0/+21
* MFC r179679,179799,179915: Various fixes to the mtree reader:Tim Kientzle2008-08-131-15/+83
* Merge of r181555 missed a line. Now the test harness runs again.Tim Kientzle2008-08-131-1/+0
* MFC r181555: Fix test suite to work with libarchive 1.x API.Tim Kientzle2008-08-135-2/+31
* MFC r179321,179349,179790,179797,179801-179802Tim Kientzle2008-08-1349-903/+4179
* MFC r177217,r177218: a few improvements to the mtree readerTim Kientzle2008-08-111-107/+173
* MFC r179125, r179234, r179235: A couple of bugs discovered by ColinTim Kientzle2008-08-114-6/+10
* MFC r176404: portability to WindowsTim Kientzle2008-08-111-1/+4
* MFC r177473: link manpage for archive_write_closeTim Kientzle2008-08-111-0/+1
* MFC r177226: comment updateTim Kientzle2008-08-111-9/+2
* MFC r177221, r177223: clean up after testsTim Kientzle2008-08-112-0/+6
* MFC r177220: Remove duplicate fields and update the code to use the correctTim Kientzle2008-08-117-29/+22
* MFC r177213: use fstat() on FreeBSD, and use it correctly.Tim Kientzle2008-08-112-1/+2
* MFC r177201, r177212: Implement /PaxHeader.<pid>/ as the fake directoryTim Kientzle2008-08-112-12/+32
* MFC r177200: GC an unused variableTim Kientzle2008-08-111-1/+1
* MFC r177189: Minor type fix.Tim Kientzle2008-08-111-1/+1
* MFC r177193, r177199: If the locale of the filename on disk doesn'tTim Kientzle2008-08-117-260/+589
* MFC r177191: new public functions archive_entry_copy_link() andTim Kientzle2008-08-115-1/+58
* MFC r177192: The default block size actually should not be publishedTim Kientzle2008-08-111-1/+6
* MFC r177190: comment out argument names in public header to guardTim Kientzle2008-08-111-16/+50
* MFC r177188: Allow archive_entry_clear() (and hence, archive_entry_free()) toTim Kientzle2008-08-111-0/+2
* MFC r177185,r177186,r177187: Rework the versioning interface again.Tim Kientzle2008-08-115-43/+108
* MFC r177183: compress write support, thanks to Joerg Sonnenberger.Tim Kientzle2008-08-115-0/+596
* MFC r177182: Use the correct numeric constant insteadTim Kientzle2008-08-111-1/+1
* MFC r177082: remove unused fields from the private archive_read structure.Tim Kientzle2008-08-112-52/+0
* MFC r177081, r177082: Fix return values when you hit the end of anTim Kientzle2008-08-112-1/+28
* MFC r176620, r177029, r177030: Spelling and formatting corrections.Tim Kientzle2008-08-116-29/+173
* MFC r176619: Optimize skipping of zip bodies. This greatly acceleratesTim Kientzle2008-08-111-14/+5
* MFC r176432: sanity-check the compression buffer size for gzip.Tim Kientzle2008-08-111-0/+19
* MFC ISO9660 improvements from r176403 and r179321:Tim Kientzle2008-08-111-36/+19