]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-05-06  Nathan MoinvaziriAdded additional gzio tests for improved code coverage.
2020-05-06  Nathan MoinvaziriAdded CI test for dual linking zlib-ng with system...
2020-05-06  Nathan MoinvaziriSplit tree emitting code into its own source header...
2020-05-06  Nathan MoinvaziriUnify emitting of literals and match dist/lengths....
2020-05-02  Mika LindqvistFix ARM64 build with Visual C++.
2020-05-02  Nathan MoinvaziriAdded CMake and CI configuration for INFLATE_STRICT...
2020-04-30  Nathan MoinvaziriStandardize fill_window implementations and abstract...
2020-04-30  Nathan MoinvaziriAllow deflate_quick() to continue processing input...
2020-04-30  Nathan MoinvaziriAdded unit test for incomplete read when calling deflat...
2020-04-30  Nathan MoinvaziriAdded X86 AVX2, SSE2, SSE4, and PCLMULQDQ cmake options...
2020-04-30  Nathan MoinvaziriReorder CMake BASEARCH variables alphabetically.
2020-04-30  Nathan MoinvaziriRemoved TRIGGER_LEVEL byte masking from INSERT_STRING...
2020-04-30  Nathan MoinvaziriReplaced insert_string with quick_insert_string if...
2020-04-30  Nathan MoinvaziriUse quick_insert_string from functable in deflate_quick.
2020-04-30  Nathan MoinvaziriStandardize insert_string functionality across architec...
2020-04-16  Nathan MoinvaziriFixed library not being named correctly on Windows...
2020-04-16  Nathan MoinvaziriAdded cmake unit tests to verify gzip can decompress...
2020-04-16  Nathan MoinvaziriFixed segmentation fault in deflate_quick() when switch...
2020-04-16  Nathan MoinvaziriAdded unit test for segmentation fault with deflate_qui...
2020-04-16  Leo NeatAdding CIFuzz
2020-04-16  Nathan MoinvaziriMake GZBUFSIZE and BUFLEN configurable.
2020-04-16  Nathan MoinvaziriFixed crc and simd march flags not be applied to CFLAGS...
2020-04-16  Nathan MoinvaziriFixed signed/unsigned mismatch in deflate_medium in...
2020-03-27  Pavel PAvoid unnecessary include of windows.h from zbuild.h
2020-03-18  Hans Kristian... Add comment regarding long match distance bit costs.
2020-03-18  Hans Kristian... Reduce size of 'match' struct to 8 bytes, this allows...
2020-03-18  Hans Kristian... Clean up usage of bflush make more similar for each...
2020-03-17  Nathan MoinvaziriRename CMake argument from NO to OFF for readability.
2020-03-17  Nathan MoinvaziriFixed coverage tests when INFLATE_ALLOW_INVALID_DISTANC...
2020-03-17  Nathan MoinvaziriFixed wrong command used in infcover unit test.
2020-03-17  Pavel PRemove cvs keywords
2020-03-13  Nathan MoinvaziriRemove duplicate calculations in deflate_quick().
2020-03-13  Nathan MoinvaziriAdd nmake to GitHub Actions CI.
2020-03-13  Nathan MoinvaziriChange minigzip and minigzip64 to compile against zlibs...
2020-03-13  Nathan MoinvaziriAdd flag to minigzip to keep the input files, same...
2020-03-13  Nathan MoinvaziriDisable alignment sanitizer with -fno-sanitize when...
2020-03-13  Nathan MoinvaziriFixed compressBound calculation for quick deflate strat...
2020-03-13  Nathan MoinvaziriClean up zng_tr_tally code.
2020-03-13  Nathan MoinvaziriFixed possible unsigned integer overflow in send_bits...
2020-03-13  Nathan MoinvaziriFixed incorrect compiler used for GitHub Actions config...
2020-03-09  Nathan MoinvaziriRemove old INDEX file as contents already specified...
2020-03-09  Hans Kristian... Add testing with compiler flags -O1 and -g3, let MSAN...
2020-03-09  Hans Kristian... Make sure we use unique codecov flags for each test run
2020-03-09  Hans Kristian... Import default codecfactor.io .shellcheckrc file.
2020-03-09  Hans Kristian... Attempt to run codecov again if it fails.
2020-03-09  Hans Kristian... Don't enable debug when building with code coverage.
2020-03-09  Hans Kristian... Fix codecov for pull requests.
2020-02-12  Mika LindqvistAdd cpuidex.
2020-02-09  Nathan MoinvaziriFixed GitHub Actions warning about old version of macOS...
2020-02-08  Nathan MoinvaziriFixed missing compressed_len count in deflate_quick...
2020-02-08  Nathan MoinvaziriRenamed bit buffer local variables consistently.
2020-02-08  Nathan MoinvaziriReplace quick_send_bits with send_bits now that bi_buf...
2020-02-08  Nathan MoinvaziriChange deflate_state's bi_buf from 16-bit to 32-bit.
2020-02-07  Nathan MoinvaziriFixed configure CI not working after adding macOS confi...
2020-02-07  Nathan MoinvaziriAdded codecov badge to README.md.
2020-02-07  Nathan MoinvaziriAdded infcover code coverage test executable to cmake...
2020-02-07  Mika LindqvistAdd initial AVX2 support.
2020-02-07  Nathan MoinvaziriEnable CI options explicitly so forked repositories...
2020-02-07  Nathan MoinvaziriSupport aligned alloc/free functions for Windows and...
2020-02-07  Nathan MoinvaziriFixed compiler warning when using BITS macro.
2020-02-07  Nathan MoinvaziriAdded better aligned access support for put_short.
2020-02-07  Nathan MoinvaziriUse value already stored in wsize.
2020-02-07  Nathan MoinvaziriFixed wrong compiler names specified in build matrix.
2020-02-07  Nathan MoinvaziriRemoved MAX_DIST2 which is incompatible with zlib when...
2020-02-07  Gabriel A.... Fix double specification of -O2
2020-02-07  Nathan MoinvaziriFixed configure script use of sed on macOS. #427
2020-02-07  Nathan MoinvaziriDisable alignment sanitizer when architecture supports...
2020-02-07  Nathan MoinvaziriFixed formatting, 4 spaces for code intent, 2 spaces...
2019-12-25  Nathan MoinvaziriSet arch based on target compiler if cross compiling.
2019-12-25  Ilya Leoshkevichs390: fix build failure with --with-dfltcc-deflate
2019-12-10  Nathan MoinvaziriAdded gzip tests for all open modes and compression...
2019-11-26  Mika LindqvistCompatibility fix for crc32()
2019-11-26  Mika LindqvistCompatibility fix
2019-11-26  Nathan MoinvaziriImprovements to GitHub Actions for code coverage.
2019-11-25  MilhouseVHconfigure: relax arm detection
2019-10-27  Nathan MoinvaziriFixed checksum combine being compiled out on release...
2019-10-25  Nathan MoinvaziriComment assert in chunkmemset when len < sizeof(uint64_...
2019-10-25  Nathan MoinvaziriFixed assert during inflate fast when len < sizeof...
2019-10-25  Nathan MoinvaziriAdded debug build configuration to GitHub Actions
2019-10-25  Nathan MoinvaziriFixed unresolved external symbols when building maketrees.
2019-10-25  Nathan MoinvaziriFixed pip not installing codecov-python on windows...
2019-10-24  Nathan MoinvaziriFixed formatting converting tabs to spaces.
2019-10-24  Nathan MoinvaziriReplaced Travis CI badge with GitHub Actions badges.
2019-10-24  Nathan MoinvaziriRun GitHub Actions workflow on pull requests.
2019-10-24  Nathan MoinvaziriFixed build when apt-get out of date in GitHub Actions...
2019-10-24  Nathan MoinvaziriFixed buffer read overflow in crc32 folding when alloca...
2019-10-24  Nathan MoinvaziriFixed signed warnings in zng_tr_tally_dist on Windows.
2019-10-22  Nathan MoinvaziriAdded missing headers for intrinsics.
2019-10-22  Nathan MoinvaziriFixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454
2019-10-22  Nathan MoinvaziriFixed load of misaligned address in deflate_quick.c...
2019-10-22  Mark AdlerDon't bother computing check value after successful...
2019-10-22  Hans Kristian... Clean up LIKELY/UNLIKELY definitions, making them upper...
2019-10-22  Mark AdlerAvoid adding empty gzip member after gzflush with Z_FINISH.
2019-10-22  Hans Kristian... zlib-ng.h syntax cleanup
2019-10-22  Nathan MoinvaziriAdded github actions yaml for cmake and configure.
2019-10-22  Hans Kristian... Use temp variables in send_all_trees too
2019-10-22  Hans Kristian... Reduce indirections used by send_bits and send_code.
2019-10-22  Hans Kristian... Move scan_start check, based on Cloudflare commit
2019-10-09  Nathan MoinvaziriFixed msan detection when compiler doesn't support it.
2019-10-09  Nathan MoinvaziriAdded private headers to cmake and fallback_builtins...
next