aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_set_compression_none.c
Commit message (Expand)AuthorAgeFilesLines
* MFC libarchive 2.4.10, including test harness.Tim Kientzle2008-08-101-13/+30
* MFC libarchive 1.9.Tim Kientzle2007-07-051-43/+40
* Fix previous commit due to libarchive 1.x vs libarchive 2.x differences.Colin Percival2007-03-211-1/+1
* MFC revision 1.13: Don't forget to increment the raw_position counter,Colin Percival2007-03-211-0/+1
* MFC: synchronize libarchive with FreeBSD-CURRENT. This includesTim Kientzle2007-01-271-14/+40
* 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