aboutsummaryrefslogtreecommitdiff
path: root/FAQ (unfollow)
Commit message (Collapse)AuthorFilesLines
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