summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Update libarchive to 1.02.033. (Synchronize with -CURRENT.)Tim Kientzle2005-10-041-26/+36
* MFC: Zip improvements (large files, Unix metadata, faster listing)Tim Kientzle2005-05-161-3/+11
* MFC: Sync libarchive with -CURRENT.Tim Kientzle2005-02-251-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