summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_write.c
Commit message (Expand)AuthorAgeFilesLines
* libarchive 2.2.3kientzle2007-05-291-5/+11
* Libarchive 2.0.23:kientzle2007-03-111-1/+1
* libarchive 2.0kientzle2007-03-031-50/+104
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Write-blocking cleanup, largely thanks to Colin Percival (cperciva@).kientzle2006-11-261-8/+25
* Change the internal API for writing data to an entry; make thekientzle2006-11-151-3/+1
* Portability and style fixes:kientzle2006-11-101-2/+12
* Remove an unused declaration.kientzle2006-11-061-2/+0
* Some minor corrections:kientzle2006-09-051-7/+47
* If skip_file_dev and skip_file_ino haven't been set (are still == 0),kientzle2006-08-011-1/+3
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-1/+1
* Remove the C99-specific __func__ that is one of the few barrier tokientzle2005-06-011-8/+8
* Clear the error message buffer on entry to major routines.kientzle2005-02-121-0/+3
* Clean up the error handling in thekientzle2004-11-051-1/+4
* We don't need <paths.h>, so don't bother including it.kientzle2004-08-141-1/+0
* If you don't need a header, don't bother including it.kientzle2004-08-081-1/+0
* Split archive_{read,write}_finish into separate "close" (finish the archivekientzle2004-08-071-3/+17
* Refuse to extract an entry from an archive on top of the archive being read.kientzle2004-06-271-1/+1
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-0/+7
* Refactor the extraction code somewhat. In particular,kientzle2004-06-031-1/+0
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-2/+2
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-0/+1
* Many fixes:kientzle2004-03-191-13/+0
* Many fixes.kientzle2004-03-091-2/+2
* Initial import of libarchive.kientzle2004-02-091-0/+220
OpenPOWER on IntegriCloud