]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
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...
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
next