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