aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-466/+0
* Clarify the naming: Methods that free an object shouldTim Kientzle2010-11-051-4/+4
* Use new ino64 interface.Tim Kientzle2009-12-281-2/+1
* Merge from libarchive.googlecode.com: Numerous fixes to theTim Kientzle2009-04-171-14/+42
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+81
* Merge r390,r391,r392,r397 from libarchive.googlecode.com: VirtualizeTim Kientzle2009-03-051-2/+2
* Don't advertise the default block size as a constant; don'tTim Kientzle2008-03-141-1/+6
* libarchive 2.2.3Tim Kientzle2007-05-291-5/+11
* Libarchive 2.0.23:Tim Kientzle2007-03-111-1/+1
* libarchive 2.0Tim Kientzle2007-03-031-50/+104
* 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/+25
* Change the internal API for writing data to an entry; make theTim Kientzle2006-11-151-3/+1
* Portability and style fixes:Tim Kientzle2006-11-101-2/+12
* Remove an unused declaration.Tim Kientzle2006-11-061-2/+0
* Some minor corrections:Tim Kientzle2006-09-051-7/+47
* If skip_file_dev and skip_file_ino haven't been set (are still == 0),Tim Kientzle2006-08-011-1/+3
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-1/+1
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-011-8/+8
* Clear the error message buffer on entry to major routines.Tim Kientzle2005-02-121-0/+3
* Clean up the error handling in theTim Kientzle2004-11-051-1/+4
* We don't need <paths.h>, so don't bother including it.Tim Kientzle2004-08-141-1/+0
* If you don't need a header, don't bother including it.Tim Kientzle2004-08-081-1/+0
* Split archive_{read,write}_finish into separate "close" (finish the archiveTim Kientzle2004-08-071-3/+17
* Refuse to extract an entry from an archive on top of the archive being read.Tim Kientzle2004-06-271-1/+1
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-0/+7
* Refactor the extraction code somewhat. In particular,Tim Kientzle2004-06-031-1/+0
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-2/+2
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-0/+1
* Many fixes:Tim Kientzle2004-03-191-13/+0
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+220