aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_compression_none.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: libarchive 2.4.12Tim Kientzle2008-02-111-13/+30
* libarchive 2.2.3Tim Kientzle2007-05-291-13/+8
* Don't free a NULL pointer.Tim Kientzle2007-04-151-1/+2
* Don't forget to increment the raw_position (bytes written) counter, evenColin Percival2007-03-171-0/+1
* libarchive 2.0Tim Kientzle2007-03-031-29/+30
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).Tim Kientzle2006-11-261-8/+29
* Portability and style fixes:Tim Kientzle2006-11-101-4/+10
* 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-9/+17
* Don't forget to count the end-of-file padding as part of the finishedTim Kientzle2004-08-071-0/+1
* Add statistics: track offset in compressed and uncompressed archive,Tim Kientzle2004-04-281-1/+3
* 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-4/+4
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+210