]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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
2016-04-28  Daniel AxtensAdd test for CVE-2003-0107
2016-04-28  Daniel AxtensProperly bail out when a test fails.
2016-04-28  Daniel AxtensMove Makefile.in test-related parts into test/Makefile.in
2016-04-28  Hans Kristian... Add support for internal attribute, the advantage of...
2016-04-28  Evan NemersonFix endianness-detection code on Solaris 11.
2016-04-28  Hans Kristian... Fix spelling of __DragonFly__ in crc32.c, found by...
2016-04-28  Hans Kristian... Merge pull request #66 from mtl1979/mingw
2016-04-28  Hans Kristian... Merge pull request #68 from mtl1979/import
2016-04-28  Hans Kristian... Merge pull request #67 from mtl1979/coverity
2016-04-27  Mark AdlerLoop on write() calls in gzwrite.c in case of non-block... 68/head
2016-04-27  Mika LindqvistFix Coverity warnings. 67/head
2016-04-26  Mika LindqvistFix build under MSYS2. 66/head
2016-04-26  Mark AdlerFix gzseek() problem on MinGW due to buggy _lseeki64...
2016-01-08  Hans Kristian... Merge pull request #60 from mtl1979/cleanup
2015-12-14  Mika LindqvistUse size_t for total_in and total_out. 60/head
2015-12-14  Mika LindqvistType cleanup.
2015-12-14  Hans Kristian... Merge pull request #59 from Dead2/hacknslash2
2015-12-14  Hans Kristian... Merge pull request #58 from mtl1979/import
2015-12-13  Mark AdlerFix bug that accepted invalid zlib header when windowBi... 58/head
2015-11-25  Mika LindqvistType cleanup. 59/head
2015-11-25  Mika LindqvistFix creating shared library under MSYS64.
2015-11-25  Evan NemersonFix compilation on BSD
2015-11-25  Mika Lindqvistminigzip: Use bigger buffer for writing.
2015-11-25  Hans Kristian... Merge pull request #56 from Dead2/hacknslash2
2015-11-17  Hans Kristian... Remove inline and extern from function declaration. 56/head
2015-11-09  Hans Kristian... Merge pull request #55 from jibsen/fix-uninitialized-var
2015-11-09  Joergen IbsenFix uninitialized variable 55/head
2015-11-04  Hans Kristian... Split insert_string_sse into separate file in arch...
2015-11-03  Mika LindqvistEnable deflate_quick under MSVC.
2015-11-03  Mika Lindqvistminigzip: restructure gzread() to get rid of unnecessar...
2015-11-03  Jim KukunasFix for intels zlib fork, fixes their issues #2 and #3
2015-11-03  Hans Kristian... Fix merge errors.
2015-11-03  Mark AdlerFix typo.
2015-11-03  Mark AdlerUse a consistent and more modern approach to not use...
2015-11-03  Mark AdlerUse UTF-8 for non-ASCII characters in ChangeLog.
2015-11-03  Mark AdlerClean up portability for shifts and integer sizes.
2015-11-03  Mark AdlerUse const for static tree descriptions in deflate.
next