| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| libzip-1.11.tar.xz | 2024-09-19 | 786.9 kB | |
| libzip-1.11.tar.gz | 2024-09-19 | 1.3 MB | |
| libzip 1.11 source code.tar.gz | 2024-09-19 | 1.3 MB | |
| libzip 1.11 source code.zip | 2024-09-19 | 2.1 MB | |
| README.md | 2024-09-19 | 503 Bytes | |
| Totals: 5 Items | 5.5 MB | 0 | |
- Stop searching after finding acceptable central directory, even if it contains inconsistencies.
- Only write Zip64 EOCD if fields don't fit in normal EOCD. Previously libzip also wrote it when any directory entry required Zip64.
- Allow bytes from 0x00-0x1F as UTF-8.
- Add new error code
ZIP_ER_TRUNCATED_ZIPfor files that start with a valid local header signature. zipcmp: add-Toption for comparing timestamps.zip_file_replacenow removes the target's extra field information.