| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Clean up comment formatting in minizip's zip.c and unzip.c.HEADdevelop | Mark Adler | 2026-03-26 | 2 | -44/+42 |
| | | |||||
| * | CMake: Don't add coverage tests if gcov is not found. | Marcin Serwin | 2026-03-26 | 1 | -19/+21 |
| | | |||||
| * | CMake: Emit correct variables for absolute install directories. | Marcin Serwin | 2026-03-26 | 2 | -3/+13 |
| | | | | | | The CMAKE_INSTALL_*DIR variables can be absolute. In that case they should not be appended to the prefix. | ||||
| * | CMake: Use prefix for includedir in .pc file. | Marcin Serwin | 2026-03-26 | 1 | -1/+1 |
| | | | | | | The exec_prefix is meant for machine-specific files whereas headers are machine-independent. | ||||
| * | CMake: Define exec_prefix to be the same as prefix in .pc file. | Marcin Serwin | 2026-03-26 | 1 | -1/+1 |
| | | | | | | This makes it easier to relocate the package since only one variable needs to be overridden. | ||||
| * | Clean up skipset.h comment formatting. | Mark Adler | 2026-03-26 | 1 | -90/+97 |
| | | |||||
| * | Make skipset functions static (not external) in minizip. | Mark Adler | 2026-03-26 | 2 | -16/+19 |
| | | |||||
| * | Remove C99 intermingled variable declarations from minizip. | Sébastien Jodogne | 2026-03-26 | 2 | -15/+26 |
| | | | | | For pre-C99 Microsoft Visual Studio up through 2012. | ||||
| * | Add setting of VGFMAFLAG to configure for s390x. | Robert Wolke | 2026-03-23 | 1 | -0/+2 |
| | | |||||
| * | Correct ENOUGH_LENS and ENOUGH_DIST for PKZIP_BUG_WORKAROUND. | Mark Adler | 2026-03-09 | 1 | -2/+8 |
| | | | | | Those were not quite enough if the workaround was enabled. | ||||
| * | Fix inflateBack() bug that would fail to detect a too far back. | Mark Adler | 2026-02-21 | 1 | -2/+0 |
| | | | | | | The bug would pass off an invalid deflate stream as good, and copy uninitialized memory contents to the output. | ||||
| * | Remove redundant check in zmemzero(). | Mark Adler | 2026-02-17 | 1 | -1/+0 |
| | | |||||
| * | Add dependency to ints.h in minizip Makefile.am. | Rui Chen | 2026-02-17 | 1 | -0/+1 |
| | | | | | So that ints.h is part of the installation. | ||||
| * | Change version number on develop branch to 1.3.2.1. | Mark Adler | 2026-02-17 | 21 | -40/+43 |
| | | |||||
| * | zlib 1.3.2v1.3.2master | Mark Adler | 2026-02-17 | 0 | -0/+0 |
| | | |||||
| * | Version 1.3.2 | Mark Adler | 2026-02-17 | 60 | -103/+182 |
| | | |||||
| * | Remove carriage returns from win32/zlib.def. | Mark Adler | 2026-02-17 | 1 | -104/+104 |
| | | |||||
| * | Make type changes for solo code explicit in test/minigzip.c. | Mark Adler | 2026-02-17 | 1 | -3/+3 |
| | | |||||
| * | Avoid using the value of an undefined macro in crc32.c. | Mark Adler | 2026-02-17 | 1 | -1/+2 |
| | | |||||
| * | Remove make cover from the configure workflows. | Mark Adler | 2026-02-17 | 2 | -2/+2 |
| | | | | | For now. | ||||
| * | Fix the minizip Makefile to work with both BSD and GNU make. | Mark Adler | 2026-02-17 | 1 | -0/+2 |
| | | | | | It previously relied on a GNU make implicit rule. | ||||
| * | Use command instead of which in ./configure. | Mark Adler | 2026-02-17 | 1 | -2/+2 |
| | | |||||
| * | Factor out a set_uniq() function to set the seed with noise. | Mark Adler | 2026-02-16 | 1 | -2/+6 |
| | | | | | In preparation for using this in lieu of rand() for crypt.h. | ||||
| * | Replace strcpy() with memcpy() in contrib/minizip. | Mark Adler | 2026-02-16 | 2 | -2/+2 |
| | | |||||
| * | Align the backup zmem* functions with their library counterparts. | Mark Adler | 2026-02-16 | 4 | -25/+30 |
| | | |||||
| * | Define NULL in inftrees.c if needed. | Mark Adler | 2026-02-16 | 1 | -0/+4 |
| | | |||||
| * | Remove GNU-only constructs from Makefile.in. | Mark Adler | 2026-02-16 | 1 | -4/+0 |
| | | |||||
| * | Fix --insecure option for shared libraries. | Mark Adler | 2026-02-16 | 1 | -0/+1 |
| | | |||||
| * | Adjust cmake defaults. | Mark Adler | 2026-02-16 | 2 | -2/+2 |
| | | |||||
| * | Remove vstudio projects in lieu of cmake-generated projects. | Mark Adler | 2026-02-16 | 62 | -19836/+20 |
| | | |||||
| * | CMake: Add build for zlib1.dll with zlib and minizip. | Vollstrecker | 2026-02-16 | 5 | -0/+229 |
| | | | | | zlib1.dll is the legacy zlib + minizip DLL. | ||||
| * | CMake: Remove "compatible" zlib and minizip installations. | Vollstrecker | 2026-02-16 | 3 | -35/+1 |
| | | | | | Replaced with zlib1-dll. | ||||
| * | Clean up debug sign conversions in deflate.c and trees.c. | Mark Adler | 2026-02-13 | 2 | -7/+7 |
| | | |||||
| * | Fix the minizip Makefile to use the default variables and rules. | Ross Burton | 2026-02-13 | 1 | -7/+1 |
| | | |||||
| * | Match signedness in format specifiers. | Rose | 2026-02-13 | 2 | -7/+7 |
| | | |||||
| * | Return error codes in minizip miniunz.c and minuzip.c. | anjiahao | 2026-02-13 | 2 | -9/+10 |
| | | |||||
| * | Add --disable-shared to --static ./configure option. | Mark Adler | 2026-02-13 | 1 | -1/+1 |
| | | | | | | To be consistent with --enable-shared alternative to --shared option. | ||||
| * | Permit all ./configure parameters to use '=' or ' '. | Mark Adler | 2026-02-12 | 1 | -0/+4 |
| | | |||||
| * | Permit ./configure parameters using '=' to contain '='. | DoctorNoobingstoneIPresume | 2026-02-12 | 1 | -8/+8 |
| | | |||||
| * | Add repository README to the nuget package. | AraHaan | 2026-02-12 | 1 | -0/+2 |
| | | |||||
| * | Add LICENSE.Info-Zip to contrib/minizip. | Yuriy Chernyshov | 2026-02-12 | 1 | -0/+58 |
| | | | | | | crypt.c is derived from the Info-ZIP code, which requires a copy of the Info-ZIP license here. | ||||
| * | Remove extraneous spaces in contrib/minizip/miniunz.c. | Dimitri Papadopoulos | 2026-02-12 | 1 | -2/+2 |
| | | |||||
| * | Update URLs to use https. | Mark Adler | 2026-02-12 | 35 | -92/+82 |
| | | | | | | | Also some dead links were repaired or removed. Some http links were left as is where attempting https did not work, or where it is a historical record. | ||||
| * | Use underscores for Windows POSIX names in zpipe.c. | Mark Adler | 2026-02-12 | 2 | -11/+9 |
| | | |||||
| * | Catch a file open error in contrib/minizip/mztools.c. | Dimitri Papadopoulos | 2026-02-11 | 1 | -1/+7 |
| | | | | | And close those successfully opened. | ||||
| * | Add --mandir to ./configure to specify manual directory. | Mika Lindqvist | 2026-02-11 | 1 | -2/+3 |
| | | |||||
| * | Fix AIX compile options for 64 bits. | Victor Kirhenshtein | 2026-02-11 | 1 | -1/+6 |
| | | |||||
| * | Don't use *64 functions on Android before API level 24. | Andrey Filipenkov | 2026-02-11 | 2 | -2/+2 |
| | | |||||
| * | Specify the zlib license in pkg-config files. | Nobuhiro Iwamatsu | 2026-02-11 | 3 | -0/+3 |
| | | | | | | The pkg-config file has License variable that that sets the software license. This sets 'Zlib' as defined in SPDX to License. | ||||
| * | Add -static-libgcc to mingw build. | Jan Nijtmans | 2026-02-11 | 1 | -1/+1 |
| | | |||||
