aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_compression_gzip.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a dead assignment.Tim Kientzle2009-12-281-1/+0
* Merge from libarchive.googlecode.com: Numerous fixes to theTim Kientzle2009-04-171-139/+123
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-1/+58
* Merge r340 from libarchive.googlecode.com: If zlib/bzlib aren't available,Tim Kientzle2009-03-031-3/+10
* Sanity-check the block size.Tim Kientzle2008-02-211-0/+19
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-1/+7
* libarchive 2.2.3Tim Kientzle2007-05-291-11/+6
* 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-5/+13
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-011-1/+1
* Ooops. ssize_t != int. <sigh>Tim Kientzle2004-11-061-1/+1
* Clean up the error handling in theTim Kientzle2004-11-051-19/+28
* Don't forget to count the end-of-file padding as part of the finishedTim Kientzle2004-08-071-0/+1
* Conditionalize the bzip2/gzip compression/decompressionTim Kientzle2004-07-301-0/+6
* Update raw byte count statistic correctly.Tim Kientzle2004-05-131-1/+1
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-281-0/+2
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Many fixes.Tim Kientzle2004-03-091-9/+13
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+380