summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: The read side doesn't use the 'nulls' convenience value, so getTim Kientzle2008-05-101-15/+0
* MFC: libarchive 2.4.12Tim Kientzle2008-02-111-6/+23
* libarchive 2.2.3Tim Kientzle2007-05-291-33/+46
* Move archive_read_data_into_buffer into archive_read.c, simplify itsColin Percival2007-04-051-0/+16
* More corrections from Joerg Sonnenberger.Tim Kientzle2007-04-051-3/+3
* Fix type-punned pointer, minor style fixes.Tim Kientzle2007-04-021-6/+7
* Provide a dummy compression-layer skip function which just reads data andColin Percival2007-03-311-0/+40
* libarchive 2.0Tim Kientzle2007-03-031-68/+100
* If (a == NULL), don't dereference (a) to record an error message. [1]Colin Percival2007-02-051-3/+1
* Add support for a new archive format "empty" that reads empty files.Tim Kientzle2007-02-011-10/+0
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Quiet a compiler warning where (off_t + size_t) has a different signColin Percival2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). ThisColin Percival2007-01-031-1/+22
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",Colin Percival2006-12-281-1/+1
* Portability and style fixes:Tim Kientzle2006-11-101-3/+11
* Some minor corrections:Tim Kientzle2006-09-051-14/+17
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-301-0/+15
* If the attempt to open the archive fails (either the client openTim Kientzle2006-01-171-13/+36
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-2/+2
* In archive_read_open(), do not set the internal archive state toTim Kientzle2005-09-211-2/+4
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-0/+9
* Fix some errors in archive_read_data that caused failures in bsdtar'sTim Kientzle2005-09-101-12/+11
* 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