Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | Add project and solution files for building a nuget package. | AraHaan | 2023-08-19 | 2 | -0/+65 |
| | |||||
* | Add VS2022 project files. | AraHaan | 2023-08-19 | 10 | -1/+3549 |
| | | | | Also replaced Itanium with ARM and ARM64 configurations. | ||||
* | Remove carriage returns from contrib/vstudio/readme.txt. | Mark Adler | 2023-08-19 | 1 | -75/+75 |
| | |||||
* | Change version number on develop branch to 1.3.0.1. | Mark Adler | 2023-08-18 | 9 | -20/+20 |
| | |||||
* | zlib 1.3v1.3 | Mark Adler | 2023-08-18 | 16 | -33/+33 |
| | |||||
* | Avoid uninitialized and unused warnings in contrib/minizip. | Mark Adler | 2023-08-17 | 2 | -2/+8 |
| | |||||
* | Add license to contrib/untgz. | Bastian Germann | 2023-08-17 | 1 | -0/+16 |
| | | | | A zlib license was agreed to by the authors. | ||||
* | Fix typos in contrib/ada. | Dimitri Papadopoulos | 2023-08-14 | 2 | -3/+3 |
| | |||||
* | Remove redundant includes in minizip. | Mark Adler | 2023-08-13 | 2 | -4/+0 |
| | |||||
* | Remove TRYFREE macro from minizip. | Mark Adler | 2023-08-13 | 2 | -25/+19 |
| | |||||
* | Fix some spelling errors. | Dimitri Papadopoulos | 2023-08-03 | 8 | -11/+11 |
| | |||||
* | Read multiple bytes instead of byte-by-byte in minizip unzip.c. | Eugene Golushkov | 2023-08-03 | 1 | -96/+38 |
| | | | | | Use a single ZREAD64 call in the unz64local_getShort/Long/Long64 implementation, rather than read it byte by byte. | ||||
* | Support Haiku in minizip. | Gilles Vollant | 2023-08-03 | 4 | -4/+4 |
| | |||||
* | Correct dummy filetime() prototype in minizip.c. | Xiang Xiao | 2023-08-03 | 1 | -1/+1 |
| | | | | Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> | ||||
* | Match sign of printf directive to sign of argument in testzlib. | Mark Adler | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | Match sign of printf directive to sign of argument in minizip. | Mark Adler | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | Fix logic error in minizip argument processing. | Mark Adler | 2023-07-29 | 1 | -1/+1 |
| | |||||
* | Fix typos found by codespell in minizip | Dimitri Papadopoulos | 2023-07-29 | 8 | -36/+36 |
| | |||||
* | Fix reading disk number start on zip64 files in minizip. | Mark Adler | 2023-07-29 | 1 | -4/+2 |
| | |||||
* | Remove duplicated code #806 | Gilles Vollant | 2023-07-29 | 1 | -1/+0 |
| | |||||
* | minizip: Fix being unable to open empty zip file | RedworkDE | 2023-07-29 | 1 | -22/+26 |
| | |||||
* | Fix cast in minizip's ioapi.c for Windows. | Mark Adler | 2023-04-17 | 1 | -1/+1 |
| | |||||
* | Remove use of OF() from contrib/untgz and render it compilable. | Mark Adler | 2023-04-15 | 1 | -35/+12 |
| | |||||
* | Remove K&R function definitions from contrib/minizip. | Mark Adler | 2023-04-15 | 12 | -759/+514 |
| | |||||
* | Remove K&R function definitions from infback9. | Mark Adler | 2023-04-15 | 4 | -37/+20 |
| | |||||
* | Change version number on develop branch to 1.2.13.1. | Mark Adler | 2022-10-15 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.13v1.2.13 | Mark Adler | 2022-10-12 | 11 | -22/+22 |
| | |||||
* | Find other BSD's without *64 functions in contrib/minizip/ioapi.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Avoid C89 warning in contrib/minizip/crypt.h. | Mark Adler | 2022-10-10 | 1 | -1/+1 |
| | |||||
* | Comment out unused code in contrib/minizip/minizip.c. | Mark Adler | 2022-10-09 | 1 | -2/+2 |
| | |||||
* | Remove some harmless semicolons in minizip. | Mark Adler | 2022-10-06 | 2 | -2/+2 |
| | |||||
* | Security and warning fixes for minizip. [gvollant] | Mark Adler | 2022-10-06 | 2 | -7/+4 |
| | | | | Remove unused code and unnecessary test for free(). | ||||
* | Fix incorrect cast in minizip's ioapi.c. | Mark Adler | 2022-10-06 | 1 | -1/+1 |
| | |||||
* | Fix c89 compatibility in minizip's ioapi.c. [gvollant] | Mark Adler | 2022-10-06 | 1 | -10/+10 |
| | |||||
* | Remove deleted assembler code references. | Mark Adler | 2022-10-06 | 25 | -542/+188 |
| | | | | | | The code was removed, but the builds that used the code were not updated. This fixes that. Thanks to Adenilson and toxieainc for the patches. | ||||
* | Fix typo in contrib readme. | Mark Adler | 2022-08-28 | 1 | -1/+1 |
| | |||||
* | Fix some typos. | Mark Adler | 2022-08-23 | 4 | -5/+5 |
| | | | | No code changes. | ||||
* | Fix compile with Windows 10 SDK. (gvollant) | Mark Adler | 2022-03-28 | 1 | -0/+5 |
| | |||||
* | Change version number on develop branch to 1.2.12.1. | Mark Adler | 2022-03-27 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.12v1.2.12 | Mark Adler | 2022-03-27 | 16 | -28/+53 |
| | |||||
* | Clean up minizip to reduce warnings for testing. | Mark Adler | 2022-01-01 | 9 | -87/+96 |
| | | | | Also fix Makefile test target and permit added compile options. | ||||
* | Fix unztell64() in minizip to work past 4GB. (Daniël Hörchner) | Mark Adler | 2022-01-01 | 1 | -0/+3 |
| | | | | | | | | | | | | The issue is that unztell64() does not return the correct value if the position in the current file (in the ZIP archive) is beyond 4 GB. The cause is that unzReadCurrentFile() does not account for pfile_in_zip_read_info->stream.total_out at line 1854 of unzip.c wrapping around (it is a 32-bit variable). So, on line 1860 uTotalOutAfter can be *less* than uTotalOutBefore, propagating the wraparound to uOutThis, which in turn is added to pfile_in_zip_read_info->total_out_64. That has the effect of subtracting 4 GB. | ||||
* | minizip warning fix if MAXU32 already defined. (gvollant) | Mark Adler | 2021-12-31 | 1 | -3/+5 |
| | |||||
* | Fix indentation in minizip's zip.c. | Mark Adler | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | Improve portability of contrib/minizip. | Mark Adler | 2021-02-10 | 4 | -10/+21 |
| | |||||
* | Correct typo in blast.c. | Mark Adler | 2021-01-17 | 1 | -1/+1 |
| | |||||
* | Remove old assembler code in which bugs have manifested. | Mark Adler | 2017-10-12 | 15 | -6162/+0 |
| | | | | | In addition, there is not sufficient gain from the inflate assembler code to warrant its inclusion. | ||||
* | Change version number to 1.2.11.1. | Mark Adler | 2017-01-15 | 11 | -22/+22 |
| | |||||
* | zlib 1.2.11v1.2.11 | Mark Adler | 2017-01-15 | 11 | -22/+22 |
| |