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