]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2023-04-25  Ilya LeoshkevichIBM zSystems: Fix calling deflateBound() before deflate... 2.0.x
2023-04-16  Benjamin StürzFix compilation on OpenBSD
2023-04-16  lawadrFix CMake check for posix_memalign and aligned_alloc
2023-03-17  Hans Kristian... Version 2.0.7 2.0.7
2023-03-17  Mika T. Lindqvist[minigzip] Close gzFile before exiting on error.
2023-03-17  Hans Kristian... Narrow down the amount of packages installed for Wine.
2023-03-17  Mark AdlerHave build test report library version if it doesn...
2023-03-17  Mark AdlerHave infback() deliver all of the available output...
2023-03-17  Mark AdlerFix bug in block type selection when Z_FIXED used.
2023-03-17  Mark AdlerAdd WIN32_LEAN_AND_MEAN for windows.h include.
2023-03-17  Mark AdlerRemove redundant check in gz_look().
2023-03-17  Mark AdlerFix bug in deflateBound() for level 0 and memLevel 9.
2023-03-17  Mark AdlerFix crash when gzsetparams() attempted for transparent...
2023-03-17  Ilya LeoshkevichIBM Z DFLTCC: Test with MSan
2023-03-17  Nathan MoinvaziriUse _msan_unposion to unposion end of window for when...
2023-03-17  Hans Kristian... Adjust thread counts for compiles and tests to avoid...
2023-03-17  Hans Kristian... Update abicheck
2023-03-17  Hans Kristian... Backport CMake toolchain files from current 'develop...
2023-03-17  Hans Kristian... Backport latest CI workflows from 'develop'.
2023-03-17  Hans Kristian... Fix inconsistent feature enablements in cmake and configure
2023-03-17  Hans Kristian... Remove gz_intmax implementation, since INT_MAX is alway...
2023-03-17  Ruben VordermanRemove WindowBits check for level 1
2023-03-17  Ilya LeoshkevichIBM zSystems DFLTCC: Fix updating strm.adler
2023-03-17  LGTM MigratorAdd CodeQL workflow for GitHub code scanning
2023-03-17  tch69Makefile.in: distclean should remove zlib.pc instead...
2023-03-17  Mika Lindqvist[MinGW] Disable GCC warning about using MS format speci...
2023-03-17  Cameron CawleySupport using aligned_alloc() for memory allocation
2023-03-17  Cameron CawleyFix typo in README.md
2023-03-17  Nathan MoinvaziriUse short decompress option name for gzip compatibility...
2023-03-17  Hans Kristian... Remove unused tryboth() function
2023-03-17  Hans Kristian... Make visibility tests run the same way as the other...
2023-03-17  Hans Kristian... Don't try to link gz* objects twice.
2023-03-17  Hans Kristian... Remove errant space in cmake posix specifier
2023-03-17  Mika Lindqvist[Compat] Don't use uint32_t for z_crc_t
2023-03-17  Mosè GiordanoActually run `configure` CI on macOS with GCC
2023-03-17  Vladislav ShchapovAdd CVE-2022-37434 test.
2023-03-17  Mika LindqvistIf the extra field was larger than the space the user...
2023-03-17  Viktor Szakatscmake: respect custom `RC` flags and delete `GCC_WINDRES`
2023-03-17  Mika LindqvistTreat arm64 as aarch64 for Apple M1.
2023-03-17  Nathan MoinvaziriFixed functions declared without a prototype warning...
2023-03-17  Mark AdlerFix inflateBack to detect invalid input with distances...
2023-03-17  Nathan MoinvaziriDon't use unaligned access for memcpy instructions...
2023-03-17  Nathan MoinvaziriDon't use zlib fork identifier in copyright statement.
2023-03-17  Nathan MoinvaziriUse 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib...
2023-03-17  Mika LindqvistIn compatibility mode, always define z_crc_t as uint32_...
2023-03-17  Tobias StoeckmannExtend GZIP conditional
2023-03-17  Tobias StoeckmannHandle invalid windowBits in init functions
2023-03-17  Nathan MoinvaziriAdd public compile definition for zlib-ng API so that...
2023-03-17  Fabrice FontaineCMakeLists.txt: fix version in zlib.pc when building...
2023-03-17  Lucy Phippsearly return as requested
2023-03-17  Lucinda May... remove UNROLL_MORE as suggested
2023-03-17  Lucinda May... crc32_acle.c: make logic more consistent
2023-03-17  Vladislav ShchapovMake directory for output files.
2023-03-17  Vladislav ShchapovThe names CMAKE_INTERPROCEDURAL_OPTIMIZATION_* must...
2023-03-17  Nathan MoinvaziriRemove unused chunkmemset_1 code.
2023-03-17  Mika LindqvistDisable redirection to 64-bit function variants when...
2023-03-17  Nathan MoinvaziriMimic minigzip behavior and only unlink files if not...
2023-03-17  Nathan MoinvaziriThrow an error when input is raw deflate stream but...
2023-03-17  Nathan MoinvaziriPrint help when no arguments supplied to minideflate.
2023-03-17  Nathan MoinvaziriAppend extension to output file path based on window_bi...
2023-03-17  Nathan MoinvaziriAdded support for -k keep argument to minideflate....
2023-03-17  Nathan MoinvaziriUse large default buffer size for minideflate to match...
2023-03-17  Nathan MoinvaziriInclude zutil.h for definition of DEF_MEM_LEVEL.
2023-03-17  Nathan MoinvaziriAuto-detect wrapper when inflating and no window_bits...
2023-03-17  Nathan MoinvaziriUpdated help usage with correct values for window_bits.
2023-03-17  Nathan MoinvaziriFixed wrong error name when calling inflate in minideflate.
2023-03-17  Nathan MoinvaziriFixed failed tools tests when source directory is read...
2023-03-17  Vladislav ShchapovDisable LTO in CMake
2023-03-17  Mika LindqvistAdd test for issue #1235.
2023-03-17  Mika LindqvistAdd one extra byte to return value of compressBound...
2023-03-17  Dan Kegelabicheck.sh: zlib-ng is a bash script, not a sh script...
2023-03-17  Nathan MoinvaziriRemove unistd.h include from gzguts.h which is already...
2023-03-17  Nathan MoinvaziriUse HAVE instead of HAS for variable name for consistency.
2023-03-17  Nathan MoinvaziriTest CVE-2018-25032 against the default level and level...
2023-03-17  Nathan MoinvaziriAdded unit test against CVE-2018-25032 with default...
2023-03-17  Nathan MoinvaziriAdded unit test against CVE-2018-25032.
2023-03-17  Nathan MoinvaziriAdded missing -F argument for Z_FIXED strategy in minid...
2023-03-17  Nathan MoinvaziriUpdate language around ABI compatibility with zlib...
2023-03-17  Adam StylinskiFix a latent issue with chunkmemset
2023-03-17  David CARLIERmacOs M1 build fix on arm cpu checks.
2023-03-17  Nathan MoinvaziriWrong variable used when detecting unaligned support...
2023-03-17  Mika Lindqvist[README] Add missing FORCE_SSE2 for CMake.
2023-03-17  Mika LindqvistAllow bypassing runtime feature check of TZCNT instruct...
2023-03-17  Adam StylinskiFix UBSAN's cry afoul
2023-03-17  Nathan MoinvaziriAdded ClangCl instances to GitHub Actions workflow.
2021-12-24  Hans Kristian... Version 2.0.6 2.0.6
2021-12-24  Nathan MoinvaziriUpgrade version of GitHub checkout actions. #1078
2021-12-24  Nathan MoinvaziriFixed crc32_combine_gen declaration warning in zlib...
2021-12-24  Ilya LeoshkevichIBM Z: Adjust compressBound() for DFLTCC
2021-12-24  Ilya LeoshkevichIBM Z: Do not check inflateGetDictionary() with DFLTCC
2021-12-24  Ilya LeoshkevichLink crc32_test and infcover with $(CFLAGS)
2021-12-24  Hans Kristian... Fix deflateBound and compressBound returning very small...
2021-12-24  Ilya LeoshkevichIBM Z: Run DFLTCC tests on the self-hosted builder
2021-12-24  Mika LindqvistAvoid warning C4295 when using Visual C++ and maintaine...
2021-12-24  Jon Haitz Legarreta... COMP: Fix data loss warning
2021-12-24  Ori LivnehFix UB in inffast.c when not using window
2021-12-24  Sergey MarkelovFix hangs on macOS due to loading of misaligned address...
2021-12-24  Matheus CastanhoStandardize crc32_stub
2021-12-24  cenobitFixed missing enclosing parentheses for ZSWAP64 in...
2021-12-24  Nathan MoinvaziriFixed undefined behavior of isgraph when character...
next