]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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...
2021-04-28  Nathan MoinvaziriChanged minigzip fuzzer outmode[3] to be determined...
2021-04-27  Hans Kristian... Fix cmake coverage detection requiring cmake 3.14 or...
2021-04-27  Victor WesterhuisFix build with LTO on GCC
2021-04-20  Nathan MoinvaziriRemove unnecessary malloc.h header include from minigzi...
2021-04-14  Mika Lindqvist[ARM] Use temporary variable when loading more than...
2021-04-14  Nathan MoinvaziriWrite generated files during tests to CMake's build...
2021-04-09  Nathan MoinvaziriChanged auto-detection of float-abi support by removing...
2021-04-09  Nathan MoinvaziriInstall clang-6 package if it is not present on Ubuntu...
2021-04-08  Nathan MoinvaziriAdded Windows ARM and ARM64 binaries in releases. #909
2021-04-08  Mika LindqvistAlias ZEXTERN, ZEXPORT and ZEXPORTVA to Z_EXTERN, Z_EXP...
2021-04-08  Mika LindqvistFix build if -D_FILE_OFFSET_BITS=64 is set manually.
2021-03-26  Nathan MoinvaziriInclude porting guide in GH release packages.
2021-03-26  Nathan MoinvaziriAdded build differences between zlib-compat and zlib...
2021-03-23  Hans Kristian... Version 2.0.2 2.0.2
2021-03-22  Ilya LeoshkevichFix MSVC warnings in deflate_quick_block_open
2021-03-22  tbeuDetect unsupported VS at configure time (and not at...
2021-03-20  Nathan MoinvaziriSupport for posix_memalign in FreeBSD 11. #873
2021-03-20  Nathan MoinvaziriOnly perform auto-detection of floating point ABI on...
2021-03-20  Ilya LeoshkevichRestore hash_head != 0 checks
2021-03-18  Nathan MoinvaziriAdded preprocessor error guards to ensure proper librar...
2021-03-18  Ilya LeoshkevichAdd a CMake macro for simple test executables
2021-03-18  Nathan MoinvaziriDon't test corpora when processing MinGW jobs. This...
2021-03-18  Victor WesterhuisFix GNUInstallDirs includedir detection
2021-03-18  Hans Kristian... Cmake: Accept custom install dirs in various formats...
2021-03-17  Nathan MoinvaziriRemove unused header checks from CMake. These are legac...
2021-03-17  Victor WesterhuisFix .pc file generation in CMakeLists.txt
2021-03-17  Hans Kristian... Version 2.0.1 - Hotfix 2.0.1
2021-03-17  Ilya LeoshkevichFix block_open handling in deflate_quick()
2021-03-16  Hans Kristian... Stable release 2.0.0 2.0.0
next