]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2023-04-28  Hans Kristian... 2.1.0 Beta1 release 2.1.0-beta1
2023-04-27  Mika LindqvistFix potential overflow before widening in makecrtc.
2023-04-27  Mika LindqvistFix use after free in test_deflate_bound.
2023-04-26  Mark AdlerAssure that inflatePrime() can't shift a 32-bit integer...
2023-04-25  Nathan MoinvaziriUse ZLIB_INCLUDE_DIRS from FindZLIB instead of ZLIB_INC...
2023-04-25  Cameron CawleyEnsure that unaligned compare256 variants are only...
2023-04-25  Ilya LeoshkevichIBM zSystems: Fix calling deflateBound() before deflate...
2023-04-18  Cameron CawleyRename chunkset_avx to chunkset_avx2
2023-04-15  Benjamin StürzFix compilation on OpenBSD
2023-04-15  lawadrFix CMake check for posix_memalign and aligned_alloc
2023-04-15  Vladislav ShchapovReverted description with Deprecation notice
2023-04-15  Vladislav ShchapovFix .pc file paths
2023-04-15  Vladislav ShchapovSwitch to the standard CMake module GNUInstallDirs
2023-04-15  Cameron CawleyClean up SSE4.2 detection
2023-04-13  lawadrCheck for attribute aligned compiler support
2023-04-01  lawadrRemove architecture dependent endian header locations
2023-04-01  Cameron CawleyEnable use of _mm_shuffle_epi8 on machines without...
2023-04-01  Daisuke Fujimura... Shared libraries on cygwin can be named with their...
2023-03-28  Georgiy ManuilovEnable using AVX512 intrinsics with GCC <9
2023-03-28  Georgiy ManuilovAdd fallback function for '_mm512_set_epi8' intrinsic
2023-03-27  Cameron CawleyRemove unused PREFETCH macros
2023-03-27  lawadrAdd member to cpu_features struct if empty
2023-03-27  lawadrFix regex for visibility attribute tests
2023-03-19  Hans Kristian... Create FUNDING.yml
2023-03-10  Ilya LeoshkevichIBM zSystems: Use HWCAP_S390_VXRS
2023-03-06  Vladislav ShchapovRemove useless assignments
2023-03-06  Vladislav ShchapovReplace global CPU feature flag variables with local...
2023-02-25  Vladislav ShchapovReplace __WIN__ with X86_FEATURES
2023-02-24  Vladislav ShchapovFix TEST_CRC32 macro
2023-02-24  Vladislav ShchapovAdd missing test for crc32_vpclmulqdq
2023-02-24  Vladislav ShchapovFix CodeQL warnings: This pointer might have type ...
2023-02-24  Vladislav ShchapovFix formatting
2023-02-24  Vladislav ShchapovSplit crc32 pclmulqdq and vpclmulqdq implementations
2023-02-24  Dougall JohnsonInflate: add fast-path for literals
2023-02-24  Dougall JohnsonInflate: refill unconditionally
2023-02-23  Mika T. LindqvistFix definition of z_size_t to match documentation of...
2023-02-23  Vladislav ShchapovFix warning: comparison of integer expressions of diffe...
2023-02-18  Nathan MoinvaziriUse named defines instead of hard coded numbers.
2023-02-17  Hans Kristian... Sort functable alphabetically
2023-02-17  Hans Kristian... Fix CMake not enabling POWER9_FEATURES
2023-02-17  Hans Kristian... Reduce the amount of different defines required for...
2023-02-12  Hans Kristian... Add missing compare256_neon activation to functable
2023-02-12  Hans Kristian... Combine some of the checks that were not identical.
2023-02-12  Hans Kristian... Simplify functable.c
2023-02-11  Hans Kristian... Narrow down the amount of packages installed for Wine.
2023-02-11  Mika T. Lindqvist[minigzip] Close gzFile before exiting on error.
2023-02-11  Ilya LeoshkevichFix warnings in benchmarks
2023-02-10  Mika LindqvistUpdate zlib-ng ABI files.
2023-02-09  Hans Kristian... Adjust thread counts for compiles and tests to avoid...
2023-02-09  Hans Kristian... Fix various incorrect name mangling
2023-02-09  Hans Kristian... Fix wrong names and invalid entries in zlib.map and...
2023-02-09  Hans Kristian... Fix prefixing for internal functions calloc/cfree
2023-02-09  Hans Kristian... Add missing Z_INTERNAL to some functions that should...
2023-02-08  Nathan MoinvaziriUse memcpy instead of memcmp for unaligned memory compa...
2023-02-08  Nathan MoinvaziriFixed link fuzzers against zlib when BUILD_SHARED_LIBS=ON.
2023-02-08  Nathan MoinvaziriSimplify linking gtest_zlib with zlib target based...
2023-02-08  Nathan MoinvaziriDisable zlib-ng internal tests when BUILD_SHARED_LIBS=ON.
2023-02-08  Nathan MoinvaziriAdded CI tests for checking undefined symbols in versio...
2023-02-08  Pavel PCorrect inflate_fast function signature
2023-02-08  Mika T. LindqvistFix ambiguous shift warning in inflateCopy.
2023-02-08  Hans Kristian... Add official Ubuntu mirror list as fallback for Actions...
2023-02-08  Hans Kristian... Ubuntu 18.04 is being removed shortly, update workflows...
2023-02-08  Hans Kristian... Update mymindstorm/setup-emsdk
2023-02-08  Hans Kristian... Update ilammy/msvc-dev-cmd
2023-02-08  Hans Kristian... Update release uploader
2023-02-08  Hans Kristian... Update codecov uploader
2023-02-08  Hans Kristian... Update to actions/upload-artifact@v3
2023-02-07  Hans Kristian... Remove x86 cpu feature detection for tzcnt
2023-02-07  Hans Kristian... Remove FORCE_TZCNT/X86_NOCHECK_TZCNT
2023-02-07  Hans Kristian... Replace __builtin_ctz[ll] fallback functions with branc...
2023-02-05  Nathan MoinvaziriRemove unused chunk memory functions from functable.
2023-02-05  Nathan MoinvaziriUse arch-specific versions of inflate_fast.
2023-02-05  Vladislav ShchapovPin Google Benchmark to v1.7.1 to fix the upstream...
2023-02-03  Pavel PRename local `functable` variable to `ft`
2023-02-03  Pavel PUse local functable variable instead of standalone...
2023-02-03  Pavel PMove initialization of functable to `init_functable...
2023-02-03  Pavel PAvoid `functable` redefinition in functable.c
2023-02-03  Mika T. LindqvistSync with zlib 1.2.13 and declare compatibility.
2023-02-03  Mark AdlerFix crash when gzsetparams() attempted for transparent...
2023-02-03  Mark AdlerFix bug in deflateBound() for level 0 and memLevel 9.
2023-02-03  Mark AdlerRemove redundant check in gz_look().
2023-02-03  Mark AdlerRemove -pedantic from configure -w compile options.
2023-02-03  Mark AdlerAdd WIN32_LEAN_AND_MEAN for windows.h include.
2023-02-03  Mark AdlerFix bug in block type selection when Z_FIXED used.
2023-02-03  Mark AdlerHave infback() deliver all of the available output...
2023-02-03  Mark AdlerHave build test report library version if it doesn...
2023-02-02  Mika LindqvistAllow disabling visibility attribute with configure
2023-02-02  Mika LindqvistFix missing gzip functions when linking example and...
2023-02-02  Mika LindqvistFix building resource files during out-of-tree build...
2023-02-02  Mika LindqvistAdd support for symbol prefix to linker definition...
2023-02-02  Mika LindqvistFix configure to use correct linker definition file...
2023-02-02  Mika LindqvistFix MinGW build
2023-02-02  Pavel PAdd assert for tzcnt if building with X86_NOCHECK_TZCNT
2023-02-02  Pavel PAdd temporary cmake build dirs/files to gitignore
2023-02-02  Dimitri PapadopoulosFix typo found by codespell
2023-01-22  Mika T. LindqvistFix ABI checking...
2023-01-22  Pavel PMatch __builtin_ctzl/__builtin_ctzll signatures
2023-01-21  Cameron CawleyFix MSVC warnings in benchmark code
2023-01-21  Cameron CawleyUse size_t instead of uint64_t for len in all adler32...
2023-01-21  Cameron CawleyUse size_t instead of uint64_t for len in all crc32...
next