aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_private.h
Commit message (Expand)AuthorAgeFilesLines
* MFC r181269: Mark __archive_errx() as __dead2 to help out static code checkers.Tim Kientzle2008-08-271-1/+1
* MFC libarchive 1.9.Tim Kientzle2007-07-051-179/+33
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-6/+5
* MFC:Colin Percival2007-01-021-2/+2
* MFC performance improvements when skipping entry bodies.Tim Kientzle2006-09-051-0/+2
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-4/+2
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-011-15/+17
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-0/+2
* Ooops. ssize_t != int. <sigh>Tim Kientzle2004-11-061-1/+1
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-0/+2
* When writing "pax" format, readers are supposed to ignore fieldsTim Kientzle2004-07-261-2/+7
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-2/+5
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-031-2/+1
* Refactor read_data:Tim Kientzle2004-06-021-8/+10
* Previously, restoring an archive with hardlinked files that hadTim Kientzle2004-05-271-9/+2
* Add hook for a client-provided progress callback to be invokedTim Kientzle2004-05-131-0/+2
* Consistify: #define gets 1 tab character afterwardsTim Kientzle2004-05-031-2/+2
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-281-0/+2
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-14/+1
* Fix some issues with ACL handling:Tim Kientzle2004-04-061-1/+0
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-0/+16
* Many fixes:Tim Kientzle2004-03-191-34/+8
* Many fixes.Tim Kientzle2004-03-091-10/+1
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+267