summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* Add an internal utility function to simplify the many, many places wheredes2008-01-031-0/+11
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-6/+12
* libarchive 2.2.3kientzle2007-05-291-33/+46
* Move archive_read_data_into_buffer into archive_read.c, simplify itscperciva2007-04-051-0/+16
* More corrections from Joerg Sonnenberger.kientzle2007-04-051-3/+3
* Fix type-punned pointer, minor style fixes.kientzle2007-04-021-6/+7
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-311-0/+40
* libarchive 2.0kientzle2007-03-031-68/+100
* If (a == NULL), don't dereference (a) to record an error message. [1]cperciva2007-02-051-3/+1
* Add support for a new archive format "empty" that reads empty files.kientzle2007-02-011-10/+0
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Quiet a compiler warning where (off_t + size_t) has a different signcperciva2007-01-031-1/+1
* Insert zero-padding between sparse blocks in archive_read_data(). Thiscperciva2007-01-031-1/+22
* Correct spelling of "accommodate", "guarantee", "guaranteed", "guard",cperciva2006-12-281-1/+1
* Portability and style fixes:kientzle2006-11-101-3/+11
* Some minor corrections:kientzle2006-09-051-14/+17
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-0/+15
* If the attempt to open the archive fails (either the client openkientzle2006-01-171-13/+36
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-2/+2
* In archive_read_open(), do not set the internal archive state tokientzle2005-09-211-2/+4
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-0/+9
* Fix some errors in archive_read_data that caused failures in bsdtar'skientzle2005-09-101-12/+11
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-011-10/+10
* A number of improvements to ZIP support.kientzle2005-04-061-3/+11
* Clear the error buffer on entrykientzle2005-01-081-0/+1
* Eliminate reliance on non-portable <err.h> by implementing a verykientzle2004-08-141-7/+8
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-071-6/+18
* Correctly reset archive_read_data state everytime a header is read.kientzle2004-06-041-0/+5
* Be more careful about the initial read (used for "tasting" the compression):kientzle2004-06-041-1/+12
* Refactor the extraction code somewhat. In particular,kientzle2004-06-031-1/+0
* Refactor read_data:kientzle2004-06-021-50/+84
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-3/+3
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-11/+12
* Many fixes:kientzle2004-03-191-16/+9
* Many fixes.kientzle2004-03-091-6/+7
* Initial import of libarchive.kientzle2004-02-091-0/+505
OpenPOWER on IntegriCloud