summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2021-12-24Use helper function for printing error and exiting in example.Nathan Moinvaziri
2021-12-24Fix minor formatting issuesDženan Zukić
2021-12-24Fixed trailing whitespaces and missing new lines.Nathan Moinvaziri
2021-12-24Fixed minideflate write buffers being overwritten.Nathan Moinvaziri
2021-12-24Make integration into bigger projects easierDženan Zukić
2021-12-24Include win directory in pigz even if not using threads.Nathan Moinvaziri
2021-12-24[MacOS] Downgrade to XCode 11.7.0 for pkgcheck.Mika Lindqvist
2021-12-24Added build system check for posix_memalign support.Nathan Moinvaziri
2021-12-24Fill out gzheader before calling deflateSetHeader for better code coverage in...Nathan Moinvaziri
2021-12-24[arm] Disable ACLE, UNALIGNED_OK and UNALIGNED64_OK on armv7 and earlier.Mika Lindqvist
2021-12-24Added unit test to ensure that inflate with adler32 hash works on previously ...Nathan Moinvaziri
2021-12-24Workaround for installation failure of wine32.Mika Lindqvist
2021-12-24ENH: Transition to Ubuntu 18.04 in `GitHub` actions workflowsJon Haitz Legarreta Gorroño
2021-12-24IBM Z: Fix building outside of a source directoryIlya Leoshkevich
2021-12-24Added code coverage for inflateGetDictionary in example.Nathan Moinvaziri
2021-12-24Call deflateBound to calculate length with custom gzip header in example.Nathan Moinvaziri
2021-12-24Added CI instances for CTZLL and CTZ builtin existence to improve code coverage.Nathan Moinvaziri
2021-12-24Add new crc32 unit testMatheus Castanho
2021-08-11Fix Z_SOLO modeBernhard Rosenkränzer
2021-06-25Version 2.0.5Hans Kristian Rosbach
2021-06-22[functable] Add missing call to cpu_check_features().Mika Lindqvist
2021-06-21Cast calculation of safe length to unsigned int to avoid compiler warnings.Mika Lindqvist
2021-06-21[chunkcopy_safe] Don't call chunkcopy().Mika Lindqvist
2021-06-21[chunkset_neon] Use vdupq_n_u64.Mika Lindqvist
2021-06-21[chunkset_neon] Don't use signed vector types.Mika Lindqvist
2021-06-21Reduce number of branches in partial chunk copy based on chunk size.Nathan Moinvaziri
2021-06-21Fix MSVC warnings in hash_head_0.c testIlya Leoshkevich
2021-06-21Added aarch64 to pigz GitHub actions workflow.Nathan Moinvaziri
2021-06-21Added Z_UNUSED define for ignore unused variables.Nathan Moinvaziri
2021-06-21Change WITH_SANITIZER to be a multi-option parameter (for ccmake etc).Hans Kristian Rosbach
2021-06-13Added assert in chunkcopy to detect invalid length.Nathan Moinvaziri
2021-06-13Calculate from and out buffer advance only once in chunkcopy.Nathan Moinvaziri
2021-06-13Only need to add rem if it is greater than zero in chunkmemset.Nathan Moinvaziri