| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2026-03-26 | CMake: Don't add coverage tests if gcov is not found. | Marcin Serwin | 1 | -19/+21 | |
| 2026-03-26 | CMake: Emit correct variables for absolute install directories. | Marcin Serwin | 2 | -3/+13 | |
| The CMAKE_INSTALL_*DIR variables can be absolute. In that case they should not be appended to the prefix. | |||||
| 2026-03-26 | CMake: Use prefix for includedir in .pc file. | Marcin Serwin | 1 | -1/+1 | |
| The exec_prefix is meant for machine-specific files whereas headers are machine-independent. | |||||
| 2026-03-26 | CMake: Define exec_prefix to be the same as prefix in .pc file. | Marcin Serwin | 1 | -1/+1 | |
| This makes it easier to relocate the package since only one variable needs to be overridden. | |||||
| 2026-03-26 | Clean up skipset.h comment formatting. | Mark Adler | 1 | -90/+97 | |
| 2026-03-26 | Make skipset functions static (not external) in minizip. | Mark Adler | 2 | -16/+19 | |
| 2026-03-26 | Remove C99 intermingled variable declarations from minizip. | Sébastien Jodogne | 2 | -15/+26 | |
| For pre-C99 Microsoft Visual Studio up through 2012. | |||||
| 2026-03-23 | Add setting of VGFMAFLAG to configure for s390x. | Robert Wolke | 1 | -0/+2 | |
| 2026-03-09 | Correct ENOUGH_LENS and ENOUGH_DIST for PKZIP_BUG_WORKAROUND. | Mark Adler | 1 | -2/+8 | |
| Those were not quite enough if the workaround was enabled. | |||||
| 2026-02-21 | Fix inflateBack() bug that would fail to detect a too far back. | Mark Adler | 1 | -2/+0 | |
| The bug would pass off an invalid deflate stream as good, and copy uninitialized memory contents to the output. | |||||
| 2026-02-17 | Remove redundant check in zmemzero(). | Mark Adler | 1 | -1/+0 | |
| 2026-02-17 | Add dependency to ints.h in minizip Makefile.am. | Rui Chen | 1 | -0/+1 | |
| So that ints.h is part of the installation. | |||||
| 2026-02-17 | Change version number on develop branch to 1.3.2.1. | Mark Adler | 21 | -40/+43 | |
| 2026-02-17 | Version 1.3.2 | Mark Adler | 60 | -103/+182 | |
| 2026-02-17 | Remove carriage returns from win32/zlib.def. | Mark Adler | 1 | -104/+104 | |
| 2026-02-17 | Make type changes for solo code explicit in test/minigzip.c. | Mark Adler | 1 | -3/+3 | |
| 2026-02-17 | Avoid using the value of an undefined macro in crc32.c. | Mark Adler | 1 | -1/+2 | |
| 2026-02-17 | Remove make cover from the configure workflows. | Mark Adler | 2 | -2/+2 | |
| For now. | |||||
| 2026-02-17 | Fix the minizip Makefile to work with both BSD and GNU make. | Mark Adler | 1 | -0/+2 | |
| It previously relied on a GNU make implicit rule. | |||||
| 2026-02-17 | Use command instead of which in ./configure. | Mark Adler | 1 | -2/+2 | |
| 2026-02-16 | Factor out a set_uniq() function to set the seed with noise. | Mark Adler | 1 | -2/+6 | |
| In preparation for using this in lieu of rand() for crypt.h. | |||||
| 2026-02-16 | Replace strcpy() with memcpy() in contrib/minizip. | Mark Adler | 2 | -2/+2 | |
| 2026-02-16 | Align the backup zmem* functions with their library counterparts. | Mark Adler | 4 | -25/+30 | |
| 2026-02-16 | Define NULL in inftrees.c if needed. | Mark Adler | 1 | -0/+4 | |
| 2026-02-16 | Remove GNU-only constructs from Makefile.in. | Mark Adler | 1 | -4/+0 | |
| 2026-02-16 | Fix --insecure option for shared libraries. | Mark Adler | 1 | -0/+1 | |
| 2026-02-16 | Adjust cmake defaults. | Mark Adler | 2 | -2/+2 | |
| 2026-02-16 | Remove vstudio projects in lieu of cmake-generated projects. | Mark Adler | 62 | -19836/+20 | |
| 2026-02-16 | CMake: Add build for zlib1.dll with zlib and minizip. | Vollstrecker | 5 | -0/+229 | |
| zlib1.dll is the legacy zlib + minizip DLL. | |||||
| 2026-02-16 | CMake: Remove "compatible" zlib and minizip installations. | Vollstrecker | 3 | -35/+1 | |
| Replaced with zlib1-dll. | |||||
| 2026-02-13 | Clean up debug sign conversions in deflate.c and trees.c. | Mark Adler | 2 | -7/+7 | |
| 2026-02-13 | Fix the minizip Makefile to use the default variables and rules. | Ross Burton | 1 | -7/+1 | |
| 2026-02-13 | Match signedness in format specifiers. | Rose | 2 | -7/+7 | |
| 2026-02-13 | Return error codes in minizip miniunz.c and minuzip.c. | anjiahao | 2 | -9/+10 | |
| 2026-02-13 | Add --disable-shared to --static ./configure option. | Mark Adler | 1 | -1/+1 | |
| To be consistent with --enable-shared alternative to --shared option. | |||||
| 2026-02-12 | Permit all ./configure parameters to use '=' or ' '. | Mark Adler | 1 | -0/+4 | |
| 2026-02-12 | Permit ./configure parameters using '=' to contain '='. | DoctorNoobingstoneIPresume | 1 | -8/+8 | |
| 2026-02-12 | Add repository README to the nuget package. | AraHaan | 1 | -0/+2 | |
