aboutsummaryrefslogtreecommitdiff
path: root/contrib/minizip/zip.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use consistent comment style in minizip.Vollstrecker2025-01-311-109/+109
|
* Avoid use of stdint.h in contrib/minizip.Mark Adler2024-07-311-5/+12
|
* Avoid signed shift in minizip zip.c.Mark Adler2024-03-121-1/+1
|
* Add zipAlreadyThere() to minizip zip.c to help avoid duplicates.Mark Adler2024-03-101-1/+238
|
* Permit compiling contrib/minizip/unzip.c with decryption.Mark Adler2024-01-231-1/+0
|
* Fix random typos over several source and text files.THE-Spellchecker2024-01-171-2/+2
|
* Correct repeated words in source file comments and a readme.Paul Ivanov2023-11-141-2/+2
|
* Fix decision on the emission of Zip64 end records in minizip.Mark Adler2023-11-071-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 Wennborg2023-08-191-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 Adler2023-08-131-2/+0
|
* Remove TRYFREE macro from minizip.Mark Adler2023-08-131-12/+9
|
* Fix typos found by codespell in minizipDimitri Papadopoulos2023-07-291-9/+9
|
* Remove K&R function definitions from contrib/minizip.Mark Adler2023-04-151-163/+111
|
* Security and warning fixes for minizip. [gvollant]Mark Adler2022-10-061-6/+1
| | | | Remove unused code and unnecessary test for free().
* Clean up minizip to reduce warnings for testing.Mark Adler2022-01-011-16/+16
| | | | Also fix Makefile test target and permit added compile options.
* Fix indentation in minizip's zip.c.Mark Adler2021-07-081-2/+2
|
* Fix some typos.Mark Adler2016-10-301-11/+11
|
* Fix types in contrib/minizip to match result of get_crc_table().takacsd2013-02-231-1/+1
|
* Minor cleanup in contrib/minizip/zip.c [Vollant].Mark Adler2012-02-041-2/+2
|
* Avoid warning for no encryption in contrib/minizip/zip.c [Vollant].Mark Adler2012-01-211-0/+1
|
* Fix contrib/minizip/zip.c for 64-bit architectures [Dalsnes].Mark Adler2012-01-161-3/+5
|
* zlib 1.2.3.9v1.2.3.9Mark Adler2011-09-091-33/+34
|
* zlib 1.2.3.8v1.2.3.8Mark Adler2011-09-091-22/+22
|
* zlib 1.2.3.5v1.2.3.5Mark Adler2011-09-091-523/+1307
|
* zlib 1.2.3v1.2.3Mark Adler2011-09-091-1219/+1219
|
* zlib 1.2.2.3v1.2.2.3Mark Adler2011-09-091-1188/+1219
|
* zlib 1.2.2v1.2.2Mark Adler2011-09-091-3/+3
|
* zlib 1.2.1.2v1.2.1.2Mark Adler2011-09-091-4/+22
|
* zlib 1.2.0.6v1.2.0.6Mark Adler2011-09-091-2/+4
|
* zlib 1.2.0.5v1.2.0.5Mark Adler2011-09-091-1168/+1168
|
* zlib 1.2.0.2v1.2.0.2Mark Adler2011-09-091-1168/+1168
|
* zlib 1.2.0.1v1.2.0.1Mark Adler2011-09-091-106/+556
|
* zlib 1.1.3v1.1.3Mark Adler2011-09-091-44/+46
|
* zlib 1.1.2v1.1.2Mark Adler2011-09-091-0/+716