summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_open_fd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix issue336:7zip can not be read when opened with archive_read_open_fd.Michihiro NAKAJIMA2014-08-031-0/+29
* Fix style and Make source files be somewhat readable.Michihiro NAKAJIMA2012-10-101-1/+2
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-2/+2
* Refactor the read_open() routines into a collection ofTim Kientzle2011-04-261-2/+5
* 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-10/+8
* Eliminate some more off_t usage; mark some that are okay becauseTim Kientzle2010-05-311-34/+21
* Retry the read() operation on EINTR. In particular, tar should not die on SI...Tim Kientzle2010-05-161-4/+8
* 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-0/+6
* Force client-provided file descriptors to binary modeTim Kientzle2009-06-271-2/+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
* Fix a number of memory leaks:Tim Kientzle2009-04-101-5/+5
* Ooops. I forgot to remove the declarations when I removed theTim Kientzle2009-03-291-1/+0
* Improve test coverage:Tim Kientzle2009-03-291-30/+20
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+187