]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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...
2019-10-07  Nathan MoinvaziriFixed use of uninitialized value in test_deflate_copy...
2019-10-07  Nathan MoinvaziriFixed use of uninitialized value state in makefixed...
2019-10-07  Nathan MoinvaziriFixed signed warnings in match_p.h on arm. #430
2019-10-06  Nathan MoinvaziriFixed missing comma in msvc inline asm.
2019-10-06  Nathan MoinvaziriFixed tab formatting in fuzzers (#414)
2019-09-26  Hans Kristian... travis.yml changes:
2019-09-21  Hans Kristian... Configure: Don't enable optimizations if without-optimi...
2019-09-21  Hans Kristian... Unify detection of ARM getauxval code availability.
2019-09-21  Hans Kristian... Clean up parts of CMakeLists.txt
2019-09-21  Hans Kristian... Add archdetect as separate cmake include file.
2019-09-21  Nathan MoinvaziriFixed running fuzzers with cmake on arm.
2019-09-20  Nathan MoinvaziriFixed crc1 unused variable warning. #418.
2019-09-20  Nathan MoinvaziriAdd oss-fuzz to readme.
2019-09-20  Hans Kristian... Add makecrct test and clean up makecrct.c code
2019-09-20  Hans Kristian... Split crc table generating code (MAKECRCH) out into...
2019-09-20  Hans Kristian... Add maketrees test and clean up maketrees.c code
2019-09-20  Hans Kristian... Split maketrees out into a separate tool
2019-09-20  Hans Kristian... travis.yml changes:
2019-09-20  Nathan MoinvaziriPotential fix for clang array warnings. #416
2019-09-20  Nathan MoinvaziriFixed warnings in checksum fuzzer and example. #418
2019-09-19  Nathan MoinvaziriFixed minigzip fuzzer failures on Windows. #411
2019-09-19  Hans Kristian... In test_deflate_copy(), we free the original struct...
2019-09-19  Nathan MoinvaziriFixed several warnings in example and fuzzers. #409
2019-09-18  Nathan MoinvaziriFixed use of uninitialized value warning in crc_folding...
2019-09-18  Nathan MoinvaziriSimplify adding src files with list() command. (#405)
2019-09-18  Hans Kristian... Make travis retry its operations, to attempt to avoid...
2019-09-15  jiangjufaAdd test cases to #437
2019-09-14  Nathan MoinvaziriAdded travis msvc 64 bit builds.
2019-09-14  Nathan MoinvaziriAdded cmake tests to verify output of makefixed (#398)
2019-09-09  Nathan MoinvaziriRemoved obsolete text file.
2019-09-05  Mika LindqvistAdd support for Visual Studio 2019 nmake.
2019-09-04  Jim Kukunascrc_folding: use temp buffer for partial stores
2019-09-04  Nicolas Trangezcrc_folding: Fix potential out-of-bounds access
2019-09-04  Hans Kristian... Use slide_hash_sse2 from fill_window_sse instead of...
2019-09-04  Hans Kristian... Add slide_hash to functable, and enable the sse2-optimi...
2019-09-04  Jim KukunasAdds SSE2 optimized slide_hash.
2019-09-04  Nathan MoinvaziriChanges to support compilation with MSVC ARM & ARM64...
2019-08-23  Nathan MoinvaziriRename #defines for consistency (#378)
2019-08-23  Nathan Moinvaziri* Fixed wrong compilers listed for Windows.
2019-08-23  Nathan MoinvaziriAdded support for configuring project based on BUILD_SH...
2019-08-22  Hans Kristian... Clean up travis config.
2019-08-22  Hans Kristian... Add support for codecov.io and GCC-9 testing.
2019-08-22  cielaveniruse relative header path
2019-08-22  cielavenirtry to consume available data if Z_FINISH is used
2019-08-21  T.YamadaFixed GCC version for bswap intrinsics (#385)
2019-08-11  Nathan MoinvaziriFixed optimizations not being used when compiler is...
2019-08-11  Nathan MoinvaziriRemove pdf from readme contents.
2019-08-08  Hans Kristian... Remove BUILDFIXED and MAKEFIXED. (#375)
2019-08-08  Hans Kristian... Remove syntax, whitespace and comment differences betwe...
next