| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| ChangeLogUnzip | D | 03-May-2024 | 2.1 KiB | 68 | 53 | |
| Makefile | D | 03-May-2024 | 457 | 26 | 18 | |
| README.chromium | D | 03-May-2024 | 544 | 16 | 13 | |
| crypt.h | D | 03-May-2024 | 4.6 KiB | 132 | 71 | |
| ioapi.c | D | 03-May-2024 | 8.1 KiB | 248 | 205 | |
| ioapi.h | D | 03-May-2024 | 6.9 KiB | 209 | 132 | |
| iowin32.c | D | 03-May-2024 | 13.9 KiB | 468 | 389 | |
| iowin32.h | D | 03-May-2024 | 851 | 29 | 11 | |
| miniunz.c | D | 03-May-2024 | 17.6 KiB | 660 | 552 | |
| minizip.c | D | 03-May-2024 | 14.8 KiB | 520 | 424 | |
| minizip.md | D | 03-May-2024 | 313 | 10 | 7 | |
| mztools.c | D | 03-May-2024 | 8 KiB | 292 | 242 | |
| mztools.h | D | 03-May-2024 | 725 | 38 | 18 | |
| unzip.c | D | 03-May-2024 | 70.2 KiB | 2,174 | 1,508 | |
| unzip.h | D | 03-May-2024 | 16 KiB | 438 | 175 | |
| zip.c | D | 03-May-2024 | 64.3 KiB | 2,008 | 1,504 | |
| zip.h | D | 03-May-2024 | 15 KiB | 363 | 198 |
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.2.12 5License: Zlib 6Security Critical: yes 7 8Description: 9Minizip provides API on top of zlib that can enumerate and extract ZIP archive 10files. See minizip.md for chromium build instructions. 11 12Local Modifications: 13- Add parsing of the 'Info-ZIP Unicode Path Extra Field' as described in 14 https://pkware.cachefly.net/webdocs/casestudies/APPNOTE.TXT section 4.6.9. 15 (see crrev.com/1002476) 16