Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
ChangeLogUnzip | H A D | 25-Apr-2025 | 2.1 KiB | 68 | 53 | |
Makefile | H A D | 25-Apr-2025 | 562 | 30 | 22 | |
README.chromium | H A D | 25-Apr-2025 | 1 KiB | 29 | 24 | |
crypt.h | H A D | 25-Apr-2025 | 4.7 KiB | 129 | 68 | |
ioapi.c | H A D | 25-Apr-2025 | 7.6 KiB | 232 | 190 | |
ioapi.h | H A D | 25-Apr-2025 | 6.9 KiB | 211 | 134 | |
iowin32.c | H A D | 25-Apr-2025 | 13.3 KiB | 440 | 363 | |
iowin32.h | H A D | 25-Apr-2025 | 831 | 29 | 11 | |
miniunz.c | H A D | 25-Apr-2025 | 17.4 KiB | 632 | 524 | |
minizip.c | H A D | 25-Apr-2025 | 14.9 KiB | 509 | 405 | |
minizip.md | H A D | 25-Apr-2025 | 313 | 10 | 7 | |
mztools.c | H A D | 25-Apr-2025 | 7.9 KiB | 286 | 236 | |
mztools.h | H A D | 25-Apr-2025 | 708 | 38 | 18 | |
unzip.c | H A D | 25-Apr-2025 | 68.5 KiB | 2,055 | 1,417 | |
unzip.h | H A D | 25-Apr-2025 | 16.1 KiB | 438 | 175 | |
zip.c | H A D | 25-Apr-2025 | 63.9 KiB | 1,957 | 1,453 | |
zip.h | H A D | 25-Apr-2025 | 15.2 KiB | 365 | 199 |
README.chromium
1Name: ZIP file API for reading file entries in a ZIP archive 2Short Name: minizip 3URL: https://github.com/madler/zlib/tree/master/contrib/minizip 4Version: 1.3.0.1 5License: Zlib 6License File: //third_party/zlib/LICENSE 7Security Critical: yes 8Shipped: yes 9CPEPrefix: cpe:/a:minizip_project:minizip 10 11Description: 12Minizip provides API on top of zlib that can enumerate and extract ZIP archive 13files. See minizip.md for chromium build instructions. 14 15Local Modifications: 16- Fixed uncompressing files with wrong uncompressed size set 17 crrev.com/268940 18 0014-minizip-unzip-with-incorrect-size.patch 19 20- Enable traditional PKWARE decryption in zlib/contrib/minizip 21 Correct the value of rest_read_compressed when decompressing an encrypted 22 zip. (crrev.com/580862) 23 0015-minizip-unzip-enable-decryption.patch 24 25- Add parsing of the 'Info-ZIP Unicode Path Extra Field' as described in 26 https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT section 4.6.9. 27 (see crrev.com/1002476) 28 0016-minizip-parse-unicode-path-extra-field.patch 29