| Commit message (Expand) | Author | Age | Files | Lines |
* | Some minor corrections: | kientzle | 2006-09-05 | 1 | -2/+2 |
* | Use 'skip' when ignoring data in tar archives. This dramatically | kientzle | 2006-07-30 | 1 | -1/+46 |
* | Simplify some of the wide-character handling, inspired | kientzle | 2006-05-01 | 1 | -58/+36 |
* | POSIX.1e-style Extended Attribute support | kientzle | 2006-03-21 | 1 | -3/+200 |
* | Portability: Use some autoconf magic to include the | kientzle | 2005-11-08 | 1 | -0/+7 |
* | Make some purely internal symbols static to reduce link pollution. | kientzle | 2005-10-12 | 1 | -4/+4 |
* | When reading GNU-style sparse archive entries, handle | kientzle | 2005-10-12 | 1 | -8/+18 |
* | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | kientzle | 2005-09-24 | 1 | -1/+1 |
* | Add a lot of error checks, based on the patches provided by Dan Lukes. | kientzle | 2005-09-21 | 1 | -1/+15 |
* | Style issue: Don't include <wchar.h> where it is not actually needed. | kientzle | 2005-09-10 | 1 | -3/+24 |
* | Generate default fake "device" and "inode" numbers for entries | kientzle | 2005-08-02 | 1 | -0/+25 |
* | A number of improvements to ZIP support. | kientzle | 2005-04-06 | 1 | -0/+1 |
* | When rejecting rediculously large pax attributes (such as pathnames | kientzle | 2005-03-13 | 1 | -2/+5 |
* | Include wchar.h to improve our chances of finding | kientzle | 2004-12-22 | 1 | -0/+1 |
* | Tune the bidding for tar archives. This | kientzle | 2004-12-22 | 1 | -2/+9 |
* | Allow tar format to read and accept an empty (or non-existent) | kientzle | 2004-10-27 | 1 | -3/+9 |
* | Some old tar archives rely on "regular-file-plus-trailing-slash" to | kientzle | 2004-09-04 | 1 | -12/+22 |
* | Eliminate reliance on non-portable <err.h> by implementing a very | kientzle | 2004-08-14 | 1 | -3/+10 |
* | Oops. Use "unsigned long" instead of "int" for the intermediate variables | kientzle | 2004-08-08 | 1 | -1/+1 |
* | Use 'int' for certain wide-character conversions instead of wchar_t. | kientzle | 2004-08-08 | 1 | -3/+7 |
* | Fix the calculation of the most negative int64_t value, which | kientzle | 2004-08-07 | 1 | -1/+1 |
* | Fix the handling of signed values when parsing base-256 header values. | kientzle | 2004-07-24 | 1 | -32/+68 |
* | Clean up some consistent confusion between "dev" and "rdev." | kientzle | 2004-06-27 | 1 | -12/+12 |
* | Read gtar-style sparse archives. | kientzle | 2004-06-27 | 1 | -40/+141 |
* | History: A few very, very old tar programs used the filename to | kientzle | 2004-06-07 | 1 | -12/+10 |
* | Tar bidder should just return a zero bid ("not me!") if | kientzle | 2004-06-07 | 1 | -3/+9 |
* | Correct the layering violation in read_body_to_string. The previous | kientzle | 2004-06-04 | 1 | -17/+24 |
* | When we go to read the next tar header, if we get zero bytes, accept | kientzle | 2004-06-04 | 1 | -3/+22 |
* | Refactor read_data: | kientzle | 2004-06-02 | 1 | -18/+63 |
* | When combining ustar prefix and name fields, check before adding a '/' | kientzle | 2004-05-19 | 1 | -8/+8 |
* | Refine the heuristic used to determine whether or not to obey | kientzle | 2004-05-19 | 1 | -9/+20 |
* | Be smarter about hardlink sizes: some tar programs write | kientzle | 2004-05-18 | 1 | -2/+18 |
* | Update file flag handling. | kientzle | 2004-04-26 | 1 | -1/+1 |
* | More portability improvements, thanks to Juergen Lock. | kientzle | 2004-04-21 | 1 | -12/+23 |
* | In GNU tar archives, read ctime from ctime field, not atime field. | kientzle | 2004-04-20 | 1 | -1/+1 |
* | * Plug a buffer overrun in ACL parsing. (archive_entry.c) | kientzle | 2004-04-13 | 1 | -17/+17 |
* | More work on ACLs: fix error in archive_entry's ACL parsing code, | kientzle | 2004-04-12 | 1 | -32/+191 |
* | Overhauled ACL support. This makes us compatible | kientzle | 2004-04-05 | 1 | -2/+4 |
* | Bug: Standard C still requires declarations to precede statements. <sigh> | kientzle | 2004-03-20 | 1 | -7/+5 |
* | Many fixes: | kientzle | 2004-03-19 | 1 | -204/+464 |
* | Many fixes. | kientzle | 2004-03-09 | 1 | -8/+10 |
* | Correctly read SCHILY.nlink from pax-format archives. | kientzle | 2004-03-05 | 1 | -0/+2 |
* | Initial import of libarchive. | kientzle | 2004-02-09 | 1 | -0/+934 |