summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-17Make directory for output files.Vladislav Shchapov
2023-03-17The names CMAKE_INTERPROCEDURAL_OPTIMIZATION_* must be uppercase.Vladislav Shchapov
2023-03-17Remove unused chunkmemset_1 code.Nathan Moinvaziri
2023-03-17Disable redirection to 64-bit function variants when Z_SOLO is definedMika Lindqvist
2023-03-17Mimic minigzip behavior and only unlink files if not using -c copy out argument.Nathan Moinvaziri
2023-03-17Throw an error when input is raw deflate stream but window_bits is not supplied.Nathan Moinvaziri
2023-03-17Print help when no arguments supplied to minideflate.Nathan Moinvaziri
2023-03-17Append extension to output file path based on window_bits when compressing an...Nathan Moinvaziri
2023-03-17Added support for -k keep argument to minideflate. By default minideflate wil...Nathan Moinvaziri
2023-03-17Use large default buffer size for minideflate to match minigzip use of GZBUFS...Nathan Moinvaziri
2023-03-17Include zutil.h for definition of DEF_MEM_LEVEL.Nathan Moinvaziri
2023-03-17Auto-detect wrapper when inflating and no window_bits specified.Nathan Moinvaziri
2023-03-17Updated help usage with correct values for window_bits.Nathan Moinvaziri
2023-03-17Fixed wrong error name when calling inflate in minideflate.Nathan Moinvaziri
2023-03-17Fixed failed tools tests when source directory is read-only.Nathan Moinvaziri
2023-03-17Disable LTO in CMakeVladislav Shchapov
2023-03-17Add test for issue #1235.Mika Lindqvist
2023-03-17Add one extra byte to return value of compressBound and deflateBound for smal...Mika Lindqvist
2023-03-17abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell ...Dan Kegel
2023-03-17Remove unistd.h include from gzguts.h which is already included from zconf.h ...Nathan Moinvaziri
2023-03-17Use HAVE instead of HAS for variable name for consistency.Nathan Moinvaziri
2023-03-17Test CVE-2018-25032 against the default level and levels 1 and 2.Nathan Moinvaziri
2023-03-17Added unit test against CVE-2018-25032 with default strategy.Nathan Moinvaziri
2023-03-17Added unit test against CVE-2018-25032.Nathan Moinvaziri
2023-03-17Added missing -F argument for Z_FIXED strategy in minideflate.Nathan Moinvaziri
2023-03-17Update language around ABI compatibility with zlib. #1081Nathan Moinvaziri
2023-03-17Fix a latent issue with chunkmemsetAdam Stylinski
2023-03-17macOs M1 build fix on arm cpu checks.David CARLIER
2023-03-17Wrong variable used when detecting unaligned support for sanitizeNathan Moinvaziri
2023-03-17[README] Add missing FORCE_SSE2 for CMake.Mika Lindqvist
2023-03-17Allow bypassing runtime feature check of TZCNT instructions.Mika Lindqvist
2023-03-17Fix UBSAN's cry afoulAdam Stylinski
2023-03-17Added ClangCl instances to GitHub Actions workflow.Nathan Moinvaziri
2022-05-13Port zlib-ng to the Android platformHEADsugisawa-mr1Danny Lin
2021-12-24Version 2.0.6Hans Kristian Rosbach
2021-12-24Upgrade version of GitHub checkout actions. #1078Nathan Moinvaziri
2021-12-24Fixed crc32_combine_gen declaration warning in zlib-ng API.Nathan Moinvaziri
2021-12-24IBM Z: Adjust compressBound() for DFLTCCIlya Leoshkevich
2021-12-24IBM Z: Do not check inflateGetDictionary() with DFLTCCIlya Leoshkevich
2021-12-24Link crc32_test and infcover with $(CFLAGS)Ilya Leoshkevich
2021-12-24Fix deflateBound and compressBound returning very small size estimates.Hans Kristian Rosbach
2021-12-24IBM Z: Run DFLTCC tests on the self-hosted builderIlya Leoshkevich
2021-12-24Avoid warning C4295 when using Visual C++ and maintainer warnings are enabled.Mika Lindqvist
2021-12-24COMP: Fix data loss warningJon Haitz Legarreta GorroƱo
2021-12-24Fix UB in inffast.c when not using windowOri Livneh
2021-12-24Fix hangs on macOS due to loading of misaligned addresses in chunkmemset_8.Sergey Markelov
2021-12-24Standardize crc32_stubMatheus Castanho
2021-12-24Fixed missing enclosing parentheses for ZSWAP64 in zutil.h to avoid erroneous...cenobit
2021-12-24Fixed undefined behavior of isgraph when character is not in the range 0 thro...Nathan Moinvaziri
2021-12-24Don't define HASH_SIZE if it is already defined.Nathan Moinvaziri