]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2021-03-26  Hans Kristian... Add codecov.yml file to repo, previously stored at... coverage-flags
2021-03-23  Hans Kristian... Version 2.0.2 2.0.2
2021-03-22  Ilya LeoshkevichFix MSVC warnings in deflate_quick_block_open
2021-03-22  tbeuDetect unsupported VS at configure time (and not at...
2021-03-20  Nathan MoinvaziriSupport for posix_memalign in FreeBSD 11. #873
2021-03-20  Nathan MoinvaziriOnly perform auto-detection of floating point ABI on...
2021-03-20  Ilya LeoshkevichRestore hash_head != 0 checks
2021-03-18  Nathan MoinvaziriAdded preprocessor error guards to ensure proper librar...
2021-03-18  Ilya LeoshkevichAdd a CMake macro for simple test executables
2021-03-18  Nathan MoinvaziriDon't test corpora when processing MinGW jobs. This...
2021-03-18  Victor WesterhuisFix GNUInstallDirs includedir detection
2021-03-18  Hans Kristian... Cmake: Accept custom install dirs in various formats...
2021-03-17  Nathan MoinvaziriRemove unused header checks from CMake. These are legac...
2021-03-17  Victor WesterhuisFix .pc file generation in CMakeLists.txt
2021-03-17  Hans Kristian... Version 2.0.1 - Hotfix 2.0.1
2021-03-17  Ilya LeoshkevichFix block_open handling in deflate_quick()
2021-03-16  Hans Kristian... Stable release 2.0.0 2.0.0
2021-03-16  Ilya Leoshkevich... Fix defining HAVE_SYS_SDT_H with CMake
2021-03-16  Nathan MoinvaziriAdded comments for cmake test scripts.
2021-03-16  Hans Kristian... Add testing of minigzip/minideflate --help and invalid...
2021-03-16  Ilya Leoshkevich... Fix bi_valid handling in deflate_quick()
2021-03-16  Ilya Leoshkevich... Quote CMAKE_C_FLAGS_RELEASE
2021-03-16  Nathan MoinvaziriUpdated location to compression testing corpora.
2021-03-15  past-due[CMake] Add zlibstatic alias when BUILD_SHARED_LIBS...
2021-03-09  Hans Kristian... Remove misleading manpage.
2021-02-26  Nathan MoinvaziriOnly set CPU feature flags in configure script if not...
2021-02-26  Nathan MoinvaziriUpload build log for pkgcheck CI when fails.
2021-02-26  Nathan MoinvaziriAdded pkgcheck macOS CI test for native instruction...
2021-02-26  Nathan MoinvaziriPass configure and cmake arguments to pkg/abi check...
2021-02-25  Nathan MoinvaziriReduce number of mingw i686 and x86_64 parallel test...
2021-02-25  Hans Kristian... Add porting guide.
2021-02-25  Hans Kristian... Fix incorrect --force-sse2 info in README.md
2021-02-18  Dan Kegel.github: Test with old gcc and clang by using oldest...
2021-02-18  Nathan MoinvaziriReduce number of mingw x86_64 parallel test runs due...
2021-02-17  Nathan MoinvaziriSet CI build error log artifact retention to 30 days.
2021-02-17  Nathan MoinvaziriUpload cmake and configure errors when build fails.
2021-02-17  Nathan MoinvaziriUse cmake check_c_compiler_flag for -fno-semantic-inter...
2021-02-17  Nathan MoinvaziriMove code coverage detection into its own cmake file.
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().
next