]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2021-06-25  Mika Lindqvist[Power8] Add chunk*_power8.
2021-06-25  Nathan MoinvaziriAdded reduced memory configuration option to CMake...
2021-06-25  Nathan MoinvaziriSwitch longest_match in deflate_slow based on whether...
2021-06-25  Hans Kristian... Use UNLIKELY for branches related to rolling hash based...
2021-06-25  Nathan MoinvaziriUse longest_match_slow in deflate_slow.
2021-06-25  Nathan MoinvaziriSeparate fast-zlib matching algorithm into its own...
2021-06-25  Nathan MoinvaziriMinor prev_length calculation improvement in deflate_slow.
2021-06-25  Nathan MoinvaziriEnable rolling hash function switching for fast-zlib.
2021-06-25  Nathan MoinvaziriIncorporate fast-zlib algorithm changes into longest_match.
2021-06-25  Nathan MoinvaziriUse STD_MIN_MATCH instead of WANT_MIN_MATCH in deflate_...
2021-06-25  Nathan MoinvaziriSetup hash functions to be switched based on compressio...
2021-06-25  Nathan MoinvaziriAdded update_hash to build hash incrementally.
2021-06-25  Nathan MoinvaziriAdded rolling hash functions for hash table.
2021-06-22  Mika Lindqvist[functable] Add missing call to cpu_check_features().
2021-06-21  Mika LindqvistCast calculation of safe length to unsigned int to...
2021-06-21  Hans Kristian... Minor optimization of inftrees.c based on profiling
2021-06-21  Nathan MoinvaziriSeparate option and add_feature_info in cases where...
2021-06-21  Mika Lindqvist[chunkcopy_safe] Don't call chunkcopy().
2021-06-21  Mika Lindqvist[chunkset_neon] Use vdupq_n_u64.
2021-06-21  Mika Lindqvist[chunkset_neon] Don't use signed vector types.
2021-06-18  Ilya LeoshkevichFix MSVC warnings in hash_head_0.c test
2021-06-18  Hans Kristian... Add support for Thread Local Storage to ensure consiste...
2021-06-18  Hans Kristian... Change requested compiler standard to C11
2021-06-18  Nathan MoinvaziriAdded aarch64 to pigz GitHub actions workflow.
2021-06-18  Nathan MoinvaziriReduce number of branches in partial chunk copy based...
2021-06-18  Nathan MoinvaziriFixed indentation in CMakeLists.txt after PR #906.
2021-06-18  Nathan MoinvaziriAdded Z_UNUSED define for ignore unused variables.
2021-06-18  Hans Kristian... Change WITH_SANITIZER to be a multi-option parameter...
2021-06-13  Nathan MoinvaziriAdded assert in chunkcopy to detect invalid length.
2021-06-13  Nathan MoinvaziriCalculate from and out buffer advance only once in...
2021-06-13  Nathan MoinvaziriOnly need to add rem if it is greater than zero in...
2021-06-13  Nathan MoinvaziriUse MIN and MAX macros.
2021-06-13  Hans Kristian... Initialize s->prev_length to 0.
2021-06-13  Hans Kristian... Remove support for STD_MIN_MATCH != 3.
2021-06-13  Hans Kristian... Minor formatting changes related to MIN_MATCH/MAX_MATCH
2021-06-13  Hans Kristian... Separate MIN_MATCH into STD_MIN_MATCH and WANT_MIN_MATCH
2021-06-13  Nathan MoinvaziriPrint architecture-specific static and shared object...
2021-06-13  Nathan MoinvaziriOnly run checks for intrinsics if optimizations are...
2021-06-13  Nathan MoinvaziriChange bi_reverse to use a bit-twiddling hack for 240x...
2021-06-13  Nathan MoinvaziriMust use safe chunk copies due to inflateBack using...
2021-06-12  Hans Kristian... Reorder config table to avoid double negation, and...
2021-06-12  Hans Kristian... Rebalance levels 1-4.
2021-06-12  Nathan MoinvaziriIncrease size of gzip output buffer to be a multiple...
2021-06-12  Nathan MoinvaziriClean up deflate_stored and deflate_rle by using MIN...
2021-06-12  Nathan MoinvaziriSeparate huff, rle, and stored deflate strategies into...
2021-06-12  Nathan MoinvaziriRemove extra check that always is false in compare256_c...
2021-06-12  Nathan MoinvaziriMod adler and sum2 when calculating adler32 for short...
2021-06-12  Nathan MoinvaziriSync use of adler32_len_16 among adler32 variants.
2021-06-12  Nathan MoinvaziriRemove legacy backticks notation for $(...) in configur...
2021-06-12  Nathan MoinvaziriFixed iterating over ls output is fragile in configure...
2021-06-12  Nathan MoinvaziriFixed malformed double quotes in shell script.
2021-06-12  Nathan MoinvaziriFixed operator in comment in slide_hash_chain for power8.
2021-06-12  Nathan MoinvaziriRemove obsolete comment about wsize casting.
2021-06-12  Nathan MoinvaziriRename slide_hash_power8.c to slide_power8.c to be...
2021-06-12  Nathan MoinvaziriRename slide_hash chain functions.
2021-06-12  Nathan MoinvaziriFixed formatting for CLEAR_HASH macro.
2021-06-12  Nathan MoinvaziriSync changes between different slide_hash variants.
2021-06-12  Hans Kristian... Open up develop branch for non-stable commits.
2021-06-11  Hans Kristian... Version 2.0.4 2.0.4
2021-06-11  Mika Lindqvist[CHUNKMEMSET_SAFE] Precalculate "from".
2021-06-11  Nathan Moinvaziri[inflate_fast] Always use safe versions of chunkcopy...
2021-06-11  Mika Lindqvist[CHUNKCOPY_SAFE] Fix off-by-one error
2021-06-11  Ilya Kurdyukovfix: unterminated #elif in detect-arch.c
2021-06-11  Ilya Kurdyukovfix: SSE42CMPSTR compiled even if WITH_SSE4=OFF
2021-06-08  Nathan MoinvaziriAdded pigz tests for no threads and no optimizations.
2021-06-08  Nathan MoinvaziriAdded GH-979 failure test case against for inflateBack.
2021-06-08  Nathan MoinvaziriAdded CMake project for building pigz.
2021-06-04  Mika LindqvistMove MIN() macro to zbuild.h
2021-06-04  Nathan MoinvaziriUse SET_BAD macro in inflateBack.
2021-06-02  Vladislav ShchapovReplace CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIR
2021-05-30  Nathan MoinvaziriFixed trying to uncompress after compressing in gzip...
2021-05-30  Nathan MoinvaziriFixed gz mode for compression level not using ascii...
2021-05-30  Nathan MoinvaziriUse different fuzzer bits in example_dict_fuzzer for...
2021-05-30  Nathan MoinvaziriExplicitly state clang version to prevent future code...
2021-05-30  Nathan MoinvaziriUse latest version of llvm-cov 11 to prevent code cover...
2021-05-29  Mika LindqvistOnly when using Visual C++, the static library name...
2021-05-29  Mika LindqvistRemove unnecessary test for stdarg.h
2021-05-29  PaweÅ‚ WegnerHandle HAVE_UNISTD_H defined to 0.
2021-05-27  Mika LindqvistFix warnings in configure
2021-05-27  Mika LindqvistFix build under Cygwin.
2021-05-27  David CarlierOpenBSD build fix proposal
2021-05-18  Kolby CrouchFix build on NetBSD
2021-05-18  Greg SjaardemaRemove redundancy; apple is unix
2021-05-18  Greg SjaardemaFix compiler detection to avoid bad mpicc match
2021-05-16  Greg SjaardemaSpelling fixes
2021-05-13  Hans Kristian... Version 2.0.3 2.0.3
2021-05-09  Mika Lindqvist[ARM/AArch64] More thorough testing of getauxval()...
2021-05-08  Viktor Szakatsupgrade links to HTTPS
2021-05-08  Hans Kristian... Don't check for SSSE3 on non-x86 architectures.
2021-05-06  Vladimir SmirnovFix cmake detection of risc-v (32 and 64 bit)
2021-05-06  Mika LindqvistReintroduce Z_SOLO support for compatibility mode.
2021-05-03  Nathan MoinvaziriAdd status messages in test-compress cmake script.
2021-05-03  Nathan MoinvaziriSimplify cleaning up files in test-compress cmake scrip...
2021-05-03  Nathan MoinvaziriCreate temporary files in CTest's Testing/Temporary...
2021-05-03  Nathan MoinvaziriPrint differences between expected output in test-compr...
2021-05-02  Nathan MoinvaziriDecompress gzip compressed archive to a separate file...
2021-04-29  Aaron Boxercrc: fix three conversion warnings
2021-04-29  Josh TriplettDetect hwcap flags needed for runtime detection on...
2021-04-29  Josh TriplettDon't directly include asm/hwcap.h; fix compilation...
2021-04-28  Nathan MoinvaziriAdded Z_FIXED and direct gzip out modes to minigzip...
next