]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-10-09  Mark AdlerAvoid shifts of negative values inflateMark().
2020-10-09  Nathan MoinvaziriAbort CI tests on sanitizer error.
2020-10-09  Mika LindqvistFix memory leak in gz_compress() and add NULL check.
2020-10-09  Mika LindqvistFix memory leak in gz_uncompress().
2020-10-09  Nathan MoinvaziriFixed dereference of possibly null head variable in...
2020-10-09  Ilya LeoshkevichFix constness in DFLTCC code
2020-10-09  Mika LindqvistAdd 'diffoscope' for MacOS in pkgcheck.yml
2020-09-24  Mika LindqvistAdd missing 'diffoscope' package to pkgcheck.yml 1.9.9-b1
2020-09-24  Mika LindqvistFix unsigned integer overflow ASAN error for align_diff...
2020-09-24  Nathan MoinvaziriFixed tab indentation for inffixed_tbl.h.
2020-09-23  Nathan MoinvaziriRemove package caching for Windows since we no longer...
2020-09-23  Nathan MoinvaziriAdded option to normalize line-endings in CMake run...
2020-09-23  Nathan MoinvaziriMove tests closer to add_executable in CMake to make...
2020-09-23  Nathan MoinvaziriFixed cmake script directory for out of source builds.
2020-09-23  Nathan MoinvaziriFixed parallel test runs on macOS by always appending...
2020-09-23  Nathan MoinvaziriIgnore hidden test files with ctest on macOS.
2020-09-23  Nathan MoinvaziriUse latest stable version of codecov rather that git...
2020-09-23  Nathan MoinvaziriCheckout corpora into a separate directory to prevent...
2020-09-23  Nathan MoinvaziriAdd checks to cmake scripts to see if input files exist.
2020-09-23  Nathan MoinvaziriTurn off compare and gzip verify in GH-536 tests due...
2020-09-23  Nathan MoinvaziriAdd ability to turn off compare step in test-compare...
2020-09-23  Nathan MoinvaziriCheck if input variables are defined in cmake scripts.
2020-09-23  Nathan MoinvaziriCheck exit code from execute_process in run-and-compare...
2020-09-23  Nathan MoinvaziriRemoved extra whitespace in CMakeLists.txt.
2020-09-23  Nathan MoinvaziriRemove exit code 1 from SUCCESS_EXIT for normal compres...
2020-09-23  Nathan MoinvaziriFixed passing fixed/filtered arguments in TEST_CONFIGS.
2020-09-23  Nathan MoinvaziriCleanup temporary files before fatal error in test...
2020-09-23  Nathan MoinvaziriCheck exit code from execute_process in test-compare...
2020-09-23  Nathan MoinvaziriFixed don't run tests against temporary files.
2020-09-23  Nathan MoinvaziriFixed compression args for GH-361 unit test.
2020-09-23  Nathan MoinvaziriRemove NIL preprocessor macro which isn't consistently...
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...
next