]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2017-10-13  Mark AdlerFix deflateEnd() to not report an error at start of... 130/head
2017-10-13  Mark AdlerAvoid an undefined behavior of memcpy() in _tr_stored_b...
2017-08-25  Hans Kristian... Merge pull request #115 from Dead2/hacknslash7
2017-08-24  Mika LindqvistFix that s->prev is not used uninitialized in insert_st... 115/head
2017-08-24  Hans Kristian... Revert "x86: use TZCNT (#113)"
2017-08-17  Milan ŠevčíkMake code an int in compress_block()
2017-08-17  nmlgcconfigure: For Windows builds, add the CROSS_PREFIX...
2017-08-17  R.J.V. BertinZLIB_COMPAT: add an extra 32 bits of padding in z_stream
2017-08-17  R.J.V. Bertinvarious CMake fixes:
2017-08-17  Hans Kristian... Apply trivial CMake fixes based on feedback from RJVB...
2017-08-17  Hans Kristian... Make sure we don't export internal functions
2017-05-31  Matx86: use TZCNT (#113)
2017-05-29  MatFix: wrong register for BMI1 bit (#112)
2017-05-03  Mika LindqvistLazily initialize functable members. (#108)
2017-04-24  Hans Kristian... - Add adler32 to functable
2017-04-24  Hans Kristian... Style cleanup
2017-04-24  Hans Kristian... Add missing functable.h dependencies in arch makefiles
2017-04-24  Hans Kristian... Merge branch 'hacknslash7' of github.com:Dead2/zlib...
2017-04-24  Mika LindqvistARM optimizations part 2 (#107)
2017-04-24  Hans Kristian... Make -warn use the pedantic parameter that makes warnin...
2017-04-24  Hans Kristian... Style cleanup
2017-04-24  Hans Kristian... Add a struct func_table and function functableInit.
2017-04-22  Adenilson CavalcantiImplementing NEON-ized Adler32 checksum (#102)
2017-04-20  JunNeon-Optimized hash chain rebase. (#106)
2017-04-12  Mika LindqvistCMakeLists.txt: Fix cross-compiling. (#104)
2017-03-31  Hans Kristian... Merge pull request #93 from sebpop/develop
2017-03-31  Hans Kristian... Merge pull request #88 from mtl1979/arm
2017-03-30  Mika LindqvistCMakeLists.txt: We can't use check_c_source_runs()... 88/head
2017-03-30  Mika LindqvistAdd initial support for ARM NEON vector instructions.
2017-03-30  Mika LindqvistOptimize fill_window_c.
2017-03-29  Sebastian Popinflate: improve performance of memory copy operations 93/head
2017-03-24  Mika LindqvistAdd initial support for AARCH64.
2017-03-24  Mika LindqvistAdd support for ARM ACLE instructions.
2017-03-24  Mika LindqvistAdd ARM implementation of CTZL for Visual C++.
2017-03-24  Simon HosieInflate using wider loads and stores and a minimum...
2017-03-24  Hans Kristian... Let fill_window_c() and fill_window_sse() use insert_st...
2017-03-24  Mika Lindqvistdeflate_medium: Make sure we have enough lookahead...
2017-03-24  Mika Lindqvistdeflate_medium: Remove broken overlap test.
2017-03-24  Hans Kristian... Don't pass unnecessary stream to fold_[1-4] and partial...
2017-03-24  Hans Kristian... Prevent potential division-by-zero in gzfwrite and...
2017-03-24  Hans Kristian... Change so travis compiles with warnings enabled, when...
2017-03-24  Mika LindqvistFix typos.
2017-03-24  Sebastian Popcall memset for read after write dependences at distance 1
2017-02-28  Hans Kristian... Update readme file, and add install instructions
2017-02-25  Mika LindqvistCMakeLists.txt: Fix tests on MinGW.
2017-02-25  Mika LindqvistType cleanup...
2017-02-25  Mika LindqvistCMakeLists.txt: Fix configuring under OS/X and MinGW
2017-02-23  Mika Lindqvistminigzip: add support for deflate_stored.
2017-02-23  Mika Lindqvisttest/example.c: Don't mix unsigned long and size_t.
2017-02-23  Mika LindqvistSome tests were missing EXE suffix.
2017-02-23  Hans Kristian... Let all platforms defining UNALIGNED_OK use the optimiz...
2017-02-18  Hans Kristian... Let all x86 and x86_64 archs use the new UPDATE_HASH...
2017-02-16  Mark AdlerFix bug when level 0 used with Z_HUFFMAN or Z_RLE.
2017-02-16  Hans Kristian... Clean up flushing override for level 1 if deflate_quick...
2017-02-16  Hans Kristian... Fix 32bit compilation on x86_64 platform
2017-02-16  Mika LindqvistType cleanup...
2017-02-16  Mika LindqvistUse insert_string instead of UPDATE_HASH to avoid doubl...
2017-02-16  Mika LindqvistAvoid hashing same memory location twice by truncating...
2017-02-15  Hans Kristian... Fix leftover charf
2017-02-14  Hans Kristian... Merge pull request #85 from mtl1979/cleanup
2017-02-13  Mika Lindqvistquick_send_bits: variable 'code' is not used anymore. 85/head
2017-02-13  Mika LindqvistFix build with nmake.
2017-02-13  Mika LindqvistAdd --native flag to configure
2017-02-13  Hans Kristian... Merge branch 'hacknslash6' of github.com:Dead2/zlib...
2017-02-13  Hans Kristian... Use default osx version for travis build, seems travis...
2017-02-13  Mika LindqvistMakefile.in: Update rule to reset zconf.h.cmakein
2017-02-13  Mika LindqvistAdd dependency tracking for ARCH files.
2017-02-13  Mika LindqvistCleanup configure and makefiles
2017-02-13  Hans Kristian... Merge pull request #86 from mtl1979/archclean
2017-02-13  Hans Kristian... Fix only one half of a macro is executed in the correct...
2017-02-13  Hans Kristian... Restructure travis config and add tests for osx.
2017-02-13  Hans Kristian... Merge pull request #87 from mtl1979/cvefix
2017-02-13  Mika LindqvistFix so Travis doesn't fail on CVE tests without --zlib... 87/head
2017-02-13  Mika LindqvistReplace remaining Z_NULL instances with NULL. 86/head
2017-02-13  Hans Kristian... Merge pull request #84 from mtl1979/archclean
2017-02-13  Mika LindqvistMove Visual C++ workaround for CTZL to arch/x86. 84/head
2017-02-13  Mika LindqvistMSVC: Use _tzcnt_u32() if available.
2017-02-13  Mika LindqvistMove instruction set specific crc32 code to arch direct...
2017-02-13  Mika LindqvistCMakeLists.txt: Cleanup.
2017-02-13  Mika LindqvistAdd support for internal attribute
2017-02-13  Mika LindqvistRequire cmake 2.8.4.
2017-02-13  René J.V. BertinCMakeLists.txt: use check_c_source_runs instead of...
2017-02-13  René J.V. BertinCMakeLists.txt : preliminary support for MSVC and ICC
2017-02-13  René J.V. BertinCMakeLists.txt: better checking for Intel intrinsics.
2017-02-13  René J.V. Bertinarchitecture checks translated from configure to cmake...
2017-02-13  Phil VachonInitialize block_open state
2017-02-13  Phil VachonAdd block_open state for deflate_quick
2017-02-13  Phil VachonFix Partial Symbol Generation for QUICK deflate
2017-02-13  Mark Adlerzlib 1.2.11
2017-02-13  Mark AdlerPermit immediate deflateParams changes before any defla...
2017-02-13  Mark AdlerUpdate high water mark in deflate_stored.
2017-02-13  Mark AdlerUpdate vestigial comment from very old Info-ZIP deflate.
2017-02-13  Mark AdlerFix deflate stored bug when pulling last block from...
2017-02-13  Hans Kristian... Remove files to be installed before copying them in...
2017-02-09  Mark AdlerFix bug in gzwrite.c that produced corrupt gzip files.
2017-02-09  Mark AdlerFix bug in deflate_stored() for zero-length input.
2017-02-09  Mark AdlerMinor edits and clarifications of comments.
2017-02-09  Mark AdlerAvoid warnings on snprintf() return value.
2017-02-09  Mark Adlerzlib 1.2.9
2017-02-09  Mark AdlerAdd crc32_z() and adler32_z() functions with size_t...
next