Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-27 | Upgraded to minizip 1.1 from zlib 1.3.1 | Xavier Roche | |
closes:#272 | |||
2023-11-18 | Merge pull request #265 from jayaddison/maintenance/update-zlib-1.3 | Xavier Roche | |
Maintenance: update vendored minizip code to the version distributed with zlib v1.3 | |||
2023-11-18 | Reject overflows of zip header fields in minizip. | Hans Wennborg | |
This checks the lengths of the file name, extra field, and comment that would be put in the zip headers, and rejects them if they are too long. They are each limited to 65535 bytes in length by the zip format. This also avoids possible buffer overflows if the provided fields are too long. (cherry picked from commit 73331a6a0481067628f065ffe87bb1d8f787d10c) | |||
2023-11-17 | Manually re-apply diff: zip.c | James Addison | |
2023-11-17 | Raw copy of minizip source files from zlib v1.3 release | James Addison | |
2014-06-11 | Fixed zlib warning (build zlib with -DZLIB_CONST) | Xavier Roche | |
2014-06-10 | Added the following compiler flags: | Xavier Roche | |
* -Wcast-qual * -Wmissing-parameter-type * -Wold-style-definition | |||
2014-05-24 | Minizip warning fixes. | Xavier Roche | |
2014-05-24 | Fixed minizip. | Xavier Roche | |
2014-05-24 | Upgraded to minizip 1.1 from zlib 1.2.8 | Xavier Roche | |
2012-03-19 | httrack 3.33.16 | Xavier Roche | |