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