aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Oops. Use "unsigned long" instead of "int" for the intermediate variablesTim Kientzle2004-08-081-1/+1
* Use 'int' for certain wide-character conversions instead of wchar_t.Tim Kientzle2004-08-081-3/+7
* Fix the calculation of the most negative int64_t value, whichTim Kientzle2004-08-071-1/+1
* Fix the handling of signed values when parsing base-256 header values.Tim Kientzle2004-07-241-32/+68
* Clean up some consistent confusion between "dev" and "rdev."Tim Kientzle2004-06-271-12/+12
* Read gtar-style sparse archives.Tim Kientzle2004-06-271-40/+141
* History: A few very, very old tar programs used the filename toTim Kientzle2004-06-071-12/+10
* Tar bidder should just return a zero bid ("not me!") ifTim Kientzle2004-06-071-3/+9
* Correct the layering violation in read_body_to_string. The previousTim Kientzle2004-06-041-17/+24
* When we go to read the next tar header, if we get zero bytes, acceptTim Kientzle2004-06-041-3/+22
* Refactor read_data:Tim Kientzle2004-06-021-18/+63
* When combining ustar prefix and name fields, check before adding a '/'Tim Kientzle2004-05-191-8/+8
* Refine the heuristic used to determine whether or not to obeyTim Kientzle2004-05-191-9/+20
* Be smarter about hardlink sizes: some tar programs writeTim Kientzle2004-05-181-2/+18
* Update file flag handling.Tim Kientzle2004-04-261-1/+1
* More portability improvements, thanks to Juergen Lock.Tim Kientzle2004-04-211-12/+23
* In GNU tar archives, read ctime from ctime field, not atime field.Tim Kientzle2004-04-201-1/+1
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)Tim Kientzle2004-04-131-17/+17
* More work on ACLs: fix error in archive_entry's ACL parsing code,Tim Kientzle2004-04-121-32/+191
* Overhauled ACL support. This makes us compatibleTim Kientzle2004-04-051-2/+4
* Bug: Standard C still requires declarations to precede statements. <sigh>Tim Kientzle2004-03-201-7/+5
* Many fixes:Tim Kientzle2004-03-191-204/+464
* Many fixes.Tim Kientzle2004-03-091-8/+10
* Correctly read SCHILY.nlink from pax-format archives.Tim Kientzle2004-03-051-0/+2
* Initial import of libarchive.Tim Kientzle2004-02-091-0/+934