]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2017-02-13  Mika LindqvistReplace remaining Z_NULL instances with NULL. 86/head
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...
2017-02-07  Mark AdlerUse a uniform approach for the largest value of an...
2017-02-07  Mark AdlerAvoid some random compiler warnings on various platforms.
2017-02-07  Hans Kristian... Fix typo from 'Add deflateGetDictionary() function...
2017-02-06  Mark AdlerDetect clang in cc version.
2017-02-06  Hans Kristian... Add deflateGetDictionary() function.
2017-02-06  Mark AdlerNo need to check for NULL argument to free().
2017-02-06  Mark AdlerAvoid use of DEBUG macro -- change to ZLIB_DEBUG.
2017-02-06  Mark AdlerAdd gzfwrite(), duplicating the interface of fwrite().
2017-02-06  Hans Kristian... Add gzfread(), duplicating the interface of fread().
2017-02-06  Mark AdlerDon't need to emit an empty fixed block when changing...
2017-02-06  Mark AdlerClean up gz* function return values.
2017-02-06  Mark AdlerSpeed up deflation for level 0 (storing).
2017-02-02  Mark AdlerAssure that deflateParams() will not switch functions...
2017-02-02  Mark AdlerExplicitly ignore a return value in gzwrite.c.
2017-02-02  Mark AdlerAdd uncompress2() function, which returns the input...
2017-02-02  Mark AdlerMinor edits to the documentation in source file contents.
2017-02-02  Hans Kristian... Fix crc corruption when using x86 PCLMULQDQ optimized...
2017-02-02  Mark AdlerFix bugs in creating a very large gzip header.
2017-02-01  Mark AdlerAdd --debug (-d) option to ./configure to define ZLIB_D...
2017-02-01  Mark AdlerUse memcpy for stored blocks.
2017-02-01  Mark AdlerFix some typos.
2017-02-01  Hans Kristian... Make a noble effort at setting OS_CODE correctly.
2017-02-01  Mark AdlerDo a more thorough check of the state for every stream...
2017-02-01  Mark AdlerDocument the rejection of 256-byte window requests...
2017-02-01  Mark AdlerReject a window size of 256 bytes if not using the...
2017-02-01  Mark AdlerAvoid obfuscating use of default case in inftrees.c.
2017-02-01  Mark AdlerMove macro definition in deflate.c to where it is used.
2017-02-01  Mark AdlerAvoid recursive gzgetc() macro call.
2017-02-01  Mark AdlerMake globals in examples local to compilation unit.
2017-02-01  Mark AdlerAdd --warn option to ./configure, instead of environmen...
2017-02-01  Hans Kristian... Add inflateCodesUsed() function
2017-01-31  Mark AdlerClean up type conversions.
2017-01-31  Mark AdlerNote the violation of the strict aliasing rule in crc32.c.
2017-01-31  Mark AdlerAvoid pre-decrement of pointer in big-endian CRC calcul...
2017-01-31  Mark AdlerRemove offset pointer optimization in inftrees.c.
2017-01-31  Mark AdlerUse post-increment only in inffast.c.
2017-01-31  Mark AdlerAdd option to not compute or check check values.
2017-01-31  Mark AdlerCorrect the size of the inflate state in the comments.
2017-01-31  Mika LindqvistUse TRIGGER_LEVEL in sse optimization too.
2017-01-31  Mika LindqvistFix _off64_t check for clang.
2017-01-31  Mika LindqvistRemove dead code.
2017-01-31  Mika LindqvistFix shift of negative value in inflateMark().
2017-01-31  Mika LindqvistInstruct make not to remove intermediate files.
2017-01-31  Mika LindqvistReplace Z_NULL with NULL. Fix incorrect uses of NULL...
2017-01-30  Mika LindqvistFix 'depend' target.
2017-01-30  Mika LindqvistFix debug build.
2017-01-30  Mika LindqvistUpdate -DGEN_TREES_H output to match trees.h
2017-01-30  Mika LindqvistUpdate dependency information for zutil.c
2017-01-30  Mika LindqvistVariable h was initialized twice on first iteration.
2017-01-30  Hans Kristian... Revert "Loop on write() calls in gzwrite.c in case...
2017-01-30  Hans Kristian... Fix missing insert_string change from merge conflict
2017-01-30  Mika LindqvistMerge insert_string and bulk_insert_str.
2017-01-30  Mika LindqvistUse bulk_insert_str when adding more than one byte.
2017-01-30  Mika LindqvistUse TRIGGER_LEVEL instead of hard-coded '6'.
2017-01-30  Mika LindqvistUpdate .gitignore
2017-01-30  René J.V. Bertinignore KDevelop statefiles
2017-01-30  Mat Berchtoldcpuid for msvc
2017-01-30  Mika LindqvistAdd a.exe to cleanup list.
2017-01-30  Mika Lindqvistlocal -> static
2016-07-20  Hans Kristian... Merge pull request #74 from Majlen/develop
2016-07-18  Milan ŠevčíkUsing correct format specifiers 74/head
2016-07-07  Hans Kristian... Merge pull request #72 from mtl1979/duphead
2016-07-04  Mika LindqvistDon't update prev if old head is same as new. 72/head
2016-06-28  Hans Kristian... Merge pull request #70 from jibsen/fix-win-clang
2016-06-13  Joergen IbsenDo not define __builtin_ctzl for Clang on MSVC 70/head
2016-04-28  Hans Kristian... Only run tests requiring zlib-compat if zlib-ng was...
2016-04-28  Hans Kristian... Fix spelling in travis config
2016-04-28  Hans Kristian... Make travis test --without-optimizations and --without...
2016-04-28  Hans Kristian... Both travis builds using configure should do zlib-compat
2016-04-28  Hans Kristian... Travis should compile and test the zlib-compat code...
2016-04-28  Hans Kristian... Fix the remaining warnings due to conflicting defines...
2016-04-28  Daniel AxtensAdd test for CVE-2004-0797
2016-04-28  Daniel AxtensAdd test cases for CVE-2005-1849 and CVE-2005-2096
2016-04-28  Daniel AxtensAdd test for CVE-2002-0059
next