summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.2.0_cvscvs2svn2007-01-111-1/+1
* MFC 1.17: Don't let the "recursive add" check trigger if it was never set.Tim Kientzle2006-08-151-1/+3
* MFC libarchive 1.2.53 to FreeBSD 6.Tim Kientzle2006-07-301-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