]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2021-02-17  Nathan MoinvaziriRe-enable code coverage for mingw i686 ci.
2021-02-17  Nathan MoinvaziriLimit number of parallel test jobs to prevent wine...
2021-02-17  Nathan MoinvaziriPrevent parallel test jobs from initializing Wine at...
2021-02-17  Nathan MoinvaziriImprove compiler detection of code coverage flags.
2021-02-14  Nathan MoinvaziriDisable leak sanitizer for cross-compilation since...
2021-02-14  Nathan MoinvaziriFixed qemu test runs for Ubuntu 20.
2021-02-12  Nathan MoinvaziriFixed clang tools package error in static analysis...
2021-02-03  Mark AdlerExplicitly note that the 32-bit check values are 32...
2021-02-03  Mark AdlerClarify gz* function interfaces, referring to parameter...
2021-02-03  Mark AdlerFix error in comment on the polynomial representation...
2021-01-29  Hans Kristian... Version 2.0.0 Release Candidate 2 v2.0.0-RC2
2021-01-28  Nathan MoinvaziriStore result of early exit trigger at the top of longes...
2021-01-28  Nathan MoinvaziriAlways canonicalize CHOST when building original zlib...
2021-01-28  Nathan MoinvaziriRe-enable 32-bit machine ABI check in CI.
2021-01-28  Nathan MoinvaziriFixed missing large file defines in zconf.in that exist...
2021-01-28  Nathan MoinvaziriRemove debug check for match beginning at start of...
2021-01-27  Nathan MoinvaziriUse a version of Xcode that supports ZERO_AR_DATE in...
2021-01-27  Nathan MoinvaziriDisable homebrew auto cleanup on macOS CIs.
2021-01-27  Hans Kristian... Add extra space in deflate internal_state struct for...
2021-01-16  Hans Kristian... Sync cmake variable names with names already used by...
2021-01-12  Nathan MoinvaziriSet tag environment variable using new GHA environment...
2021-01-11  Hans Kristian... Update abicheck git commit reference v2.0.0-RC1
2021-01-11  Hans Kristian... Fix SONAME version
2021-01-11  Hans Kristian... Version 2.0.0 Release Candidate 1
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.
next