aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_write_open_file.c
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+2
* New hooks for reading/writing archives to/from a FILE * orTim Kientzle2006-11-241-81/+17
* Add archive_write_open_filename()/archive_read_open_filename() asTim Kientzle2006-11-151-0/+6
* These files no longer use internal APIs, so no longer need to includeTim Kientzle2006-11-131-1/+0
* Minor cleanup of the standard read/write I/O modules:Tim Kientzle2006-11-131-39/+26
* Portability and style fixes:Tim Kientzle2006-11-101-5/+17
* If the output is not a regular file, it's okay to add it to the archive.Tim Kientzle2005-03-131-2/+9
* Oops. I missed a 0 => '\0' correction.Tim Kientzle2005-02-121-1/+1
* Flush input when reading from pipe to avoid "broken pipe" warnings.Tim Kientzle2005-02-121-4/+4
* Correctly report write errors from the lowest-levelTim Kientzle2004-10-171-2/+7
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-8/+24
* Clarify an error message.Tim Kientzle2004-05-181-1/+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-19/+10
* Many fixes:Tim Kientzle2004-03-191-1/+1
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+149