]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-09-22  Nathan MoinvaziriFixed deference null return value in gz_uncompress...
2020-09-20  Nathan MoinvaziriRemove unused F_OPEN preprocessor macro.
2020-09-20  Nathan MoinvaziriRemove gcov-7 install since warnings on gcov-8 no longe...
2020-09-19  Mika LindqvistRemove chunkmemset_3 and chunkmemset_6 on ARM/AArch64...
2020-09-16  Mika LindqvistAdd missing z_const to fuzzers.
2020-09-16  Nathan MoinvaziriFixed match_byte casting warning in compare256_unaligne...
2020-09-16  Nathan MoinvaziriMove gzclose() to gzlib.c. Modern linkers should be...
2020-09-16  Nathan MoinvaziriOptionally include gzguts.h with WITH_GZFILEOP flag.
2020-09-14  Nathan MoinvaziriAdded ubuntu mingw cross-compile CI instances to cmake...
2020-09-14  Nathan MoinvaziriFixed buf resource leak in gz_compress when USE_MMAP...
2020-09-14  Hans Kristian... Allocate gzlib/gzread/gzwrite structs and in/out buffer...
2020-09-14  Hans Kristian... Increase zng_alloc alignment to 64-bytes for non-MacOS...
2020-09-14  Hans Kristian... Improve malloc.h handling in zutil.h
2020-09-14  Hans Kristian... Simplify zng_calloc and zng_cfree.
2020-09-14  Hans Kristian... Make it possible to disable UNALIGNED[64]_OK in cmake.
2020-09-13  Hans Kristian... Remove some of the references to the unreleased zlib...
2020-09-13  Hans Kristian... Add CI testing of NOT_TWEAK_COMPILER
2020-09-13  Hans Kristian... Improve coverage data accuracy
2020-09-13  Mika LindqvistEnable WITH_GZFILEOP by default in nmake Makefiles.
2020-09-13  Mika LindqvistAdd support for ZLIB_COMPÅT in nmake Makefiles for...
2020-09-12  Nathan MoinvaziriFixed description for INSTALL_UTILS in README.md.
2020-09-12  Hans Kristian... Various small changes to README.md
2020-09-12  Hans Kristian... Reorder "Features" block in README.md
2020-09-11  Nathan MoinvaziriAdded AVX support to chunkset functions.
2020-09-11  Hans Kristian... Update CI configs to account for gzfileops being on...
2020-09-11  Hans Kristian... Enable gzfileops by default when compiling using Cmake...
2020-09-11  Hans Kristian... Remove FORCE_STATIC and FORCE_STORED
2020-09-08  Hans Kristian... Rename variable to correctly indicate register usage,
2020-09-03  Dan Kegeltest/abicheck.md: document care and feeding of abicheck.sh
2020-09-03  Dan Kegeltest/abicheck.sh: new script to verify abi compatibilit...
2020-08-31  Hans Kristian... Clean up if blocks in deflate.c
2020-08-31  Hans Kristian... longest_match optimization
2020-08-31  Hans Kristian... Fix numerous sign-conversion warnings in compare256...
2020-08-31  Hans Kristian... Minor comments/whitespace cleanup
2020-08-31  Hans Kristian... Reorder s->block_open and s->reproducible.
2020-08-31  Hans Kristian... Remove s->method since it is always set to the same...
2020-08-31  Hans Kristian... Move and reduce size of s->pending_buf_size
2020-08-31  Nathan MoinvaziriRename ZEXPORT and ZEXTERN for consistency.
2020-08-31  Nathan MoinvaziriRename ZLIB_INTERNAL to Z_INTERNAL for consistency.
2020-08-31  Nathan MoinvaziriRename ZLIB_REGISTER to Z_REGISTER for consistency.
2020-08-27  Hans Kristian... Fix more conversion warnings related to s->bi_valid...
2020-08-27  Hans Kristian... Fix some of the old and new conversion warnings in...
2020-08-27  Hans Kristian... Changes to deflate's internal_state struct members:
2020-08-27  Nathan MoinvaziriRenamed trees_p.h to trees.h.
2020-08-27  Nathan MoinvaziriRename table headers with tbl suffix.
2020-08-26  Ilya LeoshkevichRevert "zng_tr_tally_lit: disable -Wtype-limits"
2020-08-25  Nathan MoinvaziriUse mainline codecov repository since codecov/codecov...
2020-08-23  Ilya Leoshkevichsend_bits_trace: placate -Wformat
2020-08-23  Ilya Leoshkevichzng_tr_tally_lit: disable -Wtype-limits
2020-08-23  Nathan MoinvaziriAdd optional support for thread local storage. (#733)
2020-08-23  Mika LindqvistReintroduce support for ZLIB_CONST in compat mode....
2020-08-23  Hans Kristian... Increase hash table size from 15 to 16 bits.
2020-08-23  Hans Kristian... Replace hash_bits, hash_size and hash_mask with defines.
2020-08-23  Nathan MoinvaziriPrecalculate match+offset pointer similar to fast-zlib.
2020-08-23  Nathan MoinvaziriCheck for match length exceeding lookahead each time...
2020-08-23  Nathan MoinvaziriUse unaligned 32-bit and 64-bit compare based on best...
2020-08-22  Ilya LeoshkevichUpdate SystemZ DFLTCC README
2020-08-21  Ilya LeoshkevichAdd DFLTCC to CI
2020-08-21  Ilya LeoshkevichFix DFLTCC not writing header bits when avail_out == 0
2020-08-21  Ilya LeoshkevichFix DFLTCC ignoring flush modes when avail_in == 0
2020-08-21  Ilya LeoshkevichFix DFLTCC not flushing EOBS when creating raw streams
2020-08-21  Ilya LeoshkevichImplement switching between DFLTCC and software
2020-08-21  Ilya LeoshkevichFix switching compression levels on older SystemZ machines
2020-08-21  Ilya LeoshkevichUse 15-bit window for quick strategy when compiling...
2020-08-21  Ilya LeoshkevichFix building DFLTCC with clang
2020-08-21  Ilya LeoshkevichFix dfltcc_deflate.c build
2020-08-21  Ilya LeoshkevichFix DFLTCC detection
2020-08-21  Mika LindqvistAdd toolchain files for cross-compiling MinGW on Linux.
2020-08-21  Hans Kristian... Remove return value from insert_string, since it is...
2020-08-21  Hans Kristian... Now that the check is out of the loop, it is also safe...
2020-08-21  Hans Kristian... Minor optimization of insert_string template.
2020-08-20  Nathan MoinvaziriStore hash_mask in local variable for insert_string...
2020-08-20  Nathan MoinvaziriMove zero check for insert_string count to fill_window...
2020-08-20  Hans Kristian... Fix if statements in cmake failing because variables...
2020-08-20  Josh TriplettFix testsuite warnings on Windows, using PRIu64
2020-08-20  Josh Triplettzlib.h: Use unsigned long for totals, for compatibility...
2020-08-20  Nathan MoinvaziriHarmonize the CPU architecture preprocessor definitions.
2020-08-20  NiLuJePrevent unaligned double word access on ARMv7 in put_uint64
2020-08-20  NiLuJePrevent unaligned double word accesses on ARMv7 in...
2020-08-20  Andrea CancianiCorrect some typos in README.md
2020-08-19  NiLuJeHonor CFLAGS when linking
2020-08-16  Nathan MoinvaziriRemove NO_DIVIDE from adler32.
2020-08-16  Josh TriplettOptimize inflate_fast for a 0.8% speedup
2020-08-16  NiLuJeDon't let the compiler switch to 64bit vectors behind...
2020-08-15  NiLuJeFix inconsistent wildcards in CHOST canonicalization...
2020-08-15  Gabriel A.... Update clang static analyzer to version 12
2020-08-14  Mika LindqvistStyle cleanup.
2020-08-14  Mika LindqvistFix signature of crc32_combine(), crc32_combine64(...
2020-08-14  Nathan MoinvaziriCast wsize as early as possible in slide_hash for AVX2...
2020-08-14  Nathan MoinvaziriFixed possible loss of data warning in h2b in infcover...
2020-08-14  Nathan MoinvaziriFixed many possible loss of data warnings where insert_...
2020-08-14  Nathan MoinvaziriFixed possible loss of data warning in LONGEST_MATCH.
2020-08-14  Nathan MoinvaziriFixed conversion from unsigned int to short warning...
2020-08-14  Nathan MoinvaziriFixed warning about indexing literal string in GCC...
2020-08-14  Nathan MoinvaziriRemoved unnecessary header guards in adler32 source...
2020-08-14  Nathan MoinvaziriFixed warning about no newline at the end of adler32_ss...
2020-08-03  Nathan MoinvaziriRemove ARM crc instruction set from NEONFLAG. The crc...
2020-08-02  Nathan MoinvaziriFixed extra symbols added to ABI when zlib-compat speci...
2020-08-02  Nathan MoinvaziriRemove forward declarations for stub functions and...
2020-08-02  Mika LindqvistStyle cleanup.
next