]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2026-03-11  Hans Kristian... Expand codeql testing to run on multiple platforms... codeql 2214/head
2026-03-10  Nathan MoinvaziriReplace macros with inline functions in deflate_quick.
2026-03-10  Nathan MoinvaziriClean up dead assignments in insert_match
2026-03-10  Mika Lindqvist[CI] Fix 32-bit ARM release.
2026-03-10  Nathan MoinvaziriAdd parameterized deflate tests
2026-03-10  Nathan MoinvaziriUse uintptr_t for ASan function signatures and macro...
2026-03-10  Nathan MoinvaziriReorganize sanitizer header for readability
2026-03-10  Nathan MoinvaziriMove ASAN/MSAN instrumentation out of zbuild.h
2026-03-10  Vladislav ShchapovSimplify slide_hash_lsx
2026-03-10  Vladislav ShchapovSlide 32 hash entries per loop iteration when using...
2026-03-10  Hans Kristian... CI: S390x has Clang, but the qemu fallback uses a toolc...
2026-03-10  Hans Kristian... CMake: Fix incorrect order of compiler flags when using...
2026-03-10  Hans Kristian... Make orchestrator the parent of most workflows, and...
2026-03-10  Nathan MoinvaziriCombine extra_lbits/base_length and extra_dbits/base_di...
2026-03-10  Nathan MoinvaziriAdd 256-bit VPCLMULQDQ CRC32 path for systems without...
2026-03-09  Nathan MoinvaziriAdd parameterized deflate benchmark
2026-03-09  Hans Kristian... Tests: Initialize buffer in test_crc32.cc
2026-03-09  Hans Kristian... Add MSAN to Aarch64.
2026-03-09  pmqsDisable sanitizer for ARM SF
2026-03-09  pmqsDisable ARM SF Jobs
2026-03-09  Paul MarquessHarden sanitizer support
2026-03-09  Mika Lindqvist[CI] Switch Windows ARM64 workflows to use native runners.
2026-03-09  Hans Kristian... README: Small feature list updates
2026-03-09  Hans Kristian... README: Add coveralls badge
2026-03-09  Adam StylinskiUnroll the slide hash loop similar to other ISAs
2026-03-08  Nathan MoinvaziriRevert "Relax alignment requirement in NEON_accum32."
2026-03-08  Nathan MoinvaziriAdd NMAX_ALIGNED32 and use it in NEON adler32
2026-03-08  Nathan MoinvaziriAdd compile-time native feature detection macros
2026-03-08  Hans Kristian... Use ARM64 runners for all ARM-based builds
2026-03-08  Hans Kristian... Run lint in ubuntu-slim, a lightweight actions runner
2026-03-08  Hans Kristian... Github workers have been increased from 2 to 4 cores...
2026-03-08  Hans Kristian... Remove culling of workflows after subsequent pushes.
2026-03-08  Hans Kristian... Add coveralls to pigz and make sure coveralls uploads...
2026-03-08  Hans Kristian... Remove codecov from CI
2026-03-08  Hans Kristian... Rename coverage name parameter
2026-03-07  Hans Kristian... Don't use GCC for ASAN/UBSAN on S390x
2026-03-07  Hans Kristian... Reduce git clone download to only relevant source folders.
2026-03-06  Mika LindqvistFix building with C23 support
2026-03-06  Nathan MoinvaziriAdd support for building benchmarks with alternative...
2026-03-06  Mika Lindqvist[CI] Add workflow to test MSVC 18 2026.
2026-03-06  Mathias BerchtoldAdd MSVC support for Z_UNREACHABLE macro
2026-03-06  Mika LindqvistRelax alignment requirement in NEON_accum32.
2026-03-06  Hans Kristian... CI: Stop trying to use GCC on macOS, it is apparently...
2026-03-05  Hans Kristian... CMake: UBSAN: Don't enable 'unsigned-integer-overflow...
2026-03-05  Nathan MoinvaziriSimplify adler32 alignment loops to advance pointers
2026-03-05  Cameron CawleyMake use of NEON alignment hints
2026-03-01  dependabot... Bump actions/download-artifact from 7 to 8
2026-03-01  dependabot... Bump actions/upload-artifact from 6 to 7
2026-03-01  Vladislav ShchapovUpdate MCST qemu-e2k
2026-02-20  Nathan MoinvaziriKeep bi_buf/bi_valid in registers across compress_block...
2026-02-20  Vladislav ShchapovSet version for the develop branch to 2.3.90
2026-02-18  Nathan MoinvaziriPrioritize compile-time checks in ARM feature detection
2026-02-18  Dougall JohnsonAdd branch hints to inflate_fast.
2026-02-18  Mika T. Lindqvist[CI] Retain CMake configure log if configuring fails
2026-02-18  Nathan MoinvaziriCleanup pointer style and parameter names in crc32...
2026-02-18  Nathan MoinvaziriAdd missing native_crc32_copy define for SSE2 chorba
2026-02-18  Nathan MoinvaziriFix missing address-of operators for s390 functable...
2026-02-18  Nathan MoinvaziriFix missing address-of operators for LoongArch functabl...
2026-02-18  Nathan MoinvaziriAdd POWER8 VSX and S390 VX CRC32 copy tests
2026-02-18  Nathan MoinvaziriOptimize symbol buffer access based on platform unalign...
2026-02-18  Nathan MoinvaziriUse offset addressing when accessing s->sym_buf.
2026-02-18  Nathan MoinvaziriRefactor and unify adler32 short length processing.
2026-02-17  Cameron CawleyFix incorrect use of chorba_word_t in 64-bit only function
2026-02-17  Cameron CawleySimplify alignment casts in Chorba code
2026-02-17  Cameron CawleySplit CRC32 Braid and Chorba word types
2026-02-17  Sergeycmake: Fix ARCH is empty in detect-arch
2026-02-17  Cameron CawleySimplify types used in chunkset code
2026-02-17  Nathan MoinvaziriRemove unnecessary casts on malloc return values
2026-02-17  Nathan MoinvaziriRemove unnecessary (unsigned long) cast on BASE in...
2026-02-17  Nathan MoinvaziriRemove unnecessary (int) casts on sizeof in switch...
2026-02-17  Nathan MoinvaziriRemove unnecessary void */char * casts on memcpy/memset...
2026-02-17  Nathan MoinvaziriChange zng_tr_stored_block/zng_tr_flush_block buf param...
2026-02-17  Paul MarquessFix typo - missing closing quote
2026-02-17  Paul MarquessTake account of use-case where there is an empty git...
2026-02-17  Paul Marquessadd workflow_dispatch to most of the workflow files
2026-02-17  Nathan MoinvaziriAdd .vscode to .gitignore
2026-02-17  Nathan MoinvaziriFixed unused function warning for arm_has_cpuid
2026-02-17  Nathan MoinvaziriRemove unnecessary ARCH_ARM in arm_features.c
2026-02-16  Mika T. LindqvistFix building on RISC-V without RVV.
2026-02-16  Herman Semenoffdeflate_medium: more readability initialize structs...
2026-02-12  Mika T. Lindqvist[configure] Add initial support for NVHPC toolchain.
2026-02-11  Mika Lindqvist[zconf] Fix LFS support on Windows
2026-02-08  Nathan MoinvaziriCleanup formatting for crc32_chorba files
2026-02-06  Vladislav ShchapovAdd e2k codecov build
2026-02-06  Vladislav ShchapovAdd e2k CI
2026-02-06  Vladislav ShchapovAdd e2k support
2026-02-06  Nathan MoinvaziriRemove build script compiler checks for ctz builtins
2026-02-06  Nathan MoinvaziriCleanup and rename bitreverse16 after ctz builtin refac...
2026-02-06  Nathan MoinvaziriCleanup compare256 and compare256_rle implementations.
2026-02-06  Nathan MoinvaziriAlways use zng_ctz32 for W_BITS calculation
2026-02-06  Nathan MoinvaziriRefactor ctz builtins while always providing fallback.
2026-02-06  Pavel PChange "None" to "OFF" for sanitizer option (#2141)
2026-02-05  Nathan MoinvaziriRename chorba SSE files to crc32_chorba for consistency
2026-02-05  Nathan MoinvaziriSimplify logic in INFLATE_ALLOW_INVALID_DISTANCE_TOOFAR...
2026-02-03  Mika T. LindqvistSlide 32 hash entries per loop iteration when using...
2026-02-01  Nathan MoinvaziriClean up crc32_braid/chorba calls.
2026-02-01  Icenowy Zhengriscv: features: add support for detecting V/Zbc via...
2026-02-01  Icenowy Zhengriscv: features: add check for asm/hwprobe.h in build...
2026-02-01  Icenowy Zhengriscv: features: prepare for more runtime detection...
2026-01-31  Brad SmithFix building on FreeBSD/OpenBSD
next