summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_open_file.c
Commit message (Expand)AuthorAgeFilesLines
* Comment fileno() usageTim Kientzle2016-03-191-2/+4
* Add large file support for androiddosomder2016-03-141-1/+3
* Fix an error test on the result from freadTristan Ravitch2012-11-021-2/+2
* Refactor the read_open() routines into a collection ofTim Kientzle2011-04-261-2/+5
* On Windows, use _fseeki64() instead of fseek() for 64 bits file access.Michihiro NAKAJIMA2011-03-291-0/+4
* Some plaform will not use max_skip and so its initialization is unneeded.Michihiro NAKAJIMA2011-03-211-3/+6
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-221-11/+13
* Avoid failing some libarchive_test on Windows and some platforms,Michihiro NAKAJIMA2010-02-231-0/+9
* Rip out the rest of the legacy 1.x API.Tim Kientzle2010-02-071-9/+0
* Sync $FreeBSD$ version info from FreeBSD SVNTim Kientzle2009-12-301-1/+1
* Use setmode compatiblity macro on WindowsBrad King2009-11-111-3/+1
* Include <io.h> and <fcntl.h> to pull in setmode(), fileno(), and O_BINARYTim Kientzle2009-06-271-1/+4
* Force client-provided file descriptors to binary modeTim Kientzle2009-06-271-1/+3
* On Windows, set _O_BINARY on filehandles passed in from clients.Tim Kientzle2009-06-261-1/+1
* Be more careful about text/binary mode.Tim Kientzle2009-05-241-0/+4
* Clear out the error message buffer on entry to a few more functions.Tim Kientzle2009-04-261-0/+1
* Ooops. I forgot to remove the declarations when I removed theTim Kientzle2009-03-291-1/+0
* Improve test coverage:Tim Kientzle2009-03-291-25/+16
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+167