aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_open_file.c
Commit message (Expand)AuthorAgeFilesLines
* Fix 'bsdtar -t' on tape drives. Libarchive uses theTim Kientzle2007-06-261-8/+18
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Change the client skipper API to use off_t instead of size_t/ssize_t; butColin Percival2007-01-051-0/+9
* New hooks for reading/writing archives to/from a FILE * orTim Kientzle2006-11-241-130/+47
* Add archive_write_open_filename()/archive_read_open_filename() asTim Kientzle2006-11-151-0/+7
* These files no longer use internal APIs, so no longer need to includeTim Kientzle2006-11-131-1/+0
* Minor cleanup of the standard read/write I/O modules:Tim Kientzle2006-11-131-3/+4
* Portability and style fixes:Tim Kientzle2006-11-101-6/+18
* Some minor corrections:Tim Kientzle2006-09-051-1/+1
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-301-2/+47
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-0/+4
* Better error messages on read and file-open errors.Tim Kientzle2005-03-131-3/+15
* Flush input when reading from pipe to avoid "broken pipe" warnings.Tim Kientzle2005-02-121-6/+31
* Refuse to extract an entry from an archive on top of the archive being read.Tim Kientzle2004-06-271-0/+11
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-1/+4
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-3/+0
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-1/+8
* Many fixes.Tim Kientzle2004-03-091-2/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+109