aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clean up comment formatting in minizip's zip.c and unzip.c.HEADdevelopMark Adler2026-03-262-44/+42
* CMake: Don't add coverage tests if gcov is not found.Marcin Serwin2026-03-261-19/+21
* CMake: Emit correct variables for absolute install directories.Marcin Serwin2026-03-262-3/+13
* CMake: Use prefix for includedir in .pc file.Marcin Serwin2026-03-261-1/+1
* CMake: Define exec_prefix to be the same as prefix in .pc file.Marcin Serwin2026-03-261-1/+1
* Clean up skipset.h comment formatting.Mark Adler2026-03-261-90/+97
* Make skipset functions static (not external) in minizip.Mark Adler2026-03-262-16/+19
* Remove C99 intermingled variable declarations from minizip.Sébastien Jodogne2026-03-262-15/+26
* Add setting of VGFMAFLAG to configure for s390x.Robert Wolke2026-03-231-0/+2
* Correct ENOUGH_LENS and ENOUGH_DIST for PKZIP_BUG_WORKAROUND.Mark Adler2026-03-091-2/+8
* Fix inflateBack() bug that would fail to detect a too far back.Mark Adler2026-02-211-2/+0
* Remove redundant check in zmemzero().Mark Adler2026-02-171-1/+0
* Add dependency to ints.h in minizip Makefile.am.Rui Chen2026-02-171-0/+1
* Change version number on develop branch to 1.3.2.1.Mark Adler2026-02-1721-40/+43
* zlib 1.3.2v1.3.2masterMark Adler2026-02-170-0/+0
* Version 1.3.2Mark Adler2026-02-1760-103/+182
* Remove carriage returns from win32/zlib.def.Mark Adler2026-02-171-104/+104
* Make type changes for solo code explicit in test/minigzip.c.Mark Adler2026-02-171-3/+3
* Avoid using the value of an undefined macro in crc32.c.Mark Adler2026-02-171-1/+2
* Remove make cover from the configure workflows.Mark Adler2026-02-172-2/+2
* Fix the minizip Makefile to work with both BSD and GNU make.Mark Adler2026-02-171-0/+2
* Use command instead of which in ./configure.Mark Adler2026-02-171-2/+2
* Factor out a set_uniq() function to set the seed with noise.Mark Adler2026-02-161-2/+6
* Replace strcpy() with memcpy() in contrib/minizip.Mark Adler2026-02-162-2/+2
* Align the backup zmem* functions with their library counterparts.Mark Adler2026-02-164-25/+30
* Define NULL in inftrees.c if needed.Mark Adler2026-02-161-0/+4
* Remove GNU-only constructs from Makefile.in.Mark Adler2026-02-161-4/+0
* Fix --insecure option for shared libraries.Mark Adler2026-02-161-0/+1
* Adjust cmake defaults.Mark Adler2026-02-162-2/+2
* Remove vstudio projects in lieu of cmake-generated projects.Mark Adler2026-02-1662-19836/+20
* CMake: Add build for zlib1.dll with zlib and minizip.Vollstrecker2026-02-165-0/+229
* CMake: Remove "compatible" zlib and minizip installations.Vollstrecker2026-02-163-35/+1
* Clean up debug sign conversions in deflate.c and trees.c.Mark Adler2026-02-132-7/+7
* Fix the minizip Makefile to use the default variables and rules.Ross Burton2026-02-131-7/+1
* Match signedness in format specifiers.Rose2026-02-132-7/+7
* Return error codes in minizip miniunz.c and minuzip.c.anjiahao2026-02-132-9/+10
* Add --disable-shared to --static ./configure option.Mark Adler2026-02-131-1/+1
* Permit all ./configure parameters to use '=' or ' '.Mark Adler2026-02-121-0/+4
* Permit ./configure parameters using '=' to contain '='.DoctorNoobingstoneIPresume2026-02-121-8/+8
* Add repository README to the nuget package.AraHaan2026-02-121-0/+2
* Add LICENSE.Info-Zip to contrib/minizip.Yuriy Chernyshov2026-02-121-0/+58
* Remove extraneous spaces in contrib/minizip/miniunz.c.Dimitri Papadopoulos2026-02-121-2/+2
* Update URLs to use https.Mark Adler2026-02-1235-92/+82
* Use underscores for Windows POSIX names in zpipe.c.Mark Adler2026-02-122-11/+9
* Catch a file open error in contrib/minizip/mztools.c.Dimitri Papadopoulos2026-02-111-1/+7
* Add --mandir to ./configure to specify manual directory.Mika Lindqvist2026-02-111-2/+3
* Fix AIX compile options for 64 bits.Victor Kirhenshtein2026-02-111-1/+6
* Don't use *64 functions on Android before API level 24.Andrey Filipenkov2026-02-112-2/+2
* Specify the zlib license in pkg-config files.Nobuhiro Iwamatsu2026-02-113-0/+3
* Add -static-libgcc to mingw build.Jan Nijtmans2026-02-111-1/+1