summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_open_fd.c
Commit message (Expand)AuthorAgeFilesLines
* Retry reads that fail with EINTR. This fixes a problemkientzle2010-05-181-4/+8
* O_BINARY for Windows.kientzle2009-12-281-0/+9
* 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-35/+24
* Fix 'bsdtar -t' on tape drives. Libarchive uses thekientzle2007-06-261-2/+13
* 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
* 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-2/+2
* Portability and style fixes:kientzle2006-11-101-6/+16
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-3/+45
* If the attempt to open the archive fails (either the client openkientzle2006-01-171-1/+2
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-0/+6
* Refuse to extract an entry from an archive on top of the archive being read.kientzle2004-06-271-2/+11
* 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-0/+93
OpenPOWER on IntegriCloud