]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-06-22  Mika LindqvistEnable NEON-optimized slide_hash on aarch64 if NEON...
2020-06-20  Pavel PFixed casting warnings
2020-06-19  Pavel PAdd cmake build dir to gitignore
2020-06-19  Nathan MoinvaziriDo not use word xor (iso646 legacy)
2020-06-19  Dan Kegeltest/pkgcheck.sh: verify cmake and configure install...
2020-06-19  Dan Kegelcmake: generate same zconf.h as configure
2020-06-19  Dan Kegelcmake: generate same .pc file contents as configure
2020-06-19  Dan Kegelcmake: install .pc file to same location as configure
2020-06-18  Dan Kegeldeflate_slow: Suppress a static analysis warning trigge...
2020-06-18  Nathan MoinvaziriMove check to start block out of main loop for performa...
2020-06-18  Nathan MoinvaziriFixed deflate_quick to not emit a block when there...
2020-06-16  Nathan MoinvaziriUpdated features with new Adler32 implementations.
2020-06-16  Nathan MoinvaziriRemove unnecessary adler32_neon.h.
2020-06-16  Nathan MoinvaziriAdded regression test for deflateEnd returning -3 when...
2020-06-16  Dan KegelMakefile: fail minigzip test if minigzip aborts
2020-06-16  Dan Kegelminigzip.c: bring back default bahavior, use distinguis...
2020-06-16  DonRemove Borland C++ compiler references
2020-06-15  Dan Kegelinfcover.c: assert that we avoid zero-length allocation...
2020-06-09  Nathan MoinvaziriUse standard int types in zlib-ng api.
2020-06-09  Nathan MoinvaziriFixed variable set but not used static analysis warning...
2020-06-09  Nathan MoinvaziriFixed clang static analysis warning value stored is...
2020-06-09  NiLuJeDisable unaligned access of > 4 bytes on 32-bit arm
2020-06-09  Nathan MoinvaziriFixed defined WIN32 in switchlevels should be _WIN32.
2020-06-09  Nathan MoinvaziriFixed deflate_quick algorithm not being used due to...
2020-06-08  Nathan MoinvaziriAdded new lines in Alder32 AVX2 and SSSE3 to improve...
2020-06-08  Nathan MoinvaziriZero entire s1 and s2 for possibly better performance.
2020-06-08  Nathan MoinvaziriAdd UNLIKELY to first 3 branches in adler32 variants.
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.
next