]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2024-02-23  Nathan MoinvaziriRemove deflate_state parameter from update_hash functions.
2024-02-22  Cameron CawleyInline CHUNKCOPY and CHUNKUNROLL
2024-02-22  Cameron CawleyRemove mixing of SSE2 and SSSE3 chunkset code
2024-02-22  dependabot... Bump github/codeql-action from 2 to 3
2024-02-22  dependabot... Bump actions/upload-artifact from 3 to 4
2024-02-22  Hans Kristian... Don't export git/github-related files in tar/zip archives
2024-02-22  Vladislav ShchapovRename cpu_functions.h to arch_functions.h.
2024-02-22  Vladislav ShchapovMove select for generic functions into generic_functions.h.
2024-02-22  Vladislav ShchapovSplit CPU features checks and CPU-specific function...
2024-02-22  Hans Kristian... Add dependabot for github actions
2024-02-22  Vladislav ShchapovRename codecov.
2024-02-21  Nathan MoinvaziriFixed S390X configure builds not running in forks.
2024-02-21  Mika LindqvistFix PCLMULQDQ support for IntelLLVM.
2024-02-21  Mika LindqvistDisable CodeCov for RISC-V as the toolchain doesn't...
2024-02-21  Mika LindqvistUpdate mymindstorm/setup-emsdk to v14.
2024-02-21  Mika LindqvistUpgrade codecov/codecov-action to v4.
2024-02-18  Pavel PFix include paths
2024-02-18  Pavel PAdd missing checks for 64bit arm/intel with msvc compiler
2024-02-18  Mika LindqvistDisable Intel Compiler diagnostic message 10441.
2024-02-18  Mika LindqvistUpgrade ilammy/msvc-dev-cmd to v1.13.0
2024-02-18  Mika T. LindqvistFix xsave intrinsic test for clang, and gcc 8.2 or...
2024-02-18  Vladislav ShchapovAllow overwrite NATIVEFLAG value by option NATIVE_ARCH_...
2024-02-15  Pavel PIncrease alignment from 8 to 16 to avoid warnings with...
2024-02-15  Pavel PFix `deflate_state` alignment with MS or clang-cl compilers
2024-02-12  Hans Kristian... Avoid empty function by renaming bi_flush to zng_tr_flu...
2024-02-12  Hans Kristian... Remove branch that is almost impossible to hit in bi_fl...
2024-02-07  Don OlmsteadRelocate CMake target export definitions
2024-02-07  Nathan MoinvaziriUse zng_alloc_aligned in unit tests to prevent having...
2024-02-07  Nathan MoinvaziriMemory alloc size must be a multiple of alignment for...
2024-02-07  Nathan MoinvaziriPrefer HAVE_ALIGNED_ALLOC when available in zng_alloc
2024-02-07  Mark Adlerzlib 1.3.1
2024-02-07  Mark AdlerRemove -w compile option in configure test.
2024-02-07  gastushFix cmake build on AIX.
2024-02-07  Mark AdlerRemove mentions of an official zlib DLL distribution.
2024-02-07  Nathan MoinvaziriAdd back gz_intmax for zlib compatibility when linking...
2024-02-07  Milan BulatMake the existence of gz_intmax() unconditional.
2024-02-07  Mark AdlerNote that the len2 argument of crc_combine*() must...
2024-02-07  Nathan MoinvaziriEnable LIT_MEM by default expect when WITH_REDUCED_MEM...
2024-02-07  Hans WennborgFix the copy of pending_buf in deflateCopy() for the...
2024-02-07  Hans WennborgFix pending buffer overflow assert with LIT_MEM allocation.
2024-02-07  Mark AdlerAdd bounds checking to ERR_MSG() macro, used by zError().
2024-02-07  Mark AdlerAdd LIT_MEM define to use more memory for a small defla...
2024-02-07  Xin LIMake internal functions static in the test code.
2024-02-07  Mark AdlerFix bug in inflateSync() for data held in bit buffer.
2024-02-07  Nathan MoinvaziriUpdate copyright years in other source files.
2024-02-07  Mark AdlerUpdate copyright year in win32 resource files.
2024-02-05  Hans Kristian... Remove unused code in makecrct.c
2024-02-05  Hans Kristian... Add missing clean rule for arch/generic
2024-02-05  Hans Kristian... Rename crc32_braid.c to crc32.c
2024-02-02  Adam StylinskiAdd support for handling alignment correction for input...
2024-02-02  Hans Kristian... Speed up crc32_[v]pclmulqdq on small strings.
2024-02-02  Hans Kristian... Add more fine-grained small-length benchmarking of...
2024-01-30  Mika LindqvistGenerate CMake package configuration files
2024-01-30  Nathan MoinvaziriRemove extern keyword from cpu_feature function declara...
2024-01-30  Nathan MoinvaziriRemove type declarations for z_stream/zng_stream from...
2024-01-30  Nathan MoinvaziriSplit cpu_features.h by architecture.
2024-01-30  Mika LindqvistFix regression caused by 2fa631e029084b75acd81db5d33fd4...
2024-01-29  Adam StylinskiRemoving some outdated comments
2024-01-27  Nathan MoinvaziriSet registers to zero to prevent GCC __get_cpuid bug.
2024-01-27  Nathan MoinvaziriSimplify architecture #ifdef in test_crc32.cc.
2024-01-27  Nathan MoinvaziriAdd VPCLMULQDQ crc32 tests to Google benchmarks
2024-01-25  Vladislav ShchapovImprove x86 intrinsics dependencies.
2024-01-25  Vladislav ShchapovRemove unused macro X86_MASK_INTRIN.
2024-01-25  Vladislav ShchapovReorder in which intrinsics support is checked.
2024-01-25  Vladislav ShchapovFix x86 WITH_* options dependencies.
2024-01-25  Vladislav ShchapovRemove always true arch conditions.
2024-01-19  Hans Kristian... Move compare256 and longest_match C fallbacks to arch...
2024-01-19  Hans Kristian... Move include files out of match_tpl.h, to simplify...
2024-01-19  Hans Kristian... Move slide_hash C fallback to arch/generic
2024-01-19  Hans Kristian... Move insert_string and update_hash C fallbacks to arch...
2024-01-19  Hans Kristian... Move chunkset and inffast C fallbacks to arch/generic
2024-01-19  Hans Kristian... Move crc32 C fallbacks to arch/generic
2024-01-19  Hans Kristian... Move adler32 C fallbacks to arch/generic
2024-01-19  Hans Kristian... Simplify includes
2024-01-16  Nathan MoinvaziriImprove code coverage for SSE2.
2024-01-16  Nathan MoinvaziriFixed S390X CMake builds not running in forks.
2024-01-16  Nathan MoinvaziriUpload all coverage reports at once after tests.
2024-01-15  Nathan MoinvaziriRemove unneeded pointer for functable.longest_match...
2024-01-10  Hans Kristian... 2.1.6 Release 2.1.6
2024-01-10  Mika LindqvistFix building tests with cmake 3.10 and older.
2024-01-09  Hans Kristian... Add FAR macro to zlib-compat headers to improve compati...
2024-01-06  Nathan MoinvaziriAdded CI instance for WITH_NATIVE_INSTRUCTIONS.
2024-01-05  Nathan MoinvaziriRemove tab-in-indent rule from lint workflow
2023-12-29  Nathan MoinvaziriCancel previously running CI jobs for PR or branch.
2023-12-29  Rye MuttFix memory corruption introduced in 61e181c8ae93dbf5604...
2023-12-29  Nathan MoinvaziriFixed tab character in ARM ACLE uqsub16 assembly.
2023-12-29  Nathan MoinvaziriFix trailing whitespace in minideflate.c.
2023-12-29  Nathan MoinvaziriAdd linter workflow for whitespace errors. zlib-ng...
2023-12-29  Hans Kristian... Don't attempt ARMv6 detection on AARCH64.
2023-12-27  Hans Kristian... Don't incorrectly disable GoogleTest because of old...
2023-12-27  Hans Kristian... Add status output when running git checkout of GoogleTest
2023-12-27  Hans Kristian... Update to GoogleTest 1.12.1.
2023-12-25  Vladislav ShchapovRemove unused Z_TLS and HAVE_THREAD_LOCAL
2023-12-25  Vladislav ShchapovAtomic functable
2023-12-25  Mika LindqvistMake sure uqsub16 mnemonic doesn't get optimized away.
2023-12-25  Mika LindqvistAdd support for __attribute__((__target__(...))) to...
2023-12-24  Hans Kristian... Always run CMake tests without LTO.
2023-12-24  Mika LindqvistCheck if compiler supports -march=native or -mcpu=native.
2023-12-21  Cameron CawleyImprove performance of crc32_acle on 32-bit ARM
2023-12-21  Vladislav ShchapovInitialize functable earlier, during inflateInit
next