summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_tar.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Refactor read_data:kientzle2004-06-021-18/+63
* When combining ustar prefix and name fields, check before adding a '/'kientzle2004-05-191-8/+8
* Refine the heuristic used to determine whether or not to obeykientzle2004-05-191-9/+20
* Be smarter about hardlink sizes: some tar programs writekientzle2004-05-181-2/+18
* Update file flag handling.kientzle2004-04-261-1/+1
* More portability improvements, thanks to Juergen Lock.kientzle2004-04-211-12/+23
* In GNU tar archives, read ctime from ctime field, not atime field.kientzle2004-04-201-1/+1
* * Plug a buffer overrun in ACL parsing. (archive_entry.c)kientzle2004-04-131-17/+17
* More work on ACLs: fix error in archive_entry's ACL parsing code,kientzle2004-04-121-32/+191
* Overhauled ACL support. This makes us compatiblekientzle2004-04-051-2/+4
* Bug: Standard C still requires declarations to precede statements. <sigh>kientzle2004-03-201-7/+5
* Many fixes:kientzle2004-03-191-204/+464
* Many fixes.kientzle2004-03-091-8/+10
* Correctly read SCHILY.nlink from pax-format archives.kientzle2004-03-051-0/+2
* Initial import of libarchive.kientzle2004-02-091-0/+934
OpenPOWER on IntegriCloud