aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r177082: remove unused fields from the private archive_read structure.Tim Kientzle2008-08-111-15/+0
* MFC archive_read.c 1.37:Tim Kientzle2008-02-111-6/+23
* MFC libarchive 1.9.Tim Kientzle2007-07-051-100/+202
* MFC: "empty" format supportTim Kientzle2007-02-141-10/+0
* MFC archive_read.c rev. 1.29:Colin Percival2007-02-131-3/+1
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-21/+52
* MFC:Colin Percival2007-01-021-1/+1
* MFC performance improvements when skipping entry bodies.Tim Kientzle2006-09-051-0/+15
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-29/+62
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-011-10/+10
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-3/+11
* Clear the error buffer on entryTim Kientzle2005-01-081-0/+1
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-7/+8
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-071-6/+18
* Correctly reset archive_read_data state everytime a header is read.Tim Kientzle2004-06-041-0/+5
* Be more careful about the initial read (used for "tasting" the compression):Tim Kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-031-1/+0
* Refactor read_data:Tim Kientzle2004-06-021-49/+83
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-3/+3
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-11/+12
* Many fixes:Tim Kientzle2004-03-191-16/+9
* Many fixes.Tim Kientzle2004-03-091-6/+7
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+505