summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_open_filename.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typoJoerg Sonnenberger2015-12-191-1/+1
* Avoid struct init with variableBrad King2013-09-261-1/+3
* Remove outdated comments.Michihiro NAKAJIMA2012-10-091-3/+1
* Apply *_CLOEXEC flags to system calls which can be used withMichihiro NAKAJIMA2012-10-021-1/+6
* Fix the failure of archive_read_open_filename_w on Windows.Michihiro NAKAJIMA2012-09-101-0/+1
* Fix the dereference of null pointer, which Clang Static Analyzer complained.Michihiro NAKAJIMA2012-04-061-0/+2
* Fix a memory leak.Michihiro NAKAJIMA2012-04-061-0/+1
* Implement support for reading from multiple data objects as one large stream.Andres Mejia2012-03-251-47/+101
* On Visual Studio, Enable Warning 4244: 'conversion' conversion from 'type1'Michihiro NAKAJIMA2012-02-191-1/+1
* When ENOMEM happened in archive_string_append_from_wcs and archive_string_app...Michihiro NAKAJIMA2012-01-231-3/+7
* Comments...Tim Kientzle2011-11-221-0/+3
* Cast away __la_lseek(), use _lseeki64() instead.Michihiro NAKAJIMA2011-11-211-1/+1
* Add wchar_t filename support for archive_{read,write}_open_filename().Michihiro NAKAJIMA2011-11-201-19/+124
* Support seeking in files.Tim Kientzle2011-11-181-2/+32
* On Windows platform, we have made own lseek, which cat handle 64 bits offset ...Michihiro NAKAJIMA2011-11-181-0/+5
* Push int64_t down a bit; there's still a problem here if off_t is short.Tim Kientzle2011-11-181-4/+6
* Refactor the read_open() routines into a collection ofTim Kientzle2011-04-261-2/+5
* DO NOT USE C++ style comments like // in C code !Björn Jacke2011-02-171-1/+1
* Eliminate a bunch of off_t uses.Tim Kientzle2011-01-221-9/+0
* Eliminate some more off_t usage; mark some that are okay becauseTim Kientzle2010-05-311-1/+1
* Retry the read() operation on EINTR. In particular, tar should not die on SI...Tim Kientzle2010-05-161-8/+12
* Add a TODO comment outlining a possible future optimization.Tim Kientzle2010-03-211-0/+8
* Avoid failing some libarchive_test on Windows and some platforms,Michihiro NAKAJIMA2010-02-231-0/+9
* Oops. Forgot to initialize the is_disk_like variable. While I'mTim Kientzle2010-02-231-7/+12
* Remove a stray comment.Tim Kientzle2010-02-211-2/+0
* Rework the file handling here to explicitly probe the type of inputTim Kientzle2010-02-211-106/+136
* Improve the detection of seekable devices so we can enable skip supportTim Kientzle2010-02-201-10/+67
* 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/+3
* 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/+3
* The refactoring of r868 changed read_open_filename() toTim Kientzle2009-05-071-20/+49
* 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-11/+12
* Ooops. I forgot to remove the declarations when I removed theTim Kientzle2009-03-291-1/+0
* Improve test coverage:Tim Kientzle2009-03-291-76/+39
* Issue 7: Only flush and close the file if the file was actuallyTim Kientzle2009-02-181-23/+25
* IFC to populate initial libarchive-portable tree.Tim Kientzle2008-04-291-0/+267