]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2022-10-23  Mika Lindqvist[MinGW] Disable GCC warning about using MS format speci...
2022-10-23  Cameron CawleyFix typo in README.md
2022-10-23  Ilya LeoshkevichFix deflate() with Z_BEST_COMPRESSION ignoring the...
2022-10-11  Vladislav ShchapovImprove Microsoft Visual Studio CI
2022-10-11  Vladislav ShchapovFix crc32_fold_pclmulqdq.c(241): error C2719: 'fold3...
2022-10-11  Vladislav ShchapovFix missing intrinsics (MSVS 2015, 2017)
2022-10-11  Vladislav ShchapovFix AVX2 detect
2022-10-11  Mika LindqvistFix memcpy() overflow in adler32_fold.c and crc32_fold.c
2022-10-11  Cameron CawleyFix compiler warnings when ARM_NEON_HASLD4 is undefined
2022-10-11  Cameron CawleySimplify feature checks in neon_intrins.h
2022-10-11  Cameron CawleyMove the NEON compatibility defines into a separate...
2022-10-11  Cameron CawleyUse static inline in x86_features.c
2022-10-11  Cameron CawleyCheck that the OS supports saving the YMM registers...
2022-10-09  Nathan MoinvaziriUse short decompress option name for gzip compatibility...
2022-10-09  Hans Kristian... Remove unused tryboth() function
2022-10-09  Hans Kristian... vpclmulqdq compilation fails without avx512f also enabled
2022-10-09  Hans Kristian... Make visibility tests run the same way as the other...
2022-10-09  Hans Kristian... Don't try to link gz* objects twice.
2022-10-09  Hans Kristian... Remove errant space in cmake posix specifier
2022-09-26  Ilya LeoshkevichIBM Z DFLTCC: Fix updating strm.adler with inflate()
2022-09-26  Mika Lindqvist[Compat] Don't use uint32_t for z_crc_t
2022-09-26  Shawn Hoffmanmsvc/armv7: disable crc32_acle
2022-09-26  Nathan MoinvaziriFixed casting warning from uint64_t to size_t in adler3...
2022-09-26  Nathan MoinvaziriFixed undefined variable random_ints in adler32_copy...
2022-09-26  Nathan MoinvaziriPin Google Benchmark to v1.7.0 since master tag has...
2022-09-25  Dougall JohnsonInflate: Increase max root table sizes to 10 and 9
2022-09-16  Mika LindqvistFix build failure introduced by 8df665005952cdbe7dc995d...
2022-09-05  Mika LindqvistFix wine32 dependencies for MinGW i686.
2022-09-05  Vladislav ShchapovAdd CVE-2022-37434 test.
2022-09-05  Mika LindqvistIf the extra field was larger than the space the user...
2022-09-05  FrankXieformat Vcpkg
2022-09-05  FrankXieformat and add vcpkg headings.
2022-09-05  FrankXieAdd vcpkg installation instructions
2022-09-05  Vladislav ShchapovAdd add_subdirectory test.
2022-09-05  Vladislav ShchapovFix build as subproject.
2022-09-05  Shawn Hoffmanfix ACLE detection on msvc/arm64
2022-09-05  Shawn Hoffmanmsvc/arm64: fix narrowing/signed conversion warning...
2022-09-05  Long NguyenRemove extra compiler names
2022-09-05  Long NguyenSet `CMAKE_*_COMPILER_TARGET` to full triplet for mingw...
2022-09-05  Nathan MoinvaziriRemove ZLIB_DUAL_LINK option to simplify dual link...
2022-09-05  Mosè GiordanoActually run `configure` CI on macOS with GCC
2022-09-05  Nathan MoinvaziriFixed content already populated error in CMake scripts...
2022-08-17  Viktor Szakatscmake: respect custom `RC` flags and delete `GCC_WINDRES`
2022-08-17  Nathan MoinvaziriReorganize cmake scripts for tests.
2022-08-17  Mark AdlerFix inflateBack to detect invalid input with distances...
2022-08-17  Nathan MoinvaziriDon't use unaligned access for memcpy instructions...
2022-08-15  Mika LindqvistTreat arm64 as aarch64 for Apple M1.
2022-08-15  Nathan MoinvaziriFixed functions declared without a prototype warning...
2022-08-15  Nathan MoinvaziriDon't use zlib fork identifier in copyright statement.
2022-08-15  Nathan MoinvaziriUse 15 (0xf) for ZLIB_VER_SUBREVISION to indicate zlib...
2022-08-15  Nathan MoinvaziriSet max time for job to complete to 60 minutes.
2022-08-15  Nathan MoinvaziriUse msvc-dev-cmd to set the development environment.
2022-08-15  Nathan MoinvaziriSplit long workflow commands into separate lines for...
2022-08-15  Nathan MoinvaziriAdded whitespace separation between steps in fuzzer...
2022-08-15  Nathan MoinvaziriRemove unused sanitizer options in configure workflow.
2022-08-15  Nathan MoinvaziriUse working-directory property for run actions instead...
2022-08-15  Nathan MoinvaziriCollapse workflow multiline run actions into single...
2022-08-15  Nathan MoinvaziriClean up workflow and job names. Remove CI prefix becau...
2022-08-15  Nathan MoinvaziriUpgrade to actions/checkout@v3.
2022-07-06  Nathan MoinvaziriFixed conversion warning with level in compress_bound...
2022-06-30  Ilya LeoshkevichUninstall strawberryperl
2022-06-30  Lucy Phippsearly return as requested
2022-06-30  Lucinda May... remove UNROLL_MORE as suggested
2022-06-30  Lucinda May... crc32_acle.c: make logic more consistent
2022-06-30  Ilya LeoshkevichBump _POSIX_C_SOURCE to 200809 for strdup()
2022-06-24  Adam StylinskiImprove the swizzle of the memory magazine fed in a...
2022-06-24  Nathan MoinvaziriAdded workflow to test linking zlib and zlib-ng compat...
2022-06-24  Nathan MoinvaziriImprove dual link test to compile against zlib. Previou...
2022-06-24  Ilya LeoshkevichIBM Z DFLTCC: Simplify includes in dfltcc_detail.h
2022-06-24  Ilya LeoshkevichIBM Z DFLTCC: Test with MSan
2022-06-24  Ilya LeoshkevichAdd a test for concurrently modifying deflate() input
2022-06-24  Nathan MoinvaziriUsed fixed width uint8_t for crc32 and adler32 function...
2022-06-24  Nathan MoinvaziriUse uint64_t instead of size_t for len in adler32 to...
2022-06-24  Nathan MoinvaziriFix MSVC possible loss of data warning in crc32_pclmulq...
2022-06-24  Nathan MoinvaziriPrint gtest_zlib test results using color.
2022-06-19  Mika LindqvistIn compatibility mode, always define z_crc_t as uint32_...
2022-06-19  Tobias StoeckmannFix typo
2022-06-17  Nathan MoinvaziriAdd public compile definition for zlib-ng API so that...
2022-06-16  Tobias StoeckmannHandle invalid windowBits in init functions
2022-06-16  Tobias StoeckmannExtend GZIP conditional
2022-06-13  Nathan MoinvaziriFixed conversion warnings for wsize in slide_hash_c.
2022-06-13  Nathan MoinvaziriFixed inflate size conversion warning in chunkcopy_safe.
2022-06-13  Nathan Moinvazirizlib 1.2.12
2022-06-07  Nathan MoinvaziriRemove unused chunkcopy_safe function prototypes.
2022-06-07  Nathan MoinvaziriFixed signed warnings in GZ unit tests.
2022-06-07  Nathan MoinvaziriAdded Intel's Fast CRC Computation for Generic Polynomi...
2022-06-05  Nathan MoinvaziriUpload abi files when pkgcheck failure occurs.
2022-06-05  Dan Kegelabicheck.sh: update reference versions.
2022-06-04  Nathan MoinvaziriMove crc32 fold functions into templates. Don't store...
2022-06-03  Hans Kristian... Remove zng_gzgetc_ function from zlib-ng native API.
2022-06-03  Hans Kristian... Simplify version and struct size checking, and ensure...
2022-06-03  Hans Kristian... Simplify zlib-ng native API by removing version and...
2022-06-02  Mika Lindqvist[ARM] We need to include NEON headers when testing...
2022-06-02  Fabrice FontaineCMakeLists.txt: fix version in zlib.pc when building...
2022-06-01  Vladislav ShchapovAllow external gtest
2022-05-25  Mark AdlerCorrect incorrect inputs provided to the CRC functions.
2022-05-25  Mark AdlerCorrect comment for x2nmodp.
2022-05-25  Nathan MoinvaziriDefine W = 8 on powerpc64 for braided crc32 generation.
2022-05-25  Nathan MoinvaziriSpeed up software CRC-32 computation by a factor of...
2022-05-23  Adam StylinskiAdding avx512_vnni inline + copy elision
next