]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2021-01-11  Hans Kristian... Disallow semantic interposition in ELF shared libraries...
2021-01-05  Nathan MoinvaziriFixed previous match length not reset when match start...
2021-01-05  Nathan MoinvaziriAdd check in check_match for invalid match position.
2021-01-05  Nathan MoinvaziriImprove check_match output to print hex values of misma...
2021-01-05  Tim Gatesdocs: fix simple typo, stragety -> strategy
2021-01-05  Nathan MoinvaziriFixed macOS CI instance to use GCC
2021-01-05  David CARLIERdarwin ios/mac m1 cpu features detection update proposal
2020-12-12  Nathan MoinvaziriSeparate sanitizers so they can be run independently.
2020-12-12  Nathan MoinvaziriSet verbosity to 0 to limit CI log output.
2020-12-12  Nathan MoinvaziriDisable codecov in MinGW i686 due to gcov locking error...
2020-11-22  Hans Kristian... Add check that tests UNALIGNED_OK without UNALIGNED64_OK.
2020-11-22  Nathan MoinvaziriSeparate crc32 and crc32_combine tables so the crc32_co...
2020-11-21  Greg VAdd AArch64 feature detection support for FreeBSD
2020-11-21  Greg VCMake: fix 'ALDER32' typo in feature info message
2020-11-10  Nathan MoinvaziriFixed coverity dereference after null check in gz_compr...
2020-11-02  Nathan MoinvaziriFixed ubsan error when building tree with no symbols...
2020-11-02  Nathan MoinvaziriFixed conditional expression is constant maintainer...
2020-11-02  Nathan MoinvaziriFixed casting warnings when comparing MAX_DIST.
2020-11-02  Nathan MoinvaziriFixed conversion warning when assigning wsize to Pos...
2020-11-02  Nathan MoinvaziriFixed conversion warning when calling zng_tr_tally_dist...
2020-11-02  Nathan MoinvaziriFixed str uint32_t to uint16_t casting warnings in...
2020-11-02  Nathan MoinvaziriFixed match_start uint32_t to uint16_t casting warnings...
2020-11-02  Nathan MoinvaziriFixed ubsan warning in gzfread due to size_t overflow...
2020-11-02  Nathan MoinvaziriFixed format specifier warning in build_tree call to...
2020-11-02  Nathan MoinvaziriFixed minigzip_fuzzer not compiling on latest macOS...
2020-11-02  Nathan MoinvaziriRemove unnecessary name array from matrix.
2020-10-24  Nathan MoinvaziriCombine option and add_feature_info in CMake.
2020-10-24  Hans Kristian... Small formatting changes in inflate.c, inflate.h and...
2020-10-24  Hans Kristian... inflate: add SET_BAD macro, to make inflate.c a little...
2020-10-18  Nathan MoinvaziriFixed formatting in check_c_source_compiles checks...
2020-10-18  Nathan MoinvaziriFixed ptrdiff_t redefined static analysis warning on...
2020-10-18  Nathan MoinvaziriAdded verbose flag to CI to see sanitizer output.
2020-10-18  Nathan MoinvaziriFixed unsigned integer overflow ASAN error when hash_he...
2020-10-09  Gabriel A.... Elevate warnings to errors to trigger failure on static...
2020-10-09  Ilya LeoshkevichFix switchlevels calling deflateParams() with a stale...
2020-10-09  Ilya LeoshkevichFix incorrect inflateSyncPoint() return value with...
2020-10-09  Nathan MoinvaziriFixed left shift ubsan warning in PULLBYTE.
2020-10-09  Mark AdlerAvoid shifts of negative values inflateMark().
2020-10-09  Nathan MoinvaziriAbort CI tests on sanitizer error.
2020-10-09  Mika LindqvistFix memory leak in gz_compress() and add NULL check.
2020-10-09  Mika LindqvistFix memory leak in gz_uncompress().
2020-10-09  Nathan MoinvaziriFixed dereference of possibly null head variable in...
2020-10-09  Ilya LeoshkevichFix constness in DFLTCC code
2020-10-09  Mika LindqvistAdd 'diffoscope' for MacOS in pkgcheck.yml
2020-09-24  Mika LindqvistAdd missing 'diffoscope' package to pkgcheck.yml 1.9.9-b1
2020-09-24  Mika LindqvistFix unsigned integer overflow ASAN error for align_diff...
2020-09-24  Nathan MoinvaziriFixed tab indentation for inffixed_tbl.h.
2020-09-23  Nathan MoinvaziriRemove package caching for Windows since we no longer...
2020-09-23  Nathan MoinvaziriAdded option to normalize line-endings in CMake run...
2020-09-23  Nathan MoinvaziriMove tests closer to add_executable in CMake to make...
2020-09-23  Nathan MoinvaziriFixed cmake script directory for out of source builds.
2020-09-23  Nathan MoinvaziriFixed parallel test runs on macOS by always appending...
2020-09-23  Nathan MoinvaziriIgnore hidden test files with ctest on macOS.
2020-09-23  Nathan MoinvaziriUse latest stable version of codecov rather that git...
2020-09-23  Nathan MoinvaziriCheckout corpora into a separate directory to prevent...
2020-09-23  Nathan MoinvaziriAdd checks to cmake scripts to see if input files exist.
2020-09-23  Nathan MoinvaziriTurn off compare and gzip verify in GH-536 tests due...
2020-09-23  Nathan MoinvaziriAdd ability to turn off compare step in test-compare...
2020-09-23  Nathan MoinvaziriCheck if input variables are defined in cmake scripts.
2020-09-23  Nathan MoinvaziriCheck exit code from execute_process in run-and-compare...
2020-09-23  Nathan MoinvaziriRemoved extra whitespace in CMakeLists.txt.
2020-09-23  Nathan MoinvaziriRemove exit code 1 from SUCCESS_EXIT for normal compres...
2020-09-23  Nathan MoinvaziriFixed passing fixed/filtered arguments in TEST_CONFIGS.
2020-09-23  Nathan MoinvaziriCleanup temporary files before fatal error in test...
2020-09-23  Nathan MoinvaziriCheck exit code from execute_process in test-compare...
2020-09-23  Nathan MoinvaziriFixed don't run tests against temporary files.
2020-09-23  Nathan MoinvaziriFixed compression args for GH-361 unit test.
2020-09-23  Nathan MoinvaziriRemove NIL preprocessor macro which isn't consistently...
2020-09-22  Nathan MoinvaziriFixed deference null return value in gz_uncompress...
2020-09-20  Nathan MoinvaziriRemove unused F_OPEN preprocessor macro.
2020-09-20  Nathan MoinvaziriRemove gcov-7 install since warnings on gcov-8 no longe...
2020-09-19  Mika LindqvistRemove chunkmemset_3 and chunkmemset_6 on ARM/AArch64...
2020-09-16  Mika LindqvistAdd missing z_const to fuzzers.
2020-09-16  Nathan MoinvaziriFixed match_byte casting warning in compare256_unaligne...
2020-09-16  Nathan MoinvaziriMove gzclose() to gzlib.c. Modern linkers should be...
2020-09-16  Nathan MoinvaziriOptionally include gzguts.h with WITH_GZFILEOP flag.
2020-09-14  Nathan MoinvaziriAdded ubuntu mingw cross-compile CI instances to cmake...
2020-09-14  Nathan MoinvaziriFixed buf resource leak in gz_compress when USE_MMAP...
2020-09-14  Hans Kristian... Allocate gzlib/gzread/gzwrite structs and in/out buffer...
2020-09-14  Hans Kristian... Increase zng_alloc alignment to 64-bytes for non-MacOS...
2020-09-14  Hans Kristian... Improve malloc.h handling in zutil.h
2020-09-14  Hans Kristian... Simplify zng_calloc and zng_cfree.
2020-09-14  Hans Kristian... Make it possible to disable UNALIGNED[64]_OK in cmake.
2020-09-13  Hans Kristian... Remove some of the references to the unreleased zlib...
2020-09-13  Hans Kristian... Add CI testing of NOT_TWEAK_COMPILER
2020-09-13  Hans Kristian... Improve coverage data accuracy
2020-09-13  Mika LindqvistEnable WITH_GZFILEOP by default in nmake Makefiles.
2020-09-13  Mika LindqvistAdd support for ZLIB_COMPÅT in nmake Makefiles for...
2020-09-12  Nathan MoinvaziriFixed description for INSTALL_UTILS in README.md.
2020-09-12  Hans Kristian... Various small changes to README.md
2020-09-12  Hans Kristian... Reorder "Features" block in README.md
2020-09-11  Nathan MoinvaziriAdded AVX support to chunkset functions.
2020-09-11  Hans Kristian... Update CI configs to account for gzfileops being on...
2020-09-11  Hans Kristian... Enable gzfileops by default when compiling using Cmake...
2020-09-11  Hans Kristian... Remove FORCE_STATIC and FORCE_STORED
2020-09-08  Hans Kristian... Rename variable to correctly indicate register usage,
2020-09-03  Dan Kegeltest/abicheck.md: document care and feeding of abicheck.sh
2020-09-03  Dan Kegeltest/abicheck.sh: new script to verify abi compatibilit...
2020-08-31  Hans Kristian... Clean up if blocks in deflate.c
2020-08-31  Hans Kristian... longest_match optimization
next