| Commit message (Expand) | Author | Files | Lines |
2024-01-22 | zlib 1.3.1v1.3.1master | Mark Adler | 1 | -2/+9 |
2024-01-22 | Move the load flags before the object files in Makefile tests. | Mark Adler | 1 | -5/+5 |
2024-01-22 | Add target include directories to CMakeLists.txt. | tr1cks | 1 | -0/+2 |
2024-01-21 | Use Makefile compiler for minizip-test target. | Mark Adler | 2 | -2/+2 |
2024-01-20 | Remove -w compile option in configure test. | Mark Adler | 1 | -1/+1 |
2024-01-19 | Use updated zconf.h when building out of directory with configure. | Dan Kegel | 1 | -1/+1 |
2024-01-19 | Remove carriage returns from zlib.map. | Mark Adler | 1 | -100/+100 |
2024-01-19 | Fix a bug in ZLIB_DEBUG compiles in check_match(). | Mark Adler | 1 | -6/+14 |
2024-01-19 | Revert "Add a CMake option to link the C runtime statically." | Mark Adler | 1 | -21/+4 |
2024-01-17 | Remove unused Z_ARG macro. | Mark Adler | 3 | -24/+0 |
2024-01-17 | Fix cmake build on AIX. | gastush | 1 | -1/+1 |
2024-01-17 | Remove mentions of an official zlib DLL distribution. | Mark Adler | 2 | -20/+3 |
2024-01-17 | Correct typos in source code. | Dimitri Papadopoulos | 3 | -6/+6 |
2024-01-17 | Make the existence of gz_intmax() unconditional. | Milan Bulat | 2 | -10/+6 |
2024-01-17 | Add cmake option to control the build of the example executables. | Peter Taylor | 1 | -17/+19 |
2024-01-17 | Neutralize zip file traversal attacks in miniunz. | Matt Wilson | 1 | -0/+14 |
2024-01-17 | Add a CMake option to link the C runtime statically. | tbeu | 1 | -4/+22 |
2024-01-17 | Fix random typos over several source and text files. | THE-Spellchecker | 8 | -11/+11 |
2024-01-17 | Fix "the the" in examples/gzlog.c. | William Leara | 1 | -2/+2 |
2024-01-17 | Correct case of MSDOS in contrib/minizip/miniunz.c. | William Leara | 1 | -1/+1 |
2024-01-17 | Refer to correct function in contrib/minizip/unzip.c comment. | William Leara | 1 | -1/+1 |
2024-01-13 | Note that the len2 argument of crc_combine*() must be non-negative. | Mark Adler | 1 | -2/+2 |
2024-01-13 | Fix the copy of pending_buf in deflateCopy() for the LIT_MEM case. | Hans Wennborg | 2 | -7/+5 |
2024-01-13 | Fix pending buffer overflow assert with LIT_MEM allocation. | Hans Wennborg | 1 | -1/+1 |
2024-01-13 | Remove fdopen #defines in zutil.h. | Mark Adler | 1 | -22/+1 |
2024-01-13 | Add bounds checking to ERR_MSG() macro, used by zError(). | Mark Adler | 1 | -1/+1 |
2023-11-14 | Correct repeated words in source file comments and a readme. | Paul Ivanov | 7 | -15/+15 |
2023-11-07 | Fix decision on the emission of Zip64 end records in minizip. | Mark Adler | 1 | -1/+1 |
2023-09-21 | Add LIT_MEM define to use more memory for a small deflate speedup. | Mark Adler | 3 | -3/+67 |
2023-09-03 | Make internal functions static in the test code. | Xin LI | 2 | -27/+28 |
2023-08-24 | Fix bug in inflateSync() for data held in bit buffer. | Mark Adler | 1 | -1/+1 |
2023-08-20 | Update miniunz version. | tbeu | 1 | -1/+1 |
2023-08-19 | Update version and date in contrib/nuget. | Mark Adler | 1 | -2/+2 |
2023-08-19 | Update version numbers and year in contrib/vstudio/vc17. | Mark Adler | 2 | -5/+5 |
2023-08-19 | Update vc directory in contrib/nuget. | Mark Adler | 1 | -8/+8 |
2023-08-19 | Rename contrib/vstudio/vc143 to vc17. | Mark Adler | 9 | -0/+0 |
2023-08-19 | Reject overflows of zip header fields in minizip. | Hans Wennborg | 1 | -0/+11 |
2023-08-19 | Remove Windows ARM and ARM64 builds from cmake workflow. | Mark Adler | 1 | -10/+0 |
2023-08-19 | Add project and solution files for building a nuget package. | AraHaan | 3 | -1/+76 |
2023-08-19 | Add VS2022 project files. | AraHaan | 11 | -1/+3559 |
2023-08-19 | Remove carriage returns from contrib/vstudio/readme.txt. | Mark Adler | 1 | -75/+75 |
2023-08-18 | Limit the length of Darwin shared library version number. | Mark Adler | 1 | -2/+2 |
2023-08-18 | Fix version numbering for Darwin shared library. | Mark Adler | 1 | -2/+3 |
2023-08-18 | Change version number on develop branch to 1.3.0.1. | Mark Adler | 22 | -46/+49 |
2023-08-18 | zlib 1.3v1.3 | Mark Adler | 31 | -74/+87 |
2023-08-17 | Use original make and options when Makefile runs make. | Mark Adler | 1 | -2/+2 |
2023-08-17 | Avoid uninitialized and unused warnings in contrib/minizip. | Mark Adler | 2 | -2/+8 |
2023-08-17 | Fix typo in preceding reversion commit. | Mark Adler | 1 | -1/+1 |
2023-08-17 | Revert flipping of load flags in Makefile.in for z/OS. | Mark Adler | 1 | -6/+6 |
2023-08-17 | Look for a cross-compile libtool first in configure. | OldWorldOrdr | 1 | -1/+3 |