]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2020-07-05  Nathan MoinvaziriRemove current directory library include path in config... 683/head
2020-07-03  Hans Kristian... Add likely/unlikely hinting to all deflate algorithms.
2020-07-03  Nathan MoinvaziriAdded CI instances for ARM/AARCH64 without acle/neon.
2020-07-03  Nathan MoinvaziriFixed configure applying -march flags globally for...
2020-07-02  Nathan MoinvaziriRemove duplicate Windows GCC CI instance.
2020-07-02  Nathan MoinvaziriAdded powerpc instances to CI for configure.
2020-07-02  Hans Kristian... Merge pull request #668 from nmoinvaz/fixes/apply-float...
2020-07-02  Nathan MoinvaziriClean up comments about setting C flags.
2020-07-02  Nathan MoinvaziriModify cmake to apply native flag when using intrinsic...
2020-07-02  Nathan MoinvaziriApply float abi flag to all files in cmake (same as... 668/head
2020-07-01  Nathan MoinvaziriRemove some extra ci configurations.
2020-07-01  Nathan MoinvaziriApply neonflag only to files using neon instructions...
2020-07-01  Nathan MoinvaziriFixed integer casting and signed comparison warning...
2020-07-01  Nathan MoinvaziriImprove deflatePrime test by wrapping gzip header and...
2020-07-01  Nathan MoinvaziriFixed bad shift operation warning in deflatePrime.
2020-07-01  Nathan MoinvaziriFixed whitespace in adler32_avx and adler32_ssse3.
2020-07-01  Nathan MoinvaziriFixed unsigned integer overflow in adler32_avx and...
2020-06-30  Nathan MoinvaziriUse local match_len variable in deflate_slow.
2020-06-29  Nathan MoinvaziriFixed wrong size being used in calloc in test_deflate_s...
2020-06-29  Nathan MoinvaziriUse calloc to allocate memory and set to zero for memor...
2020-06-29  Nathan MoinvaziriSupport larger BUFLEN sizes by dynamically allocating...
2020-06-28  Nathan MoinvaziriAdded ZLIB_REGISTER to disable register keyword for...
2020-06-28  Nathan MoinvaziriDon't write end of last block when returning finish_sta...
2020-06-28  Nathan MoinvaziriFixed avail_out == 0 conditional not returning need_mor...
2020-06-28  Nathan MoinvaziriRename from memchunk to chunkset.
2020-06-28  Nathan MoinvaziriRename add_intrinsics_option to set_intrinsics_option.
2020-06-28  Nathan MoinvaziriClean up header includes for Win32 and ARM.
2020-06-28  Nathan MoinvaziriOnly calculate inflate chunk size once and store it...
2020-06-28  Nathan MoinvaziriSplit memcopy by architecture.
2020-06-28  Nathan MoinvaziriApply compiler flags only to source files that require...
2020-06-27  Matheus CastanhoAdd POWER8_VSX_SLIDEHASH macro
2020-06-27  Matheus Castanhocmake: Use consistent arch names for POWER targets
2020-06-27  Nathan MoinvaziriDo not set s->prev_length in deflate_medium, it is...
2020-06-27  Nathan MoinvaziriDon't set bflush to zero since it is assigned before...
2020-06-27  Nathan MoinvaziriDon't need to set s->match_length to zero in deflate_huff.
2020-06-27  Nathan MoinvaziriUse local variable to store match_len in deflate_rle.
2020-06-27  Nathan MoinvaziriOnly set current_match to literal if hash_head == 0.
2020-06-27  Nathan MoinvaziriFixed whitespace in deflate_quick.
2020-06-27  Nathan MoinvaziriUse local variable to store match_len in deflate_fast.
2020-06-27  Nathan MoinvaziriMove check for hash_head != 0 directly after quick_inse...
2020-06-25  Nathan MoinvaziriSeparate defines on individual lines to prevent merge...
2020-06-25  Matheus CastanhoAdd adler32_len_64 for length < 64
2020-06-25  Matheus CastanhoMove DO* macro definitions to adler32_p.h
2020-06-25  Rogerio AlvesAdd tests for Adler32
2020-06-25  Rogerio AlvesAdler32 vector optimization for Power.
2020-06-24  DonDetermine whether platform supports dll declspec
2020-06-24  Nathan MoinvaziriFixed deflate_quick missing from Win32 ARM makefile.
2020-06-24  Nathan MoinvaziriFix storechunk for MSVC ARM.
2020-06-24  Nathan MoinvaziriFixed missing compare258 object compilation in Win32...
2020-06-24  Nathan MoinvaziriDon't explicitly enable neon flag on MSVC ARM64 builds.
2020-06-24  Nathan MoinvaziriRemoved old references to fill_window in NMake ARM...
2020-06-24  Nathan MoinvaziriAdded CI configurations for MSVC ARM and ARM64.
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
next