aboutsummaryrefslogtreecommitdiff
path: root/lib/libarchive/archive_read_support_format_zip.c
Commit message (Expand)AuthorAgeFilesLines
* Use contrib sources for building libarchive, tar and cpio.Martin Matuska2011-12-221-950/+0
* Update libarchive, tar and cpio to version 2.8.5Martin Matuska2011-12-201-1/+1
* If the Zip reader doesn't see a PK signature blockTim Kientzle2010-11-071-3/+50
* Handle Zip CRC validation for uncompressed Zip archives even onTim Kientzle2009-12-281-6/+5
* Merge r541,r542 from libarchive.googlecode.com: Two sign mismatchesTim Kientzle2009-03-061-2/+3
* Merge r491,493,500,507,510,530,543 from libarchive.googlecode.com:Tim Kientzle2009-03-061-0/+2
* Merge r407,r508 from libarchive.googlecode.com: Correctly handleTim Kientzle2009-03-061-44/+41
* MfP4: Big read filter refactoring.Tim Kientzle2008-12-061-53/+52
* If we don't know the file size, leave the file size unset.Tim Kientzle2008-10-211-4/+10
* More explicit error message.Dag-Erling Smørgrav2008-06-301-1/+2
* Implement CRC32 verification. Note that you have to read until EOF toDag-Erling Smørgrav2008-06-261-5/+12
* Fix reading TOC from zip archives with unsupportedTim Kientzle2008-06-151-2/+6
* MFp4: libarchive 2.5.4b. (Still 'b' until I get a bit moreTim Kientzle2008-05-261-5/+112
* Optimize skipping over Zip entries.Tim Kientzle2008-02-271-14/+5
* Rename the archive_endian.h functions to avoid name clashesTim Kientzle2008-02-261-21/+23
* Handle Zip archives that are "multi-part archives with onlyTim Kientzle2008-01-151-1/+19
* Crib {be,le}{16,32,64}{dec,enc} from src/sys/sys/endian.h and use it insteadDag-Erling Smørgrav2008-01-031-57/+22
* Add an internal utility function to simplify the many, many places whereDag-Erling Smørgrav2008-01-031-25/+10
* Update libarchive to 2.4.10. This includes a number of improvementsTim Kientzle2007-12-301-12/+13
* If a Zip entry has the "length at end" flag set, then just ignoreTim Kientzle2007-12-041-1/+2
* Correct the return values of the final zero-length block at EOF.Tim Kientzle2007-10-121-0/+7
* archive_string_ensure() used to call exit(3) if itTim Kientzle2007-07-151-1/+2
* libarchive 2.2.3Tim Kientzle2007-05-291-42/+46
* Consolidate numeric limit macros in one place; include themTim Kientzle2007-04-151-5/+2
* libarchive 2.0Tim Kientzle2007-03-031-50/+58
* Fix the copyright notice; it was always intended to beTim Kientzle2007-01-091-2/+1
* Portability and style fixes:Tim Kientzle2006-11-101-17/+21
* Make some purely internal symbols static to reduce link pollution.Tim Kientzle2005-10-121-1/+1
* signed/unsigned fixes (thanks to GCC4) and a few related minor style correcti...Tim Kientzle2005-09-241-1/+1
* Add a lot of error checks, based on the patches provided by Dan Lukes.Tim Kientzle2005-09-211-0/+4
* A number of improvements to ZIP support.Tim Kientzle2005-04-061-64/+322
* Performance optimization, code clarification, and bug workaround.Tim Kientzle2005-02-121-28/+36
* This should (finally) fix the 64-bit build. <sigh>Tim Kientzle2005-01-261-1/+1
* Fix some signed/unsigned mismatches.Tim Kientzle2005-01-251-12/+14
* Basic support for ZIP archives.Tim Kientzle2005-01-251-0/+525