summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Tighten up the heuristic that decides whether or not we shouldkientzle2008-01-311-20/+36
* Since the tar bidder can never get called more than once, itkientzle2008-01-131-23/+12
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-37/+38
* Fix reading of files that use pax 'size' attribute to store size.kientzle2007-10-241-7/+21
* This commit updates libarchive to be compatible withkientzle2007-08-181-47/+63
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-151-2/+12
* Restore the 'break' that was inadvertently removed in 1.57 of this file.kientzle2007-07-141-0/+1
* Correct multiple security issues in how libarchive handles corruptcperciva2007-07-121-40/+103
* Read support for the new GNU tar sparse formats added in gtar 1.15 andkientzle2007-06-131-83/+414
* libarchive 2.2.3kientzle2007-05-291-150/+129
* Don't test for NULL when it is both unnecessary (the pointer is checkedcperciva2007-05-211-1/+1
* Consolidate numeric limit macros in one place; include themkientzle2007-04-151-35/+13
* Make Lint happier.kientzle2007-04-121-1/+1
* Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extractingcperciva2007-04-031-0/+4
* Now that there is always a compression-layer skip function available,cperciva2007-04-021-9/+3
* Provide a dummy compression-layer skip function which just reads data andcperciva2007-03-311-10/+0
* libarchive 2.0kientzle2007-03-031-74/+77
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-3/+2
* Convert compression_skip from taking a size_t skip length request andcperciva2007-01-041-1/+1
* Rewrite and simplify archive_read_format_tar_skip. Compression-layer skipcperciva2007-01-031-18/+16
* No change in functionality, but fill in a missing errorkientzle2006-11-131-1/+6
* Portability and style fixes:kientzle2006-11-101-25/+39
* Some minor corrections:kientzle2006-09-051-2/+2
* Use 'skip' when ignoring data in tar archives. This dramaticallykientzle2006-07-301-1/+46
* Simplify some of the wide-character handling, inspiredkientzle2006-05-011-58/+36
* POSIX.1e-style Extended Attribute supportkientzle2006-03-211-3/+200
* Portability: Use some autoconf magic to include thekientzle2005-11-081-0/+7
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-121-4/+4
* When reading GNU-style sparse archive entries, handlekientzle2005-10-121-8/+18
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-1/+1
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-1/+15
* Style issue: Don't include <wchar.h> where it is not actually needed.kientzle2005-09-101-3/+24
* Generate default fake "device" and "inode" numbers for entrieskientzle2005-08-021-0/+25
* A number of improvements to ZIP support.kientzle2005-04-061-0/+1
* When rejecting rediculously large pax attributes (such as pathnameskientzle2005-03-131-2/+5
* Include wchar.h to improve our chances of findingkientzle2004-12-221-0/+1
* Tune the bidding for tar archives. Thiskientzle2004-12-221-2/+9
* Allow tar format to read and accept an empty (or non-existent)kientzle2004-10-271-3/+9
* Some old tar archives rely on "regular-file-plus-trailing-slash" tokientzle2004-09-041-12/+22
* Eliminate reliance on non-portable <err.h> by implementing a verykientzle2004-08-141-3/+10
* Oops. Use "unsigned long" instead of "int" for the intermediate variableskientzle2004-08-081-1/+1
* Use 'int' for certain wide-character conversions instead of wchar_t.kientzle2004-08-081-3/+7
* Fix the calculation of the most negative int64_t value, whichkientzle2004-08-071-1/+1
* Fix the handling of signed values when parsing base-256 header values.kientzle2004-07-241-32/+68
* Clean up some consistent confusion between "dev" and "rdev."kientzle2004-06-271-12/+12
* Read gtar-style sparse archives.kientzle2004-06-271-40/+141
* History: A few very, very old tar programs used the filename tokientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifkientzle2004-06-071-3/+9
* Correct the layering violation in read_body_to_string. The previouskientzle2004-06-041-17/+24
* When we go to read the next tar header, if we get zero bytes, acceptkientzle2004-06-041-3/+22
OpenPOWER on IntegriCloud