summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.mm2011-12-221-2418/+0
* Update libarchive, tar and cpio to version 2.8.5mm2011-12-201-1/+1
* Style fixes to tar reader:kientzle2009-12-291-16/+16
* Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com:kientzle2009-04-271-5/+42
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-1/+2
* MfP4: Big read filter refactoring.kientzle2008-12-061-60/+43
* MfP4: Store/read birthtime data in pax format.kientzle2008-09-301-0/+4
* Garbage collect a variable which is assigned a value once but otherwisecperciva2008-07-101-2/+0
* Minor code hardening: Verify the final bytes of the stringkientzle2008-05-271-1/+1
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-39/+55
* A subtle point: "pax interchange format" mandates that all stringskientzle2008-03-151-209/+240
* A block in a tar file is 512 bytes. Period.kientzle2008-03-141-1/+1
* 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
OpenPOWER on IntegriCloud