aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_compression_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Include the 2 byte length field for the optional "extra data"Tim Kientzle2009-05-231-0/+1
* Implement command-line fallbacks for gzip and bzip2 decompression as well.Tim Kientzle2009-04-171-3/+13
* Merge r585,r669 from libarchive.googlecode.com: If zlib is unavailable,Tim Kientzle2009-03-071-5/+7
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-1/+2
* Merge r551,r561 from libarchive.googlecode.com: Update gzip read filterTim Kientzle2009-03-051-230/+217
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:Tim Kientzle2009-03-051-73/+44
* Don't try to read the next Gzip header after we reach theTim Kientzle2009-01-011-2/+3
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-346/+287
* Correct a compile error when libbz2/zlib are unavailable.Tim Kientzle2008-02-191-1/+1
* libarchive 2.2.3Tim Kientzle2007-05-291-21/+23
* From Joerg Sonnenberger: Fix a number of style gaffes,Tim Kientzle2007-04-051-8/+12
* libarchive 2.0Tim Kientzle2007-03-031-35/+39
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Portability and style fixes:Tim Kientzle2006-11-101-7/+15
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-301-0/+1
* Include detailed error message from zlib after a decompression error.Tim Kientzle2005-03-131-0/+3
* Use correct byte order when parsing the size of the gzip "Extra data" field.Tim Kientzle2005-03-021-1/+1
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-10/+34
* Conditionalize the bzip2/gzip compression/decompressionTim Kientzle2004-07-301-0/+6
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-281-0/+1
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes:Tim Kientzle2004-03-191-1/+2
* Many fixes.Tim Kientzle2004-03-091-12/+12
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+499