]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2022-01-07  Nathan MoinvaziriFixed wrong alignment definition used when compiling...
2022-01-07  Mika LindqvistFix building shared tests
2022-01-06  Nathan MoinvaziriRemove old win32 readme.
2022-01-04  Nathan MoinvaziriRemove double check for SSE4 in configure.
2021-12-21  Nathan MoinvaziriFixed crc32_combine_gen declaration warning in zlib...
2021-12-20  Nathan MoinvaziriUpgrade version of GitHub checkout actions. #1078
2021-12-20  Hans Kristian... Fix deflateBound and compressBound returning very small...
2021-12-19  Mika LindqvistAvoid warning C4295 when using Visual C++ and maintaine...
2021-12-19  Hans Kristian... Remove gz_intmax implementation, since INT_MAX is alway...
2021-12-19  Hans Kristian... inttypes.h includes stdint.h, so only include one of...
2021-12-09  Nathan MoinvaziriAdded checks and comments to ensure that when using...
2021-12-09  Nathan MoinvaziriAdded unit test to ensure that inflate with adler32...
2021-12-09  Nathan MoinvaziriDon't overwrite adler32 hash with crc32 hash. #1066
2021-12-08  Mika LindqvistWorkaround for installation failure of wine32.
2021-12-04  Adam StylinskiMade this work on 32 bit compilations
2021-12-04  Adam StylinskiHave horizontal sum here, decent wins
2021-12-04  Adam StylinskiMinor efficiency improvement
2021-12-04  Adam StylinskiUse immediate variant of shift instruction
2021-12-02  Nathan MoinvaziriReuse adler32_len_64 in adler32_c.
2021-12-02  Nathan MoinvaziriFixed inflateGetDictionary length check may include...
2021-12-02  Ilya LeoshkevichDFLTCC update for window optimization from Jim & Nathan
2021-12-02  Nathan MoinvaziriAdd back original version of inflate_fast for use with...
2021-12-02  Jim KukunasReorganize inflate window layout
2021-12-02  Nathan MoinvaziriFixed minideflate write buffers being overwritten.
2021-11-10  Mika Lindqvist[ARM] Try to compile test for float-abi detection code.
2021-11-10  Mika Lindqvist[MacOS] Downgrade to XCode 11.7.0 for pkgcheck.
2021-10-22  Ilya LeoshkevichIBM Z: Run DFLTCC tests on the self-hosted builder
2021-10-15  Jon Haitz Legarreta... ENH: Transition to Ubuntu 18.04 in `GitHub` actions...
2021-10-13  Dženan ZukićFix minor formatting issues
2021-10-13  Jon Haitz Legarreta... COMP: Fix data loss warning
2021-10-13  Dženan ZukićMake integration into bigger projects easier
2021-10-13  Ilya LeoshkevichIBM Z: Adjust compressBound() for DFLTCC
2021-10-13  Ilya LeoshkevichIBM Z: Sync crc_fold with DFLTCC
2021-10-13  Ilya LeoshkevichIBM Z: Do not check inflateGetDictionary() with DFLTCC
2021-10-13  Ilya LeoshkevichLink crc32_test and infcover with $(CFLAGS)
2021-10-13  Ilya LeoshkevichIBM Z: Fix building outside of a source directory
2021-10-09  Dženan ZukićExercise the new symbol prefix option in CI tests
2021-10-09  Dženan ZukićAdd support for name mangling
2021-09-22  Nathan MoinvaziriUse helper function for printing error and exiting...
2021-09-22  Nathan MoinvaziriAdded code coverage for inflateGetDictionary in example.
2021-09-22  Nathan MoinvaziriCall deflateBound to calculate length with custom gzip...
2021-09-22  Nathan MoinvaziriFill out gzheader before calling deflateSetHeader for...
2021-09-22  Nathan MoinvaziriAdded CI instances for CTZLL and CTZ builtin existence...
2021-09-22  Ori LivnehFix UB in inffast.c when not using window
2021-09-22  Nathan MoinvaziriFixed trailing whitespaces and missing new lines.
2021-09-03  Sergey MarkelovFix hangs on macOS due to loading of misaligned address...
2021-09-03  Nathan MoinvaziriInclude win directory in pigz even if not using threads.
2021-09-03  Nathan MoinvaziriFixed undefined behavior of isgraph when character...
2021-08-13  Nathan MoinvaziriUse static inline functions for crc32 folding load...
2021-08-13  Nathan MoinvaziriMove crc32 folding functions into functable.
2021-08-13  Nathan MoinvaziriAdded CRC32_INITIAL_VALUE to prevent initial call to...
2021-08-12  Matheus CastanhoAdd new crc32 unit test
2021-08-12  Matheus CastanhoAdd optimized crc32 for POWER8 and later processors
2021-08-12  Matheus CastanhoStandardize crc32_stub
2021-08-11  Mika Lindqvist[arm] Disable ACLE, UNALIGNED_OK and UNALIGNED64_OK...
2021-08-11  Mika Lindqvist[PowerPC] Use templatized code for slide_hash as code...
2021-08-11  Mika LindqvistAdd AltiVec (VMX) to supported intrinsics for adler32...
2021-08-11  Mika LindqvistAdd PowerPC without Power8 optimizations to GitHub...
2021-08-11  Mika LindqvistPowerPC: Add initial support for AltiVec.
2021-08-11  Bernhard RosenkränzerFix Z_SOLO mode
2021-07-08  Nathan MoinvaziriRename slide source files to slide_hash to match functi...
2021-07-08  Nathan MoinvaziriSeparate slide_hash_c in the same way that insert_strin...
2021-07-07  Nathan MoinvaziriAdded build system check for posix_memalign support.
2021-07-07  Nathan MoinvaziriUse STDC11 defined earlier in zbuild.h for Z_TLS check.
2021-07-07  Ilya LeoshkevichIBM Z: Add vectorized CRC32 implementation
2021-06-26  Nathan MoinvaziriRemove extra division operation in chunkcopy.
2021-06-26  Nathan MoinvaziriRemove deflate_state dependency from crc_folding.
2021-06-26  cenobitFixed missing enclosing parentheses for ZSWAP64 in...
2021-06-26  Nathan MoinvaziriDon't define HASH_SIZE if it is already defined.
2021-06-26  Nathan MoinvaziriAdded reduced memory cmake CI job.
2021-06-26  Nathan MoinvaziriTurn off reduced memory cmake option by default.
2021-06-25  Mika Lindqvist[Power8] Add chunk*_power8.
2021-06-25  Nathan MoinvaziriAdded reduced memory configuration option to CMake...
2021-06-25  Nathan MoinvaziriSwitch longest_match in deflate_slow based on whether...
2021-06-25  Hans Kristian... Use UNLIKELY for branches related to rolling hash based...
2021-06-25  Nathan MoinvaziriUse longest_match_slow in deflate_slow.
2021-06-25  Nathan MoinvaziriSeparate fast-zlib matching algorithm into its own...
2021-06-25  Nathan MoinvaziriMinor prev_length calculation improvement in deflate_slow.
2021-06-25  Nathan MoinvaziriEnable rolling hash function switching for fast-zlib.
2021-06-25  Nathan MoinvaziriIncorporate fast-zlib algorithm changes into longest_match.
2021-06-25  Nathan MoinvaziriUse STD_MIN_MATCH instead of WANT_MIN_MATCH in deflate_...
2021-06-25  Nathan MoinvaziriSetup hash functions to be switched based on compressio...
2021-06-25  Nathan MoinvaziriAdded update_hash to build hash incrementally.
2021-06-25  Nathan MoinvaziriAdded rolling hash functions for hash table.
2021-06-22  Mika Lindqvist[functable] Add missing call to cpu_check_features().
2021-06-21  Mika LindqvistCast calculation of safe length to unsigned int to...
2021-06-21  Hans Kristian... Minor optimization of inftrees.c based on profiling
2021-06-21  Nathan MoinvaziriSeparate option and add_feature_info in cases where...
2021-06-21  Mika Lindqvist[chunkcopy_safe] Don't call chunkcopy().
2021-06-21  Mika Lindqvist[chunkset_neon] Use vdupq_n_u64.
2021-06-21  Mika Lindqvist[chunkset_neon] Don't use signed vector types.
2021-06-18  Ilya LeoshkevichFix MSVC warnings in hash_head_0.c test
2021-06-18  Hans Kristian... Add support for Thread Local Storage to ensure consiste...
2021-06-18  Hans Kristian... Change requested compiler standard to C11
2021-06-18  Nathan MoinvaziriAdded aarch64 to pigz GitHub actions workflow.
2021-06-18  Nathan MoinvaziriReduce number of branches in partial chunk copy based...
2021-06-18  Nathan MoinvaziriFixed indentation in CMakeLists.txt after PR #906.
2021-06-18  Nathan MoinvaziriAdded Z_UNUSED define for ignore unused variables.
2021-06-18  Hans Kristian... Change WITH_SANITIZER to be a multi-option parameter...
2021-06-13  Nathan MoinvaziriAdded assert in chunkcopy to detect invalid length.
next