summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-20Merge tag '2.0.7' into tachibanatachibana-mr1tachibanaalk3pInjection
2023-03-17Version 2.0.7Hans Kristian Rosbach
2023-03-17[minigzip] Close gzFile before exiting on error.Mika T. Lindqvist
2023-03-17Narrow down the amount of packages installed for Wine.Hans Kristian Rosbach
2023-03-17Have build test report library version if it doesn't match zlib.h.Mark Adler
2023-03-17Have infback() deliver all of the available output up to any error.Mark Adler
2023-03-17Fix bug in block type selection when Z_FIXED used.Mark Adler
2023-03-17Add WIN32_LEAN_AND_MEAN for windows.h include.Mark Adler
2023-03-17Remove redundant check in gz_look().Mark Adler
2023-03-17Fix bug in deflateBound() for level 0 and memLevel 9.Mark Adler
2023-03-17Fix crash when gzsetparams() attempted for transparent write.Mark Adler
2023-03-17IBM Z DFLTCC: Test with MSanIlya Leoshkevich
2023-03-17Use _msan_unposion to unposion end of window for when it needs to read the pa...Nathan Moinvaziri
2023-03-17Adjust thread counts for compiles and tests to avoid under-utilization and co...Hans Kristian Rosbach
2023-03-17Update abicheckHans Kristian Rosbach
2023-03-17Backport CMake toolchain files from current 'develop' branch.Hans Kristian Rosbach
2023-03-17Backport latest CI workflows from 'develop'.Hans Kristian Rosbach
2023-03-17Fix inconsistent feature enablements in cmake and configureHans Kristian Rosbach
2023-03-17Remove gz_intmax implementation, since INT_MAX is always available in modern ...Hans Kristian Rosbach
2023-03-17Remove WindowBits check for level 1Ruben Vorderman
2023-03-17IBM zSystems DFLTCC: Fix updating strm.adlerIlya Leoshkevich
2023-03-17Add CodeQL workflow for GitHub code scanningLGTM Migrator
2023-03-17Makefile.in: distclean should remove zlib.pc instead of cleantch69
2023-03-17[MinGW] Disable GCC warning about using MS format specifiers in ISO C conform...Mika Lindqvist
2023-03-17Support using aligned_alloc() for memory allocationCameron Cawley
2023-03-17Fix typo in README.mdCameron Cawley
2023-03-17Use short decompress option name for gzip compatibility. #1347Nathan Moinvaziri
2023-03-17Remove unused tryboth() functionHans Kristian Rosbach
2023-03-17Make visibility tests run the same way as the other tests.Hans Kristian Rosbach
2023-03-17Don't try to link gz* objects twice.Hans Kristian Rosbach
2023-03-17Remove errant space in cmake posix specifierHans Kristian Rosbach
2023-03-17[Compat] Don't use uint32_t for z_crc_tMika Lindqvist
2023-03-17Actually run `configure` CI on macOS with GCCMosè Giordano
2023-03-17Add CVE-2022-37434 test.Vladislav Shchapov
2023-03-17If the extra field was larger than the space the user provided withMika Lindqvist
2023-03-17cmake: respect custom `RC` flags and delete `GCC_WINDRES`Viktor Szakats
2023-03-17Treat arm64 as aarch64 for Apple M1.Mika Lindqvist
2023-03-17Fixed functions declared without a prototype warning in tools.Nathan Moinvaziri
2023-03-17Fix inflateBack to detect invalid input with distances too far.Mark Adler
2023-03-17Don't use unaligned access for memcpy instructions due to GCC 11 assuming it ...Nathan Moinvaziri
2023-03-17Don't use zlib fork identifier in copyright statement.Nathan Moinvaziri
2023-03-17Use 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib fork.Nathan Moinvaziri
2023-03-17In compatibility mode, always define z_crc_t as uint32_t for backwards compat...Mika Lindqvist
2023-03-17Extend GZIP conditionalTobias Stoeckmann
2023-03-17Handle invalid windowBits in init functionsTobias Stoeckmann
2023-03-17Add public compile definition for zlib-ng API so that other projects that use...Nathan Moinvaziri
2023-03-17CMakeLists.txt: fix version in zlib.pc when building staticallyFabrice Fontaine
2023-03-17early return as requestedLucy Phipps
2023-03-17remove UNROLL_MORE as suggestedLucinda May Phipps
2023-03-17crc32_acle.c: make logic more consistentLucinda May Phipps