]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2022-01-17  Nathan MoinvaziriAdded adler32, compare256, crc32, and slide_hash benchm...
2022-01-16  Nathan MoinvaziriChange fuzzer binaries and solutions to prefix with...
2022-01-16  Adam StylinskiImproved AVX2 adler32 performance
2022-01-16  Nathan MoinvaziriConvert compare258 to compare256 and moved 2 byte check...
2022-01-15  Nathan MoinvaziriMerge crc32_little and crc32_big with preprocessor...
2022-01-14  Nathan MoinvaziriRemove unmaintained index markdown in arch/x86.
2022-01-14  Nathan MoinvaziriRemove unmaintained and out-dated DLL FAQ.
2022-01-14  Nathan MoinvaziriRename x86 source files with instruction set version.
2022-01-09  Nathan MoinvaziriRemove unused COMPARE258 macro since longest_match...
2022-01-09  merceyzbuild: fix check for SSSE3 when using Emscripten
2022-01-09  Nathan MoinvaziriVPCLMULQDQ implementation for Intel's CRC32 folding.
2022-01-08  Adam StylinskiAdded an SSE4 optimized adler32 checksum
2022-01-08  Adam StylinskiAdd SSE4.1 detection
2022-01-08  Nathan MoinvaziriUse memcpy for unaligned reads.
2022-01-08  Nathan MoinvaziriFixed missing pointers to functions when assigning...
2022-01-08  Nathan MoinvaziriClean up crc32 extern using #elif same as in crc32_stub.
2022-01-08  Nathan MoinvaziriRemove use_byfour compile time detection of the existen...
2022-01-08  Nathan MoinvaziriMove generic crc32 assignment to else statement so...
2022-01-08  Nathan MoinvaziriDon't assign C versions of compare258 and longest_match...
2022-01-08  Adam StylinskiHave functioning avx512{,_vnni} adler32
2022-01-07  Nathan MoinvaziriCheck for err == Z_OK is always true in minideflate...
2022-01-07  Nathan MoinvaziriFixed main function does not return value which may...
2022-01-07  Nathan MoinvaziriFixed part of conditional expression is always true...
2022-01-07  Nathan MoinvaziriFixed crc32 assembly not returning hash value to correc...
2022-01-07  Nathan MoinvaziriDon't build DLL sources if BUILD_SHARED_LIBS=OFF.
2022-01-07  Nathan MoinvaziriFixed duplicate symbol zng_inflate_table and zng_inflat...
2022-01-07  Nathan MoinvaziriMove stdint.h below zconf include to prevent unexpected...
2022-01-07  Nathan MoinvaziriFixed incorrect flag used for SSE 4.2 support with...
2022-01-07  Nathan MoinvaziriFixed implicit declaration of _mm_extract_epi32 when...
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.
next