Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use consistent comment style in minizip. | Vollstrecker | 2025-01-31 | 1 | -109/+109 |
| | |||||
* | Avoid use of stdint.h in contrib/minizip. | Mark Adler | 2024-07-31 | 1 | -5/+12 |
| | |||||
* | Avoid signed shift in minizip zip.c. | Mark Adler | 2024-03-12 | 1 | -1/+1 |
| | |||||
* | Add zipAlreadyThere() to minizip zip.c to help avoid duplicates. | Mark Adler | 2024-03-10 | 1 | -1/+238 |
| | |||||
* | Permit compiling contrib/minizip/unzip.c with decryption. | Mark Adler | 2024-01-23 | 1 | -1/+0 |
| | |||||
* | Fix random typos over several source and text files. | THE-Spellchecker | 2024-01-17 | 1 | -2/+2 |
| | |||||
* | Correct repeated words in source file comments and a readme. | Paul Ivanov | 2023-11-14 | 1 | -2/+2 |
| | |||||
* | Fix decision on the emission of Zip64 end records in minizip. | Mark Adler | 2023-11-07 | 1 | -1/+1 |
| | | | | | | | | | | The appnote says that if the number of entries in the end record is 0xffff, then the actual number of entries will be found in the Zip64 end record. Therefore if the number of entries is equal to 0xffff, it can't be in the end record by itself, since that is an instruction to get the number from the Zip64 end record. This code would just store 0xffff in the end record in that case, not making a Zip64 end record. This commit fixes that. | ||||
* | Reject overflows of zip header fields in minizip. | Hans Wennborg | 2023-08-19 | 1 | -0/+11 |
| | | | | | | | | 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. | ||||
* | Remove redundant includes in minizip. | Mark Adler | 2023-08-13 | 1 | -2/+0 |
| | |||||
* | Remove TRYFREE macro from minizip. | Mark Adler | 2023-08-13 | 1 | -12/+9 |
| | |||||
* | Fix typos found by codespell in minizip | Dimitri Papadopoulos | 2023-07-29 | 1 | -9/+9 |
| | |||||
* | Remove K&R function definitions from contrib/minizip. | Mark Adler | 2023-04-15 | 1 | -163/+111 |
| | |||||
* | Security and warning fixes for minizip. [gvollant] | Mark Adler | 2022-10-06 | 1 | -6/+1 |
| | | | | Remove unused code and unnecessary test for free(). | ||||
* | Clean up minizip to reduce warnings for testing. | Mark Adler | 2022-01-01 | 1 | -16/+16 |
| | | | | Also fix Makefile test target and permit added compile options. | ||||
* | Fix indentation in minizip's zip.c. | Mark Adler | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | Fix some typos. | Mark Adler | 2016-10-30 | 1 | -11/+11 |
| | |||||
* | Fix types in contrib/minizip to match result of get_crc_table(). | takacsd | 2013-02-23 | 1 | -1/+1 |
| | |||||
* | Minor cleanup in contrib/minizip/zip.c [Vollant]. | Mark Adler | 2012-02-04 | 1 | -2/+2 |
| | |||||
* | Avoid warning for no encryption in contrib/minizip/zip.c [Vollant]. | Mark Adler | 2012-01-21 | 1 | -0/+1 |
| | |||||
* | Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes]. | Mark Adler | 2012-01-16 | 1 | -3/+5 |
| | |||||
* | zlib 1.2.3.9v1.2.3.9 | Mark Adler | 2011-09-09 | 1 | -33/+34 |
| | |||||
* | zlib 1.2.3.8v1.2.3.8 | Mark Adler | 2011-09-09 | 1 | -22/+22 |
| | |||||
* | zlib 1.2.3.5v1.2.3.5 | Mark Adler | 2011-09-09 | 1 | -523/+1307 |
| | |||||
* | zlib 1.2.3v1.2.3 | Mark Adler | 2011-09-09 | 1 | -1219/+1219 |
| | |||||
* | zlib 1.2.2.3v1.2.2.3 | Mark Adler | 2011-09-09 | 1 | -1188/+1219 |
| | |||||
* | zlib 1.2.2v1.2.2 | Mark Adler | 2011-09-09 | 1 | -3/+3 |
| | |||||
* | zlib 1.2.1.2v1.2.1.2 | Mark Adler | 2011-09-09 | 1 | -4/+22 |
| | |||||
* | zlib 1.2.0.6v1.2.0.6 | Mark Adler | 2011-09-09 | 1 | -2/+4 |
| | |||||
* | zlib 1.2.0.5v1.2.0.5 | Mark Adler | 2011-09-09 | 1 | -1168/+1168 |
| | |||||
* | zlib 1.2.0.2v1.2.0.2 | Mark Adler | 2011-09-09 | 1 | -1168/+1168 |
| | |||||
* | zlib 1.2.0.1v1.2.0.1 | Mark Adler | 2011-09-09 | 1 | -106/+556 |
| | |||||
* | zlib 1.1.3v1.1.3 | Mark Adler | 2011-09-09 | 1 | -44/+46 |
| | |||||
* | zlib 1.1.2v1.1.2 | Mark Adler | 2011-09-09 | 1 | -0/+716 |