summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_data_into_fd.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build failure in aggressive warnings on FreeBSD/amd64.Michihiro NAKAJIMA2012-02-141-1/+1
|
* Make pad_to symbol a private symbol.Andres Mejia2011-12-241-1/+1
| | | | SVN-Revision: 3990
* Do not ignore a fatal error.Michihiro NAKAJIMA2011-03-211-1/+2
| | | | | | Found with Clang Static Analyzer. SVN-Revision: 3046
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-221-4/+0
| | | | | | | | Most of these are from the libarchive 2 API that's no longer supported. A few are places where int64_t offsets need to be mapped down to system APIs that might only be 32 bits; those are a little trickier. SVN-Revision: 2937
* Issue 94: When writing into an fd that's not seekable (e.g., a pipe),Tim Kientzle2010-11-101-18/+62
| | | | | | we have to fill in zero holes for sparse files. SVN-Revision: 2783
* For internal APIs, we don't need to worry about the API version.Tim Kientzle2010-05-311-1/+1
| | | | SVN-Revision: 2432
* Open a door to changing the current abort-on-state-failure behavior:Tim Kientzle2010-03-011-1/+2
| | | | | | | | | | | | | | | * Change __archive_check_magic to return a status code. * Change callers to use the archive_check_magic() wrapper macro, which calls __archive_check_magic and returns immediately if there's an ARCHIVE_FATAL status. * Update a bunch of API calls to actually do magic state checks. I've also changed __archive_check_magic around a little bit: * Magic number checks still call abort(). * State failures still call abort() * Starting with libarchive 3.0, state failures will return ARCHIVE_FATAL. SVN-Revision: 2003
* Unbreak build on mingw.Michihiro NAKAJIMA2010-02-241-0/+4
| | | | SVN-Revision: 1971
* IFC: Pick up some minor corrections from Colin Percival.Tim Kientzle2008-05-241-4/+8
| | | | SVN-Revision: 89
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+89
SVN-Revision: 1