aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_data_into_fd.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r179235 | cperciva | 2008-05-22 22:01:29 -0700 (Thu, 22 May 2008)Tim Kientzle2008-08-101-3/+7
* Style fix: Use the correct type for 'bytes_to_write'.Tim Kientzle2007-04-021-2/+2
* libarchive 2.0Tim Kientzle2007-03-031-2/+0
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Correctly handle writing very large blocks (>1M) through to a diskTim Kientzle2006-11-121-1/+3
* Portability and style fixes:Tim Kientzle2006-11-101-0/+6
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-2/+2
* Record an error message if there are write errors when extracting theTim Kientzle2005-08-101-1/+4
* Remove the C99-specific __func__ that is one of the few barrier toTim Kientzle2005-06-011-1/+1
* Read gtar-style sparse archives.Tim Kientzle2004-06-271-3/+3
* Refactor read_data:Tim Kientzle2004-06-021-21/+34
* Add hook for a client-provided progress callback to be invokedTim Kientzle2004-05-131-2/+8
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-4/+0
* Many fixes:Tim Kientzle2004-03-191-1/+1
* Many fixes.Tim Kientzle2004-03-091-2/+4
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+64