]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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
2022-02-24  Adam StylinskiImproved adler32 NEON performance by 30-47%
2022-02-24  Adam StylinskiUnlocked more ILP in SSE variant of adler checksum
2022-02-24  Adam StylinskiImprove sse41 adler32 performance
2022-02-24  Hans Kristian... Run libpng tests on push in addition to pull-requests.
2022-02-24  Hans Kristian... Fix compilation of benchmark when compiler supports...
2022-02-23  Nathan MoinvaziriUse multiple threads when running gcovr.
2022-02-23  Nathan MoinvaziriExclude unreachable branches from code coverage report.
2022-02-23  Nathan MoinvaziriAdded codecov yaml configuration to repository.
2022-02-23  Nathan MoinvaziriSwitch to using Codecov GitHub Action.
2022-02-23  Ilya LeoshkevichIBM Z: Install Codecov dependencies on the self-hosted...
2022-02-23  Adam StylinskiPrevent stale stub functions from being called in defla...
2022-02-19  Mika LindqvistDon't use -march=native when doing LD4 test for ARM...
2022-02-18  Mika Lindqvist[AArch64] Add missing LD4 test for configure.
2022-02-11  Adam StylinskiAxe the SSE4 compare256 functions
2022-02-11  Adam StylinskiWrite an SSE2 optimized compare256
2022-02-10  Nathan MoinvaziriIntroduce zmemcmp to use unaligned access for architect...
2022-02-10  Nathan MoinvaziriIntroduce zmemcpy to use unaligned access for architect...
2022-02-10  Nathan MoinvaziriSimplify chunk_t type to uint64_t with memcpy calls.
2022-02-09  Deniz BahadirFix compilation with clang-cl on windows
2022-02-09  Mika LindqvistUpdate NMake GitHub Actions to use Visual Studio 2022...
2022-02-07  Nathan MoinvaziriRemove unnecessary zutil.h includes.
2022-02-06  Nathan MoinvaziriFixed short name for CPU features header guard.
2022-02-06  Nathan MoinvaziriRemove duplicate header includes.
2022-02-06  Nathan MoinvaziriOnly define CPU variants that require deflate_state...
2022-02-06  Nathan MoinvaziriRename CPU feature header and source files for consistency.
next