]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2 hours ago  Hans Kristian... Clarify naming of bits/code trace macros. develop
2 hours ago  Hans Kristian... Optimize send_bits, removing branches.
2 hours ago  Nathan Moin... Locate the literal run without a bit scan
2 hours ago  Nathan Moin... Pack up to four consecutive literals per send_bits
2 hours ago  Nathan Moin... Pack and unroll the inflate_table replication store
3 days ago  Vladislav ShchapovIgnore error "cannot verify dev.mcst.ru's certificate...
3 days ago  Javid Khanvalidate distance in inflateBack MATCH state
7 days ago  Mika Lindqvist[configure] Add support for Intel DPC++/C++ compiler.
7 days ago  Hans Kristian... Minor style cleanup of zng_length_code and zng_dist_code
7 days ago  Hans Kristian... Remove unnecessary masking of extra bits from mask...
7 days ago  Hans Kristian... Optimize zng_emit_dist by removing base and instead...
9 days ago  Mika Lindqvist[configure] Fix broken test
12 days ago  Hans Kristian... Minor cleanup of zng_emit_dist()
12 days ago  Hans Kristian... Clean up slide_hash_c code.
12 days ago  Adam StylinskiUse the same unroll factor for the copying variant
12 days ago  Adam StylinskiUnroll by 4x instead of 2x on avx512vnni.
12 days ago  Nathan Moin... Skip redundant hash slides for non-chain-walking strategies
12 days ago  Nathan Moin... Skip prev writes in deflate_quick hash inserts
13 days ago  Hans Kristian... Fix level 9 segfaault on custom HASH_SIZE.
13 days ago  Hans Kristian... Fix missed cleanup in insert_string
13 days ago  Hans Kristian... Remove extra masking of the hashed value in insert_string.
13 days ago  Hans Kristian... Make sure HASH_BITS gets updated along with HASH_SIZE
13 days ago  Adam StylinskiAdd AVXVNNI support
13 days ago  Nathan Moin... Rebuild stale hash chains on deflateParams change
13 days ago  Hans Kristian... Unify slide_hash_sse2 to follow same style as the avx2...
13 days ago  Nathan Moin... Use alignment-safe reads in RVV chunkmemset
13 days ago  Nathan Moin... Rename hash insert helpers by hash method
13 days ago  Nathan Moin... Add --benchmark_data_types flag to select data type...
13 days ago  Nathan Moin... Add mixed data type to benchmark data generators
13 days ago  Nathan Moin... Add literals data type to benchmark data generators
13 days ago  Nathan MoinvaziriAdd DNA data type to benchmark data generators
13 days ago  Nathan Moin... Cross-vary inflate and deflate benchmarks by input...
2026-07-14  Dougall JohnsonRead bits with zero refill latency
2026-07-14  Nathan Moin... Force post-indexed loads in NEON compare256
2026-07-14  Nathan MoinvaziriReject short-match candidates with a masked test instea...
2026-07-14  Nathan Moin... Peel first candidate out of the short-match chain walk
2026-07-14  Nathan Moin... Short-circuit longest_match on short candidates via...
2026-07-11  Vladislav ShchapovAdd ABI files for loongarch64 target and update create...
2026-07-11  Adam StylinskiFix this compilation issue for non-windows machines
2026-07-04  Nathan Moin... Add Win32 CPU scheduling flags to benchmark suite
2026-07-04  dxbjavidset memory error on oversized gzbuffer request and...
2026-07-04  dxbjavidcap gzbuffer request at 1 GiB in the api
2026-07-04  dxbjavidshorten gz_buffer_alloc overflow comment
2026-07-04  dxbjavidadd explicit cast when storing want in state->size
2026-07-04  dxbjavidCap gz_buffer_alloc size at INT_MAX accounting for...
2026-07-04  dxbjavidfix integer overflow in gz_buffer_alloc buffer sizing
2026-07-04  Mika LindqvistAdd shell script to update/refresh ABI files under...
2026-07-04  Mika LindqvistFix finding gz files.
2026-07-03  Nathan Moin... Force inline compare256 helpers
2026-07-03  dependabot... Bump actions/checkout from 6 to 7
2026-07-03  dependabot... Bump actions/cache from 5 to 6
2026-06-28  Mika LindqvistFix build with macOS 26.
2026-06-24  David KorthExtend the MSVC 2015 AVX2/AVX512 workaround to MSVC...
2026-06-23  Nathan MoinvaziriAdd Adler32 ARM NEON DotProd variant
2026-06-23  Nathan MoinvaziriAdd Adler32 ARM NEON wrapper that includes template
2026-06-23  Nathan MoinvaziriRefactor Adler32 ARM NEON into a reusable template
2026-06-22  Nathan Moin... Use vaddvq_u32 for adler32 NEON horizontal reduction
2026-06-22  Mika Lindqvist[CMake] Add toolchain files for cross-compiling ARM...
2026-06-22  Nathan Moin... Add missing return after SkipWithError in benchmarks
2026-06-20  Mika T. LindqvistFix type mismatch errors in fuzzers.
2026-06-20  Mika LindqvistAdd Z_RESTRICT to zng_memcmp functions
2026-06-19  Mika Lindqvist[CI] Test Visual C++ 2026 with ZLIB_COMPAT and benchmar...
2026-06-19  Mika LindqvistFix type mismatch in benchmark_compress.cc.
2026-06-17  Mika Lindqvist[CI] Add coveralls as trusted formula for Homebrew...
2026-06-17  Nathan Moin... Cleanup deflate_quick variable reuse and call signatures
2026-06-17  Nathan Moin... Hoist strstart and lookahead to locals in deflate strat...
2026-06-16  Nathan MoinvaziriUse broadcast chunk store instead of memset for dist...
2026-06-16  Nathan MoinvaziriWrap AVX-512 mask intrinsics and use them in CHUNKMEMSET
2026-06-16  Nathan Moin... Route CHUNKMEMSET to CHUNKCOPY when dist >= len
2026-06-16  Nathan Moin... Skip CHUNKMEMSET loops when length fits in one chunk
2026-06-16  Nathan Moin... Inline CHUNKMEMSET tail with bit-decomposed stores
2026-06-16  Nathan Moin... Add chunkmemset benchmark
2026-06-15  Nathan Moin... Remove ptrdiff_t configure/cmake detection
2026-06-15  Hans Kristian... Add LIKELY / UNLIKELY hints to LONGEST_MATCH.
2026-06-15  Hans Kristian... Unify inconsistent handling of GZBUFSIZE, and update...
2026-06-13  Nathan Moin... Add -mbmi to AVX2 and AVX512 compile flags
2026-06-13  Hans Kristian... Replace hash calculations with macros in insert_string_p.h
2026-06-13  Hans Kristian... Remove unused functions
2026-06-13  Hans Kristian... Clean up and simplify insert_string code.
2026-06-13  Hans Kristian... Remove obsolete templating of insert_string functions.
2026-06-13  Mika Lindqvist[CI] Add configure workflow for Windows AMD64 with...
2026-06-11  Nathan Moin... Add branch prediction hints to deflate strategy hot...
2026-06-10  Hans Kristian... Implement coderabbitai suggested cleanup and improvemen...
2026-06-10  Hans Kristian... Add utils/README.md
2026-06-10  Hans Kristian... Move makecrct, makefixed and maketrees to utils/ folder.
2026-06-10  Hans Kristian... Move minideflate.c and minigzip.c to utils/ folder...
2026-06-10  Hans Kristian... Fix warnings about BRAID_W/BRAID_N being undefined.
2026-06-10  Hans Kristian... Fix warnings about __CYGWIN__ being undefined.
2026-06-10  Hans Kristian... Fix warnings about BIG_ENDIAN/LITTLE_ENDIAN being undefined
2026-06-09  Mika T. Lindqvist[CI] Add configure workflow for Windows ARM64 with...
2026-06-09  Mika T. LindqvistFix warnings triggered by NVHPC/nvc.
2026-06-09  Nathan Moin... Reject asymmetric C vs C++ machine flags
2026-06-03  Mika T. Lindqvist[CI] Add ARM64 version of MinGW64 with gcc.
2026-06-03  Aelin Reidelgzread: Fix compilation on AIX
2026-06-03  Mika Lindqvist[CI] Add NVHPC to CMake workflow.
2026-05-29  Vladislav ShchapovLCC: Suppress warnings in Google Benchmark.
2026-05-29  Vladislav ShchapovFix warnings variable set but not used.
2026-05-29  Vladislav ShchapovFix warning label followed by a declaration is a C23...
2026-05-29  Vladislav ShchapovEnable -Werror in GCC and Clang.
2026-05-28  Mika T. LindqvistAlways check that distance is too far back in inflateBack.
next