aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_compression_compress.c
Commit message (Expand)AuthorAgeFilesLines
* LZW bugfix: when we hit end-of-file, return an invalid code.Tim Kientzle2009-04-171-2/+2
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+1
* Argh. r189389 was supposed to include r539 from libarchive.googlecode.comTim Kientzle2009-03-051-2/+3
* Merge r364, r378, r379, r393, and r539 from libarchive.googlecode.com:Tim Kientzle2009-03-051-89/+54
* Merge r282 from libarchive.googlecode.com: Close multiple filtersTim Kientzle2009-03-031-1/+0
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-114/+99
* libarchive 2.2.3Tim Kientzle2007-05-291-13/+12
* From Joerg Sonnenberger: Fix a number of style gaffes,Tim Kientzle2007-04-051-7/+9
* libarchive 2.0Tim Kientzle2007-03-031-26/+28
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Portability and style fixes:Tim Kientzle2006-11-101-8/+16
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-301-0/+1
* Correctly clean up if gzip format gets mis-identified as compress format.Tim Kientzle2005-11-081-9/+17
* Refine the error-checking and reporting in theTim Kientzle2004-10-171-6/+11
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-4/+2
* Add read-only support for .Z compressed archives.Tim Kientzle2004-05-271-0/+471