| Commit message (Expand) | Author | Age | Files | Lines |
| * | Style fixes to tar reader: | Tim Kientzle | 2009-12-29 | 1 | -16/+16 |
| * | Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: | Tim Kientzle | 2009-04-27 | 1 | -5/+42 |
| * | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | Tim Kientzle | 2009-03-06 | 1 | -1/+2 |
| * | MfP4: Big read filter refactoring. | Tim Kientzle | 2008-12-06 | 1 | -60/+43 |
| * | MfP4: Store/read birthtime data in pax format. | Tim Kientzle | 2008-09-30 | 1 | -0/+4 |
| * | Garbage collect a variable which is assigned a value once but otherwise | Colin Percival | 2008-07-10 | 1 | -2/+0 |
| * | Minor code hardening: Verify the final bytes of the string | Tim Kientzle | 2008-05-27 | 1 | -1/+1 |
| * | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | Tim Kientzle | 2008-05-26 | 1 | -39/+55 |
| * | A subtle point: "pax interchange format" mandates that all strings | Tim Kientzle | 2008-03-15 | 1 | -209/+240 |
| * | A block in a tar file is 512 bytes. Period. | Tim Kientzle | 2008-03-14 | 1 | -1/+1 |
| * | Tighten up the heuristic that decides whether or not we should | Tim Kientzle | 2008-01-31 | 1 | -20/+36 |
| * | Since the tar bidder can never get called more than once, it | Tim Kientzle | 2008-01-13 | 1 | -23/+12 |
| * | Update libarchive to 2.4.10. This includes a number of improvements | Tim Kientzle | 2007-12-30 | 1 | -37/+38 |
| * | Fix reading of files that use pax 'size' attribute to store size. | Tim Kientzle | 2007-10-24 | 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 |