]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2022-04-27  Dženan ZukićRemove trailing whitespace in several source code files
2022-04-27  Nathan MoinvaziriFixed forcing CMAKE_BUILD_TYPE to Release on multi...
2022-04-27  Nathan MoinvaziriRemove CVE testing from configure script.
2022-04-27  Ilya LeoshkevichUse PREFIX() for some of the Z_INTERNAL symbols
2022-04-22  Mika LindqvistDon't try to build tests or benchmarks if cmake is...
2022-04-22  Mika LindqvistCheck that sys/auxv.h exists at configure time and...
2022-04-22  Nathan MoinvaziriFixed failed tools tests when source directory is read...
2022-04-22  Mika LindqvistAdd test for issue #1235.
2022-04-22  Mika LindqvistAdd one extra byte to return value of compressBound...
2022-04-22  Vladislav ShchapovDisable LTO in CMake
2022-04-13  Nathan MoinvaziriUse _msan_unposion to unposion end of window for when...
2022-04-13  Nathan MoinvaziriRename memory alignment functions because they handle...
2022-04-13  Nathan MoinvaziriFixed off-by-one error when benchmarking compare256...
2022-04-08  Nathan MoinvaziriMimic minigzip behavior and only unlink files if not...
2022-04-08  Adam StylinskiFix the custom PNG image based benchmark
2022-04-05  Nathan MoinvaziriRemove sanitizer support from configure since it is...
2022-04-05  Dan Kegelabicheck.sh: don't export CHOST if it wasn't already...
2022-04-05  Nathan MoinvaziriFixed missing crc32_combine exports for zlib 1.2.12.
2022-04-04  Dan Kegelabicheck.sh: zlib-ng is a bash script, not a sh script...
2022-04-04  Nathan MoinvaziriFixed building tests when -DWITH_GZFILEOP=OFF
2022-04-04  Nathan MoinvaziriMove fuzzer cmake into fuzz directory.
2022-04-04  Nathan MoinvaziriUse latest stable version of google test instead of...
2022-04-04  Dan Kegelabicheck.sh: implement --refresh-if option as documented.
2022-04-03  Shlomi FishGrammar fixes
2022-04-03  Nathan MoinvaziriRemove support for building fuzzers from configure.
2022-04-03  Nathan MoinvaziriTest CVE-2018-25032 against the default level and level...
2022-04-03  Nathan MoinvaziriAdded unit test against CVE-2018-25032 with default...
2022-04-03  Nathan MoinvaziriAdded unit test against CVE-2018-25032.
2022-04-03  Nathan MoinvaziriAdded missing -F argument for Z_FIXED strategy in minid...
2022-03-31  Adam StylinskiUse size_t types for len arithmetic, matching signature
2022-03-31  Nathan MoinvaziriUse standalone fuzzing runner only when fuzzing engine...
2022-03-31  Nathan MoinvaziriAllow SSE2 and AVX2 functions with -DWITH_UNALIGNED...
2022-03-31  Adam StylinskiLeverage inline CRC + copy
2022-03-29  Nathan MoinvaziriFixed clang signed/unsigned warning in chunkcopy_safe.
2022-03-28  Nathan MoinvaziriUse specific gcovr version 5.0 due to parser errors...
2022-03-28  Nathan MoinvaziriRemove unistd.h include from gzguts.h which is already...
2022-03-28  Nathan MoinvaziriUse HAVE instead of HAS for variable name for consistency.
2022-03-28  Nathan MoinvaziriRemove detect_leaks=0 from non-ASAN cmake jobs.
2022-03-27  Nathan MoinvaziriFixed error with compare256_unaligned_avx2 undefined...
2022-03-27  Nathan MoinvaziriFixed signed comparison warning in zng_calloc_aligned.
2022-03-27  Nathan MoinvaziriFixed unused opaque variable in aligned alloc test.
2022-03-27  Nathan MoinvaziriFixed operator precedence warnings in slide_hash_sse2.
2022-03-27  Nathan MoinvaziriFixed signed/unsigned warning in chunkmemset.
2022-03-27  Nathan MoinvaziriFixed MSVC warnings in chunkcopy_safe.
2022-03-25  Rich ErcolaniCorrect typo in functable
2022-03-24  Nathan MoinvaziriAdd unit tests for compare256 variants.
2022-03-24  Adam StylinskiFixed a warning about a comparison of an unsigned with...
2022-03-24  Adam StylinskiFix an issue with the ubsan for overflow
2022-03-24  Nathan MoinvaziriUpdate language around ABI compatibility with zlib...
2022-03-23  Adam StylinskiRename adler32_sse41 to adler32_ssse3
2022-03-23  Nathan MoinvaziriFixed missing checks around compare256 and longest_matc...
2022-03-23  Nathan MoinvaziriUse zmemcmp_2 in 16-bit unaligned compare256 variant.
2022-03-23  Nathan MoinvaziriRevert "Reorganize inflate window layout"
2022-03-23  Nathan MoinvaziriRevert "Add back original version of inflate_fast for...
2022-03-23  Nathan MoinvaziriRevert "DFLTCC update for window optimization from...
2022-03-21  Nathan MoinvaziriAdded common sanitizer flags for getting optimal stack...
2022-03-21  Nathan MoinvaziriUse halt_on_error in sanitizer options.
2022-03-21  Nathan MoinvaziriMake symbolic prefix instance names consistent in NMake...
2022-03-21  Nathan MoinvaziriFixed misspelling in NO_UNALIGNED flag.
2022-03-21  Nathan MoinvaziriWrong variable used when detecting unaligned support...
2022-03-21  Nathan MoinvaziriAdded sanitizer tests in configure GitHub Actions workflow.
2022-03-18  Nathan MoinvaziriUse zutil.h which already includes zlib headers.
2022-03-18  Nathan MoinvaziriRemove unused zutil header.
2022-03-18  Adam StylinskiFix a latent issue with chunkmemset
2022-03-17  Adam StylinskiFix UBSAN's cry afoul
2022-03-17  Nathan MoinvaziriAdded check for UNALIGNED64_OK when defining zmemcpy_8...
2022-03-17  Nathan MoinvaziriAdded 32-bit GCC build to CMake GitHub Actions.
2022-03-17  Nathan MoinvaziriMake unaligned access being disabled configurable via...
2022-03-17  Nathan MoinvaziriMove UNALIGNED_OK detection to compile time instead...
2022-03-16  Mika T. LindqvistExplicitly install dependencies for wine32.
2022-03-16  Mika LindqvistDon't use -mtune with ClangCl.
2022-03-16  Mika Lindqvist[README] Add missing FORCE_SSE2 for CMake.
2022-03-16  Mika LindqvistAllow bypassing runtime feature check of TZCNT instruct...
2022-03-16  Nathan MoinvaziriThrow an error when input is raw deflate stream but...
2022-03-16  Nathan MoinvaziriPrint help when no arguments supplied to minideflate.
2022-03-16  Nathan MoinvaziriAppend extension to output file path based on window_bi...
2022-03-16  Nathan MoinvaziriAdded support for -k keep argument to minideflate....
2022-03-16  Nathan MoinvaziriUse large default buffer size for minideflate to match...
2022-03-16  Nathan MoinvaziriInclude zutil.h for definition of DEF_MEM_LEVEL.
2022-03-16  Nathan MoinvaziriAuto-detect wrapper when inflating and no window_bits...
2022-03-16  Nathan MoinvaziriUpdated help usage with correct values for window_bits.
2022-03-16  Nathan MoinvaziriFixed wrong error name when calling inflate in minideflate.
2022-03-16  Adam StylinskiSpeed up chunkcopy and memset
2022-03-15  Adam StylinskiImprove SSE2 slide hash performance
2022-03-15  Nathan MoinvaziriAdded unit test for zng_calloc_aligned to ensure that...
2022-03-15  Nathan MoinvaziriBypass memory alignment compensation if not using custo...
2022-03-15  Nathan MoinvaziriAdded memory alignment compensation functions for users...
2022-03-15  Ilya LeoshkevichIBM Z: Delete stale self-hosted builder containers
2022-03-13  Nathan MoinvaziriUse older version of Google test to support older versi...
2022-03-13  Nathan MoinvaziriIgnore code coverage for files in _dep directory.
2022-03-13  Nathan MoinvaziriCompile MSAN instrumented C++ libraries for MSAN build...
2022-03-13  Nathan MoinvaziriPrefer posix versions of MinGW for compiling against...
2022-03-13  Nathan MoinvaziriAdded static versions of c++ libraries on S390X, MinGW...
2022-03-13  Nathan MoinvaziriSpecify c++ compiler, packages, and flags for Google...
2022-03-13  Nathan MoinvaziriMove CVE-2003-0107 test to Google Tests.
2022-03-13  Nathan MoinvaziriImplement unit testing using Google Test framework.
2022-03-11  Nathan MoinvaziriAdded ClangCl instances to GitHub Actions workflow.
2022-03-11  Nathan MoinvaziriFixed inftrees.c should be compiled with infcover when...
2022-03-08  Adam StylinskiAdding some application-specific benchmarks
2022-03-08  Adam StylinskiUse pclmulqdq accelerated CRC for exported function
next