]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-06-08  Nathan MoinvaziriAdded Adler32 SSSE3 and AVX2 implementations to functable.
2020-06-08  Brian BockelmanRemove unnecessary commented-out printf statements.
2020-06-08  Brian BockelmanRewrite adler32 to have a SSE and AVX variant.
2020-06-08  Nathan MoinvaziriMove Tracev flush statement into flush_pending.
2020-06-08  Nathan MoinvaziriMove Tracevv statements when emitting literal to zng_tr...
2020-06-08  Nathan MoinvaziriMove check for match length in deflate_quick to check_m...
2020-06-08  Nathan MoinvaziriFixed whitespace formatting in bi_flush.
2020-06-08  Nathan MoinvaziriRemoved example64 and minigzip64 since large file suppo...
2020-06-08  Nathan MoinvaziriFor gzseek, gzoffset, gzopen, adler32_combine, crc32_co...
2020-06-08  Nathan MoinvaziriFixed wrong 64-bit casting in deflatePrime potentially...
2020-06-08  Nathan MoinvaziriCast distance code to uint64_t before shifting in zng_e...
2020-06-08  Nathan MoinvaziriFixed arithmetic overflow when emitting deflate header...
2020-06-08  Pavel PClean up windows defines, use _WIN32
2020-06-08  Gabriel A.... Fix specification of warnings for intel compilers
2020-06-08  Nathan MoinvaziriMake deflate_quick algorithm available to all architect...
2020-06-08  Nathan MoinvaziriAdded GitHub Actions workflow to test against libpng.
2020-06-08  Gabriel A.... Add a workflow for clang and gcc static analysis
2020-06-08  Nathan MoinvaziriRun compression level tests without open mode.
2020-06-08  Nathan MoinvaziriAdded help message to switchlevels.
2020-06-08  Nathan MoinvaziriAdded help message to minigzip.
2020-06-08  Matheus CastanhoAdd optimized slide_hash for POWER processors
2020-06-08  Matheus CastanhoPreparation for POWER optimizations
2020-06-06  Mika LindqvistUse char* instead of caddr_t.
2020-06-02  Nathan MoinvaziriFixed multi-line assembly macro in UPDATE_HASH for...
2020-05-30  Hans Kristian... Remove toofar checks now that we always hash 4 bytes...
2020-05-30  Nathan MoinvaziriRemove IPos typedef which also helps to reduce casting...
2020-05-30  Nathan MoinvaziriAdd friendly name to checkout action in GitHub Actions...
2020-05-30  Nathan MoinvaziriRemove verbose out from pip and choco during cmake...
2020-05-30  Nathan MoinvaziriFixed casting warnings in trees.c with count being...
2020-05-30  Nathan MoinvaziriFixed casting warnings in calls to put_short and put_sh...
2020-05-30  Nathan MoinvaziriReuse wsize variable in slide_hash_avx2.
2020-05-30  Nathan MoinvaziriFixed casting warnings about copying len into pending...
2020-05-30  Nathan MoinvaziriFixed dist casting warnings in zng_tr_tally_dist.
2020-05-30  Nathan MoinvaziriRename github actions fuzz workflow to be consistent...
2020-05-30  Nathan MoinvaziriFixed warning about bi_flush being defined but not...
2020-05-30  Nathan MoinvaziriSeparate makefile object list on each line for less...
2020-05-30  Nathan MoinvaziriFixed intrinsics spelling typo in CMake comments.
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...
next