summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* Catch decompression failures earlier. In particular, this giveskientzle2009-12-291-0/+8
* Various style and portability fixes, including:kientzle2009-12-291-12/+35
* New archive_file_count() utility.kientzle2009-12-281-0/+1
* Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logickientzle2009-09-081-2/+5
* Fix "tar --options=iso9660:joliet" and other useskientzle2009-06-201-4/+5
* Merge r988,r1064 from libarchive.googlecode.com:kientzle2009-04-271-12/+23
* Accept empty options, add a new read_next_header2() which is morekientzle2009-04-171-5/+22
* Merge r714,r715 from libarchive.googlecode.com: Fix Debian bug #516577.kientzle2009-03-071-0/+2
* Merge r608 from libarchive.googlecode.com: Clear a newly-allocatedkientzle2009-03-071-1/+3
* Merge r564,r566 from libarchive.googlecode.com: Fix segfault whenkientzle2009-03-071-14/+22
* Merge r659 from libarchive.googlecode.com: Correctly report "none"kientzle2009-03-071-4/+2
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-0/+93
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: Virtualizekientzle2009-03-051-8/+21
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:kientzle2009-03-051-180/+190
* Merge r282 from libarchive.googlecode.com: Close multiple filterskientzle2009-03-031-2/+3
* MfP4: Big read filter refactoring.kientzle2008-12-061-145/+453
* Remove some unused fields from the private archive_read structurekientzle2008-03-121-15/+0
* 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
OpenPOWER on IntegriCloud