summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-02-17Move code coverage detection into its own cmake file.Nathan Moinvaziri
2021-02-17Re-enable code coverage for mingw i686 ci.Nathan Moinvaziri
2021-02-17Limit number of parallel test jobs to prevent wine connection timeout errors.Nathan Moinvaziri
2021-02-17Prevent parallel test jobs from initializing Wine at the same time and errori...Nathan Moinvaziri
2021-02-17Improve compiler detection of code coverage flags.Nathan Moinvaziri
2021-02-14Disable leak sanitizer for cross-compilation since it is not supported.Nathan Moinvaziri
2021-02-14Fixed qemu test runs for Ubuntu 20.Nathan Moinvaziri
2021-02-12Fixed clang tools package error in static analysis CI workflow.Nathan Moinvaziri
2021-02-03Explicitly note that the 32-bit check values are 32 bits.Mark Adler
2021-02-03Clarify gz* function interfaces, referring to parameter names.Mark Adler
2021-02-03Fix error in comment on the polynomial representation of a byte.Mark Adler
2021-01-29Version 2.0.0 Release Candidate 2Hans Kristian Rosbach
2021-01-28Store result of early exit trigger at the top of longest_match.Nathan Moinvaziri
2021-01-28Always canonicalize CHOST when building original zlib even after automatic CH...Nathan Moinvaziri
2021-01-28Re-enable 32-bit machine ABI check in CI.Nathan Moinvaziri
2021-01-28Fixed missing large file defines in zconf.in that exist in zconf-ng.in. Accid...Nathan Moinvaziri
2021-01-28Remove debug check for match beginning at start of window.Nathan Moinvaziri
2021-01-27Use a version of Xcode that supports ZERO_AR_DATE in pkgcheck script.Nathan Moinvaziri
2021-01-27Disable homebrew auto cleanup on macOS CIs.Nathan Moinvaziri
2021-01-27Add extra space in deflate internal_state struct for future expansion.Hans Kristian Rosbach
2021-01-16Sync cmake variable names with names already used by %cmake macros inHans Kristian Rosbach
2021-01-12Set tag environment variable using new GHA environment files.Nathan Moinvaziri
2021-01-12Update abicheck git commit referenceHans Kristian Rosbach
2021-01-12Fix SONAME versionHans Kristian Rosbach
2021-01-11Version 2.0.0 Release Candidate 1Hans Kristian Rosbach
2021-01-11Disallow semantic interposition in ELF shared libraries if supported by the c...Hans Kristian Rosbach
2021-01-05Fixed previous match length not reset when match start reset.Nathan Moinvaziri
2021-01-05Add check in check_match for invalid match position.Nathan Moinvaziri
2021-01-05Improve check_match output to print hex values of mismatch characters and cha...Nathan Moinvaziri
2021-01-05docs: fix simple typo, stragety -> strategyTim Gates
2021-01-05Fixed macOS CI instance to use GCCNathan Moinvaziri
2021-01-05darwin ios/mac m1 cpu features detection update proposalDavid CARLIER
2020-12-12Separate sanitizers so they can be run independently.Nathan Moinvaziri
2020-12-12Set verbosity to 0 to limit CI log output.Nathan Moinvaziri
2020-12-12Disable codecov in MinGW i686 due to gcov locking error when multiple tests r...Nathan Moinvaziri
2020-11-22Add check that tests UNALIGNED_OK without UNALIGNED64_OK.Hans Kristian Rosbach
2020-11-22Separate crc32 and crc32_combine tables so the crc32_combine tables are not i...Nathan Moinvaziri
2020-11-21Add AArch64 feature detection support for FreeBSDGreg V
2020-11-21CMake: fix 'ALDER32' typo in feature info messageGreg V
2020-11-10Fixed coverity dereference after null check in gz_compress CID 303796.Nathan Moinvaziri
2020-11-02Fixed ubsan error when building tree with no symbols. #782Nathan Moinvaziri
2020-11-02Fixed conditional expression is constant maintainer warnings.Nathan Moinvaziri
2020-11-02Fixed casting warnings when comparing MAX_DIST.Nathan Moinvaziri
2020-11-02Fixed conversion warning when assigning wsize to Pos variable.Nathan Moinvaziri
2020-11-02Fixed conversion warning when calling zng_tr_tally_dist. Signature for dist a...Nathan Moinvaziri
2020-11-02Fixed str uint32_t to uint16_t casting warnings in inflate_string_tpl.hNathan Moinvaziri
2020-11-02Fixed match_start uint32_t to uint16_t casting warnings in deflate_medium.cNathan Moinvaziri
2020-11-02Fixed ubsan warning in gzfread due to size_t overflow. #783Nathan Moinvaziri
2020-11-02Fixed format specifier warning in build_tree call to Tracev.Nathan Moinvaziri
2020-11-02Fixed minigzip_fuzzer not compiling on latest macOS due to missing _POSIX_C_S...Nathan Moinvaziri