]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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.
2022-02-06  Nathan MoinvaziriAdded power8 cpu flag to powerpc64 CMake toolchain...
2022-02-06  Adam StylinskiObtained more ILP with VMX by breaking a data dependency
2022-02-06  Nathan MoinvaziriInstall codecov tools only after successful build and...
2022-02-06  Nathan MoinvaziriAdd wine repositories only when needed.
2022-02-06  Nathan MoinvaziriRemove code coverage libraries which introduce memory...
2022-02-06  Nathan MoinvaziriEnable code coverage build only when code coverage...
2022-02-03  Mika T. Lindqvist[Benchmarks] Fix adler32/vmx benchmark not found under...
2022-02-01  Adam StylinskiMarginal improvement by pipelining loads on NEON
2022-02-01  Adam StylinskiMore than double adler32 performance with altivec
2022-01-31  Nathan MoinvaziriAdded sanitizer identification to CMake CI instance...
2022-01-31  Nathan MoinvaziriFixed S390X CI instance code coverage report names...
2022-01-31  Nathan MoinvaziriRemove qemu-run variable which is already defined in...
2022-01-31  Nathan MoinvaziriFixed typo when undefined behavior sanitizer is not...
2022-01-31  Nathan MoinvaziriRemove unnecessary compiler specification from mingw...
2022-01-31  Nathan MoinvaziriRemoved unused CMake includes in benchmark cmake.
2022-01-31  Nathan MoinvaziriFixed wrong cpu check variable used for ARM in adler...
2022-01-31  Ilya LeoshkevichIBM Z: Upgrade self-hosted builder to v2.287.1
2022-01-29  Mika T. Lindqvist[ARM] rename cmake/configure macros check_{acle,neon...
2022-01-29  Mika T. Lindqvist[ARM] Use armv8-crc+simd when compiling ACLE code on...
2022-01-29  Nathan MoinvaziriMove _POSIX_C_SOURCE define before first stdlib.h inclu...
2022-01-29  Nathan MoinvaziriRemove zutil.h includes from many files to prevent...
2022-01-29  Nathan MoinvaziriMove build basics to zbuild.h.
next