]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-05-30  Nathan MoinvaziriFixed signedness warning in calls to __cpuid and cpuidex.
2020-05-30  Nathan MoinvaziriRemove duplicate zlib license from source comments.
2020-05-30  Nathan MoinvaziriFixed unused variable compiler warning in checksum_fuzzer.
2020-05-30  Nathan MoinvaziriMove contents tables to INDEX.md.
2020-05-30  Nathan MoinvaziriAdded GitHub Actions CI NMake badge to README.md.
2020-05-30  Nathan MoinvaziriFixed const correctness when assigning stream next_in.
2020-05-30  Nathan MoinvaziriFixed no tab formatting in CVE-2003-0107.c.
2020-05-30  Nathan MoinvaziriFixed casting warning from bi_reverse in maketrees.
2020-05-30  Nathan MoinvaziriGroup check_include_file together in CMakeLists.txt.
2020-05-30  Nathan MoinvaziriFixed whitespace and tabbing in cmake files.
2020-05-30  Nathan MoinvaziriChange quick_insert_string memory access to be similar...
2020-05-30  Nathan MoinvaziriRemove extra lines between functions and their comments.
2020-05-30  Nathan MoinvaziriFixed casting warnings and non-standard initializer...
2020-05-30  Nathan MoinvaziriFixed target not being linked properly to zlib system...
2020-05-30  Nathan MoinvaziriFixed wrong cmake variable used in zlib dual link ci...
2020-05-30  Nathan MoinvaziriAdded ability to set window bits for switchlevels.
2020-05-30  Nathan MoinvaziriUse a constant to load adler-32 initial hash value.
2020-05-30  Nathan MoinvaziriCache chocolatey packages on Windows for cmake GitHub...
2020-05-27  Nathan MoinvaziriFixed missing window_padding added to window alloc...
2020-05-25  Nathan MoinvaziriFixed zero length stored block left open when using...
2020-05-25  Nathan MoinvaziriCheck distance in deflate_quick using MAX_DIST(s).
2020-05-25  Nathan MoinvaziriFixed formatting for readability in switchlevels.
2020-05-25  Nathan MoinvaziriSet binary mode for stdin and stdout in switchlevels.
2020-05-25  Nathan MoinvaziriRename match_p.h to match_tpl.h since it has been conve...
2020-05-25  Nathan MoinvaziriAdded features list to README.md.
2020-05-25  Nathan MoinvaziriRemove support for DYNAMIC_CRC_TABLE which was broken.
2020-05-24  Nathan MoinvaziriRename archdetect files to detect-arch to match detect...
2020-05-24  Nathan MoinvaziriMove compiler sanitizer checking to separate cmake...
2020-05-24  Nathan MoinvaziriFixed compiler warning about inline already being defin...
2020-05-24  Nathan MoinvaziriSimplify generic hash function using knuth's multiplica...
2020-05-24  Nathan MoinvaziriUse 64-bit bit buffer when emitting codes.
2020-05-24  Nathan MoinvaziriUnroll more in compare258_c for performance improvement.
2020-05-24  Nathan MoinvaziriRemove additional byte comparison check in compare258...
2020-05-24  Nathan MoinvaziriSplit compare258 into compare256 for longest_match...
2020-05-24  Nathan MoinvaziriConverted compare258 to static and convert longest_matc...
2020-05-24  Nathan MoinvaziriAdded support for AVX2 intrinsics to compare258.
2020-05-24  Nathan MoinvaziriCombine longest_match implementations and use compare25...
2020-05-24  Nathan MoinvaziriChanged deflate_quick to use compare258 functable stub.
2020-05-24  Nathan MoinvaziriRemoved fallback for __builtin_ctzl since it is no...
2020-05-24  Nathan MoinvaziriModified longest_match variants to use associated compa...
2020-05-24  Nathan MoinvaziriModified deflate_quick to use compare258_unaligned_sse4.
2020-05-24  Nathan MoinvaziriAbstracted out architecture specific implementations...
2020-05-07  Nathan MoinvaziriRemove unused cmake-prefix variable.
2020-05-07  Nathan MoinvaziriAlways use the GHA latest images and remove OS version...
2020-05-06  Hans Kristian... Change two NOT_TWEAK_COMPILER to check for MIN-MATCH...
2020-05-06  Hans Kristian... Remove several NOT_TWEAK_COMPILER checks and their...
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...
next