index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2023-04-20
Merge tag '2.0.7' into tachibana
tachibana-mr1
tachibana
alk3pInjection
2023-03-17
Version 2.0.7
Hans Kristian Rosbach
2023-03-17
[minigzip] Close gzFile before exiting on error.
Mika T. Lindqvist
2023-03-17
Narrow down the amount of packages installed for Wine.
Hans Kristian Rosbach
2023-03-17
Have build test report library version if it doesn't match zlib.h.
Mark Adler
2023-03-17
Have infback() deliver all of the available output up to any error.
Mark Adler
2023-03-17
Fix bug in block type selection when Z_FIXED used.
Mark Adler
2023-03-17
Add WIN32_LEAN_AND_MEAN for windows.h include.
Mark Adler
2023-03-17
Remove redundant check in gz_look().
Mark Adler
2023-03-17
Fix bug in deflateBound() for level 0 and memLevel 9.
Mark Adler
2023-03-17
Fix crash when gzsetparams() attempted for transparent write.
Mark Adler
2023-03-17
IBM Z DFLTCC: Test with MSan
Ilya Leoshkevich
2023-03-17
Use _msan_unposion to unposion end of window for when it needs to read the pa...
Nathan Moinvaziri
2023-03-17
Adjust thread counts for compiles and tests to avoid under-utilization and co...
Hans Kristian Rosbach
2023-03-17
Update abicheck
Hans Kristian Rosbach
2023-03-17
Backport CMake toolchain files from current 'develop' branch.
Hans Kristian Rosbach
2023-03-17
Backport latest CI workflows from 'develop'.
Hans Kristian Rosbach
2023-03-17
Fix inconsistent feature enablements in cmake and configure
Hans Kristian Rosbach
2023-03-17
Remove gz_intmax implementation, since INT_MAX is always available in modern ...
Hans Kristian Rosbach
2023-03-17
Remove WindowBits check for level 1
Ruben Vorderman
2023-03-17
IBM zSystems DFLTCC: Fix updating strm.adler
Ilya Leoshkevich
2023-03-17
Add CodeQL workflow for GitHub code scanning
LGTM Migrator
2023-03-17
Makefile.in: distclean should remove zlib.pc instead of clean
tch69
2023-03-17
[MinGW] Disable GCC warning about using MS format specifiers in ISO C conform...
Mika Lindqvist
2023-03-17
Support using aligned_alloc() for memory allocation
Cameron Cawley
2023-03-17
Fix typo in README.md
Cameron Cawley
2023-03-17
Use short decompress option name for gzip compatibility. #1347
Nathan Moinvaziri
2023-03-17
Remove unused tryboth() function
Hans Kristian Rosbach
2023-03-17
Make visibility tests run the same way as the other tests.
Hans Kristian Rosbach
2023-03-17
Don't try to link gz* objects twice.
Hans Kristian Rosbach
2023-03-17
Remove errant space in cmake posix specifier
Hans Kristian Rosbach
2023-03-17
[Compat] Don't use uint32_t for z_crc_t
Mika Lindqvist
2023-03-17
Actually run `configure` CI on macOS with GCC
Mosè Giordano
2023-03-17
Add CVE-2022-37434 test.
Vladislav Shchapov
2023-03-17
If the extra field was larger than the space the user provided with
Mika Lindqvist
2023-03-17
cmake: respect custom `RC` flags and delete `GCC_WINDRES`
Viktor Szakats
2023-03-17
Treat arm64 as aarch64 for Apple M1.
Mika Lindqvist
2023-03-17
Fixed functions declared without a prototype warning in tools.
Nathan Moinvaziri
2023-03-17
Fix inflateBack to detect invalid input with distances too far.
Mark Adler
2023-03-17
Don't use unaligned access for memcpy instructions due to GCC 11 assuming it ...
Nathan Moinvaziri
2023-03-17
Don't use zlib fork identifier in copyright statement.
Nathan Moinvaziri
2023-03-17
Use 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib fork.
Nathan Moinvaziri
2023-03-17
In compatibility mode, always define z_crc_t as uint32_t for backwards compat...
Mika Lindqvist
2023-03-17
Extend GZIP conditional
Tobias Stoeckmann
2023-03-17
Handle invalid windowBits in init functions
Tobias Stoeckmann
2023-03-17
Add public compile definition for zlib-ng API so that other projects that use...
Nathan Moinvaziri
2023-03-17
CMakeLists.txt: fix version in zlib.pc when building statically
Fabrice Fontaine
2023-03-17
early return as requested
Lucy Phipps
2023-03-17
remove UNROLL_MORE as suggested
Lucinda May Phipps
2023-03-17
crc32_acle.c: make logic more consistent
Lucinda May Phipps
[next]