summaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Style fixes to tar reader:Tim Kientzle2009-12-291-16/+16
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:Tim Kientzle2009-04-271-5/+42
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-1/+2
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-60/+43
* MfP4: Store/read birthtime data in pax format.Tim Kientzle2008-09-301-0/+4
* Garbage collect a variable which is assigned a value once but otherwiseColin Percival2008-07-101-2/+0
* Minor code hardening: Verify the final bytes of the stringTim Kientzle2008-05-271-1/+1
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-39/+55
* A subtle point: "pax interchange format" mandates that all stringsTim Kientzle2008-03-151-209/+240
* A block in a tar file is 512 bytes. Period.Tim Kientzle2008-03-141-1/+1
* Tighten up the heuristic that decides whether or not we shouldTim Kientzle2008-01-311-20/+36
* Since the tar bidder can never get called more than once, itTim Kientzle2008-01-131-23/+12
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-37/+38
* Fix reading of files that use pax 'size' attribute to store size.Tim Kientzle2007-10-241-7/+21
* This commit updates libarchive to be compatible withTim Kientzle2007-08-181-47/+63
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-151-2/+12
* Restore the 'break' that was inadvertently removed in 1.57 of this file.Tim Kientzle2007-07-141-0/+1
* Correct multiple security issues in how libarchive handles corruptColin Percival2007-07-121-40/+103
* Read support for the new GNU tar sparse formats added in gtar 1.15 andTim Kientzle2007-06-131-83/+414
* libarchive 2.2.3Tim Kientzle2007-05-291-150/+129
* Don't test for NULL when it is both unnecessary (the pointer is checkedColin Percival2007-05-211-1/+1
* Consolidate numeric limit macros in one place; include themTim Kientzle2007-04-151-35/+13
* Make Lint happier.Tim Kientzle2007-04-121-1/+1
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingColin Percival2007-04-031-0/+4
* Now that there is always a compression-layer skip function available,Colin Percival2007-04-021-9/+3
* Provide a dummy compression-layer skip function which just reads data andColin Percival2007-03-311-10/+0
* libarchive 2.0Tim Kientzle2007-03-031-74/+77
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-3/+2
* Convert compression_skip from taking a size_t skip length request andColin Percival2007-01-041-1/+1
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipColin Percival2007-01-031-18/+16
* No change in functionality, but fill in a missing errorTim Kientzle2006-11-131-1/+6
* Portability and style fixes:Tim Kientzle2006-11-101-25/+39
* Some minor corrections:Tim Kientzle2006-09-051-2/+2
* Use 'skip' when ignoring data in tar archives. This dramaticallyTim Kientzle2006-07-301-1/+46
* Simplify some of the wide-character handling, inspiredTim Kientzle2006-05-011-58/+36
* POSIX.1e-style Extended Attribute supportTim Kientzle2006-03-211-3/+200
* Portability: Use some autoconf magic to include theTim Kientzle2005-11-081-0/+7
* Make some purely internal symbols static to reduce link pollution.Tim Kientzle2005-10-121-4/+4
* When reading GNU-style sparse archive entries, handleTim Kientzle2005-10-121-8/+18
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-1/+1
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-1/+15
* Style issue: Don't include <wchar.h> where it is not actually needed.Tim Kientzle2005-09-101-3/+24
* Generate default fake "device" and "inode" numbers for entriesTim Kientzle2005-08-021-0/+25
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-0/+1
* When rejecting rediculously large pax attributes (such as pathnamesTim Kientzle2005-03-131-2/+5
* Include wchar.h to improve our chances of findingTim Kientzle2004-12-221-0/+1
* Tune the bidding for tar archives. ThisTim Kientzle2004-12-221-2/+9
* Allow tar format to read and accept an empty (or non-existent)Tim Kientzle2004-10-271-3/+9
* Some old tar archives rely on "regular-file-plus-trailing-slash" toTim Kientzle2004-09-041-12/+22
* Eliminate reliance on non-portable <err.h> by implementing a veryTim Kientzle2004-08-141-3/+10