| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use contrib sources for building libarchive, tar and cpio. | Martin Matuska | 2011-12-22 | 1 | -950/+0 |
| * | Update libarchive, tar and cpio to version 2.8.5 | Martin Matuska | 2011-12-20 | 1 | -1/+1 |
| * | If the Zip reader doesn't see a PK signature block | Tim Kientzle | 2010-11-07 | 1 | -3/+50 |
| * | Handle Zip CRC validation for uncompressed Zip archives even on | Tim Kientzle | 2009-12-28 | 1 | -6/+5 |
| * | Merge r541,r542 from libarchive.googlecode.com: Two sign mismatches | Tim Kientzle | 2009-03-06 | 1 | -2/+3 |
| * | Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com: | Tim Kientzle | 2009-03-06 | 1 | -0/+2 |
| * | Merge r407,r508 from libarchive.googlecode.com: Correctly handle | Tim Kientzle | 2009-03-06 | 1 | -44/+41 |
| * | MfP4: Big read filter refactoring. | Tim Kientzle | 2008-12-06 | 1 | -53/+52 |
| * | If we don't know the file size, leave the file size unset. | Tim Kientzle | 2008-10-21 | 1 | -4/+10 |
| * | More explicit error message. | Dag-Erling Smørgrav | 2008-06-30 | 1 | -1/+2 |
| * | Implement CRC32 verification. Note that you have to read until EOF to | Dag-Erling Smørgrav | 2008-06-26 | 1 | -5/+12 |
| * | Fix reading TOC from zip archives with unsupported | Tim Kientzle | 2008-06-15 | 1 | -2/+6 |
| * | MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit more | Tim Kientzle | 2008-05-26 | 1 | -5/+112 |
| * | Optimize skipping over Zip entries. | Tim Kientzle | 2008-02-27 | 1 | -14/+5 |
| * | Rename the archive_endian.h functions to avoid name clashes | Tim Kientzle | 2008-02-26 | 1 | -21/+23 |
| * | Handle Zip archives that are "multi-part archives with only | Tim Kientzle | 2008-01-15 | 1 | -1/+19 |
| * | Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it instead | Dag-Erling Smørgrav | 2008-01-03 | 1 | -57/+22 |
| * | Add an internal utility function to simplify the many, many places where | Dag-Erling Smørgrav | 2008-01-03 | 1 | -25/+10 |
| * | Update libarchive to 2.4.10. This includes a number of improvements | Tim Kientzle | 2007-12-30 | 1 | -12/+13 |
| * | If a Zip entry has the "length at end" flag set, then just ignore | Tim Kientzle | 2007-12-04 | 1 | -1/+2 |
| * | Correct the return values of the final zero-length block at EOF. | Tim Kientzle | 2007-10-12 | 1 | -0/+7 |
| * | archive_string_ensure() used to call exit(3) if it | Tim Kientzle | 2007-07-15 | 1 | -1/+2 |
| * | libarchive 2.2.3 | Tim Kientzle | 2007-05-29 | 1 | -42/+46 |
| * | Consolidate numeric limit macros in one place; include them | Tim Kientzle | 2007-04-15 | 1 | -5/+2 |
| * | libarchive 2.0 | Tim Kientzle | 2007-03-03 | 1 | -50/+58 |
| * | Fix the copyright notice; it was always intended to be | Tim Kientzle | 2007-01-09 | 1 | -2/+1 |
| * | Portability and style fixes: | Tim Kientzle | 2006-11-10 | 1 | -17/+21 |
| * | Make some purely internal symbols static to reduce link pollution. | Tim Kientzle | 2005-10-12 | 1 | -1/+1 |
| * | 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 | -0/+4 |
| * | A number of improvements to ZIP support. | Tim Kientzle | 2005-04-06 | 1 | -64/+322 |
| * | Performance optimization, code clarification, and bug workaround. | Tim Kientzle | 2005-02-12 | 1 | -28/+36 |
| * | This should (finally) fix the 64-bit build. <sigh> | Tim Kientzle | 2005-01-26 | 1 | -1/+1 |
| * | Fix some signed/unsigned mismatches. | Tim Kientzle | 2005-01-25 | 1 | -12/+14 |
| * | Basic support for ZIP archives. | Tim Kientzle | 2005-01-25 | 1 | -0/+525 |