aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* MFC r187704: Fix ARCHIVE_EXTRACT_SPARSE handling in libarchive.Tim Kientzle2009-02-093-22/+305
* MFC r185667,r185680,r185681: Overhaul the Rockridge optionTim Kientzle2008-12-083-153/+380
* MFC 182590,182778,182779,184109: Support for certainTim Kientzle2008-11-2810-115/+462
* MFC r184038: Restore mtime *after* restoring ACLs. Otherwise,Tim Kientzle2008-10-233-4/+248
* MFC r182838: Correct tar -xP so that it will follow symlinks toTim 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 r182149: Alphabetize the list of tests.Tim Kientzle2008-08-271-4/+4
* MFC r182102: Update the total archive bytes written when writing entriesTim Kientzle2008-08-271-0/+2
* MFC r182097: Permit restoring of path/.. if SECURE_NODOTDOT was not specified.Tim Kientzle2008-08-271-15/+3
* MFC r182093: Ignore NO_OVERWRITE_NEWER if the current object is a directory.Tim Kientzle2008-08-271-1/+5
* MFC r181542,r181555: Minor test suite fixup so that the test suiteTim Kientzle2008-08-256-3/+39
* MFC r181485 | kientzle | 2008-08-09 19:06:28 -0700 (Sat, 09 Aug 2008)Tim Kientzle2008-08-102-0/+6
* MFC __dead2 markerTim Kientzle2008-08-101-1/+1
* MFC removal of an unused variable.Tim Kientzle2008-08-101-2/+0
* MFC missing $FreeBSD$ markers.Tim Kientzle2008-08-102-0/+2
* MFC various corrections to the test suite Makefile.Tim Kientzle2008-08-101-6/+6
* MFC r180027, r180028, r180122, r180123, r181489Tim Kientzle2008-08-103-11/+22
* Big MFC of libarchive 2.5.5.Tim Kientzle2008-08-1059-1129/+3959
* MFC r179235 | cperciva | 2008-05-22 22:01:29 -0700 (Thu, 22 May 2008)Tim Kientzle2008-08-101-3/+7
* MFC r179234 | cperciva | 2008-05-22 21:57:28 -0700 (Thu, 22 May 2008)Tim Kientzle2008-08-101-2/+1
* MFC r179125Tim Kientzle2008-08-101-0/+1
* Fix up mergeinfo to reflect the current status of this branch.Tim Kientzle2008-08-092-0/+2
* MFC: Numerous test updates.Tim Kientzle2008-05-2110-83/+338
* MFC: New manpage links and turn on the compress write support.Tim Kientzle2008-05-211-0/+4
* MFC: updates to the public API plus an attempt to straighten out versioning.Tim Kientzle2008-05-211-41/+38
* MFC: some documentation corrections and updates.Tim Kientzle2008-05-215-28/+174
* MFC: A number of interrelated changes that I'm too tired to teaseTim Kientzle2008-05-218-414/+716
* MFC: Some changes to 'ar' format support from Kai Wang.Tim Kientzle2008-05-213-42/+41
* MFC: FreeBSD does have fstat() and libarchive should use it (itTim Kientzle2008-05-102-1/+3
* MFC: Eliminate a bunch of unused fields from the read structure.Tim Kientzle2008-05-101-46/+2
* MFC: The read side doesn't use the 'nulls' convenience value, so getTim Kientzle2008-05-101-15/+0
* MFC: Set the archive format code and name in the generic portionTim Kientzle2008-05-105-16/+16
* MFC: Stop using ARCHIVE_DEFAULT_BYTES_PER_BLOCK to set the defaultTim Kientzle2008-05-101-1/+6
* MFC: Add the useful archive_string_sprintf() function for internal use.Tim Kientzle2008-05-102-0/+13
* MFC 1.25: Portability: on platforms that don't have timegm, don't haveTim Kientzle2008-05-101-5/+9
* MFC 1.2: Minor portability improvement. Not every platformTim Kientzle2008-05-101-3/+3
* MFC: Include space for the trailing NUL byte.Tim Kientzle2008-05-101-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-03-154-0/+767
* MFC a number of minor edits and portability fixups.Tim Kientzle2008-03-1213-96/+173
* MFC: libarchive 2.4.12Tim Kientzle2008-02-1154-1167/+1428
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-02-092-0/+143
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-01-231-0/+211
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-01-1821-0/+4160
* MFC: If "length at end" flag is specified, then a zero lengthTim Kientzle2007-12-081-1/+2
* MFC 1.18: When skipping input data, request a minimum of 1 insteadTim Kientzle2007-11-021-1/+1
* MFC 1.62: Fix reading of files that use pax 'size' attributeTim Kientzle2007-10-291-7/+21
* MFC: archive_write_set_format_cpio.c 1.12Tim Kientzle2007-10-212-2/+12
* MFC 1.15: When reading ZIP archives, non-regular files shouldTim Kientzle2007-10-181-0/+7
* Fix the archive_write_data() function so it always returnsTim Kientzle2007-09-212-4/+86