summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_open_filename.c
Commit message (Expand)AuthorAgeFilesLines
* Retry reads that fail with EINTR. This fixes a problemkientzle2010-05-181-8/+12
* Portability: Set the file descriptor to binary mode on Win32kientzle2009-12-281-0/+6
* Partially revert r191171, which went too far in tryingkientzle2009-05-071-20/+49
* Merge r1052,r1055 from libarchive.googlecode.com:kientzle2009-04-271-0/+1
* Don't use the open callback, which is deprecated (because it'skientzle2009-04-171-81/+44
* Merge r658 from libarchive.googlecode.com: Only flush and close thekientzle2009-03-071-23/+25
* Include O_BINARY in open() calls on platforms that support it.kientzle2008-02-191-1/+5
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-261-2/+14
* Track whether the current read stream supports seek(). For now, wekientzle2007-06-181-0/+11
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Change the client skipper API to use off_t instead of size_t/ssize_t; butcperciva2007-01-051-0/+9
* Add archive_write_open_filename()/archive_read_open_filename() askientzle2006-11-151-0/+7
* These files no longer use internal APIs, so no longer need to includekientzle2006-11-131-1/+0
* Minor cleanup of the standard read/write I/O modules:kientzle2006-11-131-3/+4
* Portability and style fixes:kientzle2006-11-101-6/+18
* Some minor corrections:kientzle2006-09-051-1/+1
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-2/+47
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-0/+4
* Better error messages on read and file-open errors.kientzle2005-03-131-3/+15
* Flush input when reading from pipe to avoid "broken pipe" warnings.kientzle2005-02-121-6/+31
* Refuse to extract an entry from an archive on top of the archive being read.kientzle2004-06-271-0/+11
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-1/+4
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-1/+8
* Many fixes.kientzle2004-03-091-2/+2
* Initial import of libarchive.kientzle2004-02-091-0/+109
OpenPOWER on IntegriCloud