summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/archive_read_support_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Handle Zip CRC validation for uncompressed Zip archives even onkientzle2009-12-281-6/+5
* Merge r541,r542 from libarchive.googlecode.com: Two sign mismatcheskientzle2009-03-061-2/+3
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:kientzle2009-03-061-0/+2
* Merge r407,r508 from libarchive.googlecode.com: Correctly handlekientzle2009-03-061-44/+41
* MfP4: Big read filter refactoring.kientzle2008-12-061-53/+52
* If we don't know the file size, leave the file size unset.kientzle2008-10-211-4/+10
* More explicit error message.des2008-06-301-1/+2
* Implement CRC32 verification. Note that you have to read until EOF todes2008-06-261-5/+12
* Fix reading TOC from zip archives with unsupportedkientzle2008-06-151-2/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit morekientzle2008-05-261-5/+112
* Optimize skipping over Zip entries.kientzle2008-02-271-14/+5
* Rename the archive_endian.h functions to avoid name clasheskientzle2008-02-261-21/+23
* Handle Zip archives that are "multi-part archives with onlykientzle2008-01-151-1/+19
* Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it insteaddes2008-01-031-57/+22
* Add an internal utility function to simplify the many, many places wheredes2008-01-031-25/+10
* Update libarchive to 2.4.10. This includes a number of improvementskientzle2007-12-301-12/+13
* If a Zip entry has the "length at end" flag set, then just ignorekientzle2007-12-041-1/+2
* Correct the return values of the final zero-length block at EOF.kientzle2007-10-121-0/+7
* archive_string_ensure() used to call exit(3) if itkientzle2007-07-151-1/+2
* libarchive 2.2.3kientzle2007-05-291-42/+46
* Consolidate numeric limit macros in one place; include themkientzle2007-04-151-5/+2
* libarchive 2.0kientzle2007-03-031-50/+58
* Fix the copyright notice; it was always intended to bekientzle2007-01-091-2/+1
* Portability and style fixes:kientzle2006-11-101-17/+21
* Make some purely internal symbols static to reduce link pollution.kientzle2005-10-121-1/+1
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...kientzle2005-09-241-1/+1
* Add a lot of error checks, based on the patches provided by Dan Lukes.kientzle2005-09-211-0/+4
* A number of improvements to ZIP support.kientzle2005-04-061-64/+322
* Performance optimization, code clarification, and bug workaround.kientzle2005-02-121-28/+36
* This should (finally) fix the 64-bit build. <sigh>kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.kientzle2005-01-251-12/+14
* Basic support for ZIP archives.kientzle2005-01-251-0/+525
OpenPOWER on IntegriCloud