aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-1249/+0
* Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-201-1/+1
* Add compatibility for ISO images created with unfixed makefs thatMartin Matuska2011-08-071-9/+9
* Clarify the naming: Methods that free an object shouldTim Kientzle2010-11-051-4/+4
* Fix a memory leak when a filter fails to initialize.Tim Kientzle2010-01-231-16/+27
* Catch decompression failures earlier. In particular, this givesTim Kientzle2009-12-291-0/+8
* Various style and portability fixes, including:Tim Kientzle2009-12-291-12/+35
* New archive_file_count() utility.Tim Kientzle2009-12-281-0/+1
* Fiz /usr/bin/unzip: A bug deep in libarchive's read-ahead logicTim Kientzle2009-09-081-2/+5
* Fix "tar --options=iso9660:joliet" and other usesTim Kientzle2009-06-201-4/+5
* Merge r988,r1064 from libarchive.googlecode.com:Tim Kientzle2009-04-271-12/+23
* Accept empty options, add a new read_next_header2() which is moreTim Kientzle2009-04-171-5/+22
* Merge r714,r715 from libarchive.googlecode.com: Fix Debian bug #516577.Tim Kientzle2009-03-071-0/+2
* Merge r608 from libarchive.googlecode.com: Clear a newly-allocatedTim Kientzle2009-03-071-1/+3
* Merge r564,r566 from libarchive.googlecode.com: Fix segfault whenTim Kientzle2009-03-071-14/+22
* Merge r659 from libarchive.googlecode.com: Correctly report "none"Tim Kientzle2009-03-071-4/+2
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+93
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: VirtualizeTim Kientzle2009-03-051-8/+21
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:Tim Kientzle2009-03-051-180/+190
* Merge r282 from libarchive.googlecode.com: Close multiple filtersTim Kientzle2009-03-031-2/+3
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-145/+453
* Remove some unused fields from the private archive_read structureTim Kientzle2008-03-121-15/+0
* Add an internal utility function to simplify the many, many places whereDag-Erling Smørgrav2008-01-031-0/+11
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-6/+12
* 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