| Commit message (Expand) | Author | Age | Files | Lines |
* | Update libarchive, tar and cpio to version 2.8.5 | mm | 2011-12-20 | 1 | -1/+1 |
* | Style fixes to tar reader: | kientzle | 2009-12-29 | 1 | -16/+16 |
* | Merge r1053,r1055,r1056,r1057,r1065 from libarchive.googlecode.com: | kientzle | 2009-04-27 | 1 | -5/+42 |
* | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | kientzle | 2009-03-06 | 1 | -1/+2 |
* | MfP4: Big read filter refactoring. | kientzle | 2008-12-06 | 1 | -60/+43 |
* | MfP4: Store/read birthtime data in pax format. | kientzle | 2008-09-30 | 1 | -0/+4 |
* | Garbage collect a variable which is assigned a value once but otherwise | cperciva | 2008-07-10 | 1 | -2/+0 |
* | Minor code hardening: Verify the final bytes of the string | kientzle | 2008-05-27 | 1 | -1/+1 |
* | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | kientzle | 2008-05-26 | 1 | -39/+55 |
* | A subtle point: "pax interchange format" mandates that all strings | kientzle | 2008-03-15 | 1 | -209/+240 |
* | A block in a tar file is 512 bytes. Period. | kientzle | 2008-03-14 | 1 | -1/+1 |
* | Tighten up the heuristic that decides whether or not we should | kientzle | 2008-01-31 | 1 | -20/+36 |
* | Since the tar bidder can never get called more than once, it | kientzle | 2008-01-13 | 1 | -23/+12 |
* | Update libarchive to 2.4.10. This includes a number of improvements | kientzle | 2007-12-30 | 1 | -37/+38 |
* | Fix reading of files that use pax 'size' attribute to store size. | kientzle | 2007-10-24 | 1 | -7/+21 |
* | This commit updates libarchive to be compatible with | kientzle | 2007-08-18 | 1 | -47/+63 |
* | archive_string_ensure() used to call exit(3) if it | kientzle | 2007-07-15 | 1 | -2/+12 |
* | Restore the 'break' that was inadvertently removed in 1.57 of this file. | kientzle | 2007-07-14 | 1 | -0/+1 |
* | Correct multiple security issues in how libarchive handles corrupt | cperciva | 2007-07-12 | 1 | -40/+103 |
* | Read support for the new GNU tar sparse formats added in gtar 1.15 and | kientzle | 2007-06-13 | 1 | -83/+414 |
* | libarchive 2.2.3 | kientzle | 2007-05-29 | 1 | -150/+129 |
* | Don't test for NULL when it is both unnecessary (the pointer is checked | cperciva | 2007-05-21 | 1 | -1/+1 |
* | Consolidate numeric limit macros in one place; include them | kientzle | 2007-04-15 | 1 | -35/+13 |
* | Make Lint happier. | kientzle | 2007-04-12 | 1 | -1/+1 |
* | Parse SCHILY.dev and SCHILY.ino fields. These are ignored when extracting | cperciva | 2007-04-03 | 1 | -0/+4 |
* | Now that there is always a compression-layer skip function available, | cperciva | 2007-04-02 | 1 | -9/+3 |
* | Provide a dummy compression-layer skip function which just reads data and | cperciva | 2007-03-31 | 1 | -10/+0 |
* | libarchive 2.0 | kientzle | 2007-03-03 | 1 | -74/+77 |
* | Fix the copyright notice; it was always intended to be | kientzle | 2007-01-09 | 1 | -3/+2 |
* | Convert compression_skip from taking a size_t skip length request and | cperciva | 2007-01-04 | 1 | -1/+1 |
* | Rewrite and simplify archive_read_format_tar_skip. Compression-layer skip | cperciva | 2007-01-03 | 1 | -18/+16 |
* | No change in functionality, but fill in a missing error | kientzle | 2006-11-13 | 1 | -1/+6 |
* | Portability and style fixes: | kientzle | 2006-11-10 | 1 | -25/+39 |
* | 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 |