| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create tagrelease/7.0.0_cvs | cvs2svn | 2008-02-24 | 1 | -1/+1 |
| * | MFC 1.62: Fix reading of files that use pax 'size' attribute | Tim Kientzle | 2007-10-29 | 1 | -7/+21 |
| * | This commit updates libarchive to be compatible with | Tim Kientzle | 2007-08-18 | 1 | -47/+63 |
| * | archive_string_ensure() used to call exit(3) if it | Tim Kientzle | 2007-07-15 | 1 | -2/+12 |
| * | Restore the 'break' that was inadvertently removed in 1.57 of this file. | Tim Kientzle | 2007-07-14 | 1 | -0/+1 |
| * | Correct multiple security issues in how libarchive handles corrupt | Colin Percival | 2007-07-12 | 1 | -40/+103 |
| * | Read support for the new GNU tar sparse formats added in gtar 1.15 and | Tim Kientzle | 2007-06-13 | 1 | -83/+414 |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 1 | -150/+129 |
| * | Don't test for NULL when it is both unnecessary (the pointer is checked | Colin Percival | 2007-05-21 | 1 | -1/+1 |
| * | Consolidate numeric limit macros in one place; include them | Tim Kientzle | 2007-04-15 | 1 | -35/+13 |
| * | Make Lint happier. | Tim Kientzle | 2007-04-12 | 1 | -1/+1 |
| * | Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extracting | Colin Percival | 2007-04-03 | 1 | -0/+4 |
| * | Now that there is always a compression-layer skip function available, | Colin Percival | 2007-04-02 | 1 | -9/+3 |
| * | Provide a dummy compression-layer skip function which just reads data and | Colin Percival | 2007-03-31 | 1 | -10/+0 |
| * | libarchive 2.0 | Tim Kientzle | 2007-03-03 | 1 | -74/+77 |
| * | Fix the copyright notice; it was always intended to be | Tim Kientzle | 2007-01-09 | 1 | -3/+2 |
| * | Convert compression_skip from taking a size_t skip length request and | Colin Percival | 2007-01-04 | 1 | -1/+1 |
| * | Rewrite and simplify archive_read_format_tar_skip. Compression-layer skip | Colin Percival | 2007-01-03 | 1 | -18/+16 |
| * | No change in functionality, but fill in a missing error | Tim Kientzle | 2006-11-13 | 1 | -1/+6 |
| * | Portability and style fixes: | Tim Kientzle | 2006-11-10 | 1 | -25/+39 |
| * | Some minor corrections: | Tim Kientzle | 2006-09-05 | 1 | -2/+2 |
| * | Use 'skip' when ignoring data in tar archives. This dramatically | Tim Kientzle | 2006-07-30 | 1 | -1/+46 |
| * | Simplify some of the wide-character handling, inspired | Tim Kientzle | 2006-05-01 | 1 | -58/+36 |
| * | POSIX.1e-style Extended Attribute support | Tim Kientzle | 2006-03-21 | 1 | -3/+200 |
| * | Portability: Use some autoconf magic to include the | Tim Kientzle | 2005-11-08 | 1 | -0/+7 |
| * | Make some purely internal symbols static to reduce link pollution. | Tim Kientzle | 2005-10-12 | 1 | -4/+4 |
| * | When reading GNU-style sparse archive entries, handle | Tim Kientzle | 2005-10-12 | 1 | -8/+18 |
| * | signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti... | Tim Kientzle | 2005-09-24 | 1 | -1/+1 |
| * | Add a lot of error checks, based on the patches provided by Dan Lukes. | Tim Kientzle | 2005-09-21 | 1 | -1/+15 |
| * | Style issue: Don't include <wchar.h> where it is not actually needed. | Tim Kientzle | 2005-09-10 | 1 | -3/+24 |
| * | Generate default fake "device" and "inode" numbers for entries | Tim Kientzle | 2005-08-02 | 1 | -0/+25 |
| * | A number of improvements to ZIP support. | Tim Kientzle | 2005-04-06 | 1 | -0/+1 |
| * | When rejecting rediculously large pax attributes (such as pathnames | Tim Kientzle | 2005-03-13 | 1 | -2/+5 |
| * | Include wchar.h to improve our chances of finding | Tim Kientzle | 2004-12-22 | 1 | -0/+1 |
| * | Tune the bidding for tar archives. This | Tim Kientzle | 2004-12-22 | 1 | -2/+9 |
| * | Allow tar format to read and accept an empty (or non-existent) | Tim Kientzle | 2004-10-27 | 1 | -3/+9 |
| * | Some old tar archives rely on "regular-file-plus-trailing-slash" to | Tim Kientzle | 2004-09-04 | 1 | -12/+22 |
| * | Eliminate reliance on non-portable <err.h> by implementing a very | Tim Kientzle | 2004-08-14 | 1 | -3/+10 |
| * | Oops. Use "unsigned long" instead of "int" for the intermediate variables | Tim Kientzle | 2004-08-08 | 1 | -1/+1 |
| * | Use 'int' for certain wide-character conversions instead of wchar_t. | Tim Kientzle | 2004-08-08 | 1 | -3/+7 |
| * | Fix the calculation of the most negative int64_t value, which | Tim Kientzle | 2004-08-07 | 1 | -1/+1 |
| * | Fix the handling of signed values when parsing base-256 header values. | Tim Kientzle | 2004-07-24 | 1 | -32/+68 |
| * | Clean up some consistent confusion between "dev" and "rdev." | Tim Kientzle | 2004-06-27 | 1 | -12/+12 |
| * | Read gtar-style sparse archives. | Tim Kientzle | 2004-06-27 | 1 | -40/+141 |
| * | History: A few very, very old tar programs used the filename to | Tim Kientzle | 2004-06-07 | 1 | -12/+10 |
| * | Tar bidder should just return a zero bid ("not me!") if | Tim Kientzle | 2004-06-07 | 1 | -3/+9 |
| * | Correct the layering violation in read_body_to_string. The previous | Tim Kientzle | 2004-06-04 | 1 | -17/+24 |
| * | When we go to read the next tar header, if we get zero bytes, accept | Tim Kientzle | 2004-06-04 | 1 | -3/+22 |
| * | Refactor read_data: | Tim Kientzle | 2004-06-02 | 1 | -18/+63 |
| * | When combining ustar prefix and name fields, check before adding a '/' | Tim Kientzle | 2004-05-19 | 1 | -8/+8 |