summaryrefslogtreecommitdiff
path: root/lib/libarchive
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.18: Skip requests use a minimum of 1 byte so that theTim 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-192-2/+12
* MFC 1.15: Return EOF immediately for non-regular files, don'tTim Kientzle2007-10-181-0/+7
* MFC spelling correction.Tim Kientzle2007-09-271-1/+1
* MFC 1.17: Make return values from archive_write_data()Tim Kientzle2007-09-271-3/+10
* MFC: Opportunistic SUID/SGID restore.Tim Kientzle2007-08-251-6/+22
* MFC archive_read_support_format_tar.c 1.61Tim Kientzle2007-08-252-48/+64
* MFC 1.2: Fix strict-aliasing warning.Tim Kientzle2007-08-071-1/+4
* MFC better error handling from archive_string_ensure()Tim Kientzle2007-07-196-11/+28
* MFC: archive_entry_copy_gname() and archive_entry_copy_uname() functions.Tim Kientzle2007-07-184-0/+22
* MFC 1.59: Add back a mistakenly-removed 'break'.Tim Kientzle2007-07-181-0/+1
* Correct multiple security issues in how libarchive handles corruptColin Percival2007-07-122-41/+104
* MFC unbreak installworld. <sigh>Tim Kientzle2007-07-071-1/+3
* MFC some comment changes and a reworking of one cast.Tim Kientzle2007-07-062-3/+15
* MFC removal of extraneous file. This function has been movedTim Kientzle2007-07-061-50/+0
* MFC libarchive 1.9.Tim Kientzle2007-07-0544-3671/+2937
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-07-041-0/+274
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-06-0414-0/+5196
* Check existing flags with an lstat(), not a stat().Tim Kientzle2007-04-121-1/+1
* Fix previous commit due to libarchive 1.x vs libarchive 2.x differences.Colin Percival2007-03-211-1/+1
* MFC revision 1.13: Don't forget to increment the raw_position counter,Colin Percival2007-03-211-0/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-03-143-0/+473
* MFC archive_read_extract.c r1.52Tim Kientzle2007-03-061-0/+2
* MFC: "empty" format supportTim Kientzle2007-02-145-11/+19
* MFC archive_read.c rev. 1.29:Colin Percival2007-02-132-4/+7
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-02-041-0/+90
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-2747-1027/+1522
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2007-01-265-0/+789
* MFC:Colin Percival2007-01-028-11/+11
* MFC 1.9:Simon L. B. Nielsen2006-11-081-4/+16
* MFC performance improvements when skipping entry bodies.Tim Kientzle2006-09-0510-9/+241
* MFC 1.18: Conditionally include sys/mkdev.h on platforms that need it.Tim Kientzle2006-08-151-0/+3
* MFC 1.17: Don't let the "recursive add" check trigger if it was never set.Tim Kientzle2006-08-151-1/+3
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-3032-509/+1222
* MFC archive_read_extract.c 1.42 and 1.43: Correctly restore file flags.Tim Kientzle2005-09-211-2/+7
* MFC spelling fixes of several manpages.Giorgos Keramidas2005-08-182-4/+4
* Insta-MFC of the shared library version bump. All shared librariesKen Smith2005-07-221-1/+1
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-330/+0
* Assorted markup fixes.Ruslan Ermilov2005-06-152-2/+3
* Minor clean up for flags restoration: Use fchflags/lchflags whenTim Kientzle2005-06-044-13/+52
* Sort archive_entry_ctime/archive_entry_ctime_nsec correctly.Tim Kientzle2005-06-041-13/+13
* Support libarchive with C++ by adding appropriate conditionalTim Kientzle2005-06-042-4/+25
* Fix one error in the example usage of the archive_write API and fillTim Kientzle2005-06-041-27/+52
* Provide missing implementations for archive_entry_ctime() andScott Long2005-06-011-0/+13
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-017-37/+39
* <Ooops> Two lines got dropped from the previous commit. Apologies.Tim Kientzle2005-06-011-0/+2
* A minor refinement to "pax" output: Remove suid/sgid/sticky bitsTim Kientzle2005-06-013-0/+38
* Start to address the race issue between restoring a file's contentsTim Kientzle2005-05-214-105/+204
* Correct return values in myopen() and myclose() in Example code.Tim Kientzle2005-05-211-2/+2