summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-13Must use safe chunk copies due to inflateBack using the same allocation for o...Nathan Moinvaziri
2021-06-11Version 2.0.4Hans Kristian Rosbach
2021-06-11[CHUNKMEMSET_SAFE] Precalculate "from".Mika Lindqvist
2021-06-11[inflate_fast] Always use safe versions of chunkcopy and chunkmemset to avoid...Nathan Moinvaziri
2021-06-11[CHUNKCOPY_SAFE] Fix off-by-one errorMika Lindqvist
2021-06-11fix: unterminated #elif in detect-arch.c Ilya Kurdyukov
2021-06-11fix: SSE42CMPSTR compiled even if WITH_SSE4=OFFIlya Kurdyukov
2021-06-08Added pigz tests for no threads and no optimizations.Nathan Moinvaziri
2021-06-08Added GH-979 failure test case against for inflateBack.Nathan Moinvaziri
2021-06-08Added CMake project for building pigz.Nathan Moinvaziri
2021-06-04Move MIN() macro to zbuild.hMika Lindqvist
2021-06-04Use SET_BAD macro in inflateBack.Nathan Moinvaziri
2021-06-02Replace CMAKE_CURRENT_SOURCE_DIR to CMAKE_CURRENT_LIST_DIRVladislav Shchapov
2021-05-30Fixed trying to uncompress after compressing in gzip direct mode which is not...Nathan Moinvaziri
2021-05-30Fixed gz mode for compression level not using ascii numeric value.Nathan Moinvaziri
2021-05-30Use different fuzzer bits in example_dict_fuzzer for more input value combina...Nathan Moinvaziri
2021-05-30Explicitly state clang version to prevent future code coverage format mismatc...Nathan Moinvaziri
2021-05-30Use latest version of llvm-cov 11 to prevent code coverage version mismatch w...Nathan Moinvaziri
2021-05-29Only when using Visual C++, the static library name should be "zlibstatic"Mika Lindqvist
2021-05-29Remove unnecessary test for stdarg.hMika Lindqvist
2021-05-29Handle HAVE_UNISTD_H defined to 0.Paweł Wegner
2021-05-27Fix warnings in configureMika Lindqvist
2021-05-27Fix build under Cygwin.Mika Lindqvist
2021-05-27OpenBSD build fix proposalDavid Carlier
2021-05-18Fix build on NetBSDKolby Crouch
2021-05-18Remove redundancy; apple is unixGreg Sjaardema
2021-05-18Fix compiler detection to avoid bad mpicc matchGreg Sjaardema
2021-05-16Spelling fixesGreg Sjaardema
2021-05-13Version 2.0.3Hans Kristian Rosbach
2021-05-09[ARM/AArch64] More thorough testing of getauxval() macros and includesMika Lindqvist
2021-05-08upgrade links to HTTPSViktor Szakats
2021-05-08Don't check for SSSE3 on non-x86 architectures.Hans Kristian Rosbach
2021-05-06Fix cmake detection of risc-v (32 and 64 bit)Vladimir Smirnov
2021-05-06Reintroduce Z_SOLO support for compatibility mode.Mika Lindqvist
2021-05-03Add status messages in test-compress cmake script.Nathan Moinvaziri
2021-05-03Simplify cleaning up files in test-compress cmake script and always clean up ...Nathan Moinvaziri
2021-05-03Create temporary files in CTest's Testing/Temporary directory and upload all ...Nathan Moinvaziri
2021-05-03Print differences between expected output in test-compress cmake script and u...Nathan Moinvaziri
2021-05-02Decompress gzip compressed archive to a separate file to prevent corruption i...Nathan Moinvaziri
2021-04-29crc: fix three conversion warningsAaron Boxer
2021-04-29Detect hwcap flags needed for runtime detection on ARM LinuxJosh Triplett
2021-04-29Don't directly include asm/hwcap.h; fix compilation on musl aarch64Josh Triplett
2021-04-28Added Z_FIXED and direct gzip out modes to minigzip fuzzer.Nathan Moinvaziri
2021-04-28Changed minigzip fuzzer outmode[3] to be determined based on a different valu...Nathan Moinvaziri
2021-04-27Fix cmake coverage detection requiring cmake 3.14 or newer.Hans Kristian Rosbach
2021-04-27Fix build with LTO on GCCVictor Westerhuis
2021-04-20Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.Nathan Moinvaziri
2021-04-14[ARM] Use temporary variable when loading more than 8 bits in chunkmemset_neo...Mika Lindqvist
2021-04-14Write generated files during tests to CMake's build directory using the name ...Nathan Moinvaziri
2021-04-09Changed auto-detection of float-abi support by removing triplet check in favo...Nathan Moinvaziri