]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2015-05-01  Mika LindqvistMake parallel building work inside arch directory. 11/head
2015-05-01  Hans Kristian... Merge pull request #12 from mtl1979/cmake
2015-05-01  Hans Kristian... Merge pull request #13 from daxtens/cleanups
2015-05-01  Mika LindqvistUpdate CMakeLists.txt 12/head
2015-05-01  Daniel AxtensMake clean/distclean descend into $(ARCHDIR) 13/head
2015-05-01  Daniel Axtensarch: git ignore Makefiles
2015-04-30  Hans Kristian... Merge pull request #10 from mtl1979/develop
2015-04-29  Mika LindqvistFix forced inlining to work with Visual Studio. 10/head
2015-04-29  Mika Lindqvist* Remove assembler targets and OBJA from Visual Studio...
2015-04-29  Mika LindqvistFix compiling under Visual Studio.
2015-04-26  Hans Kristian... Cleanup: Replace 'z_streamp' with 'z_stream *'
2015-04-26  Hans Kristian... Cleanup: Replace 'voidpf' with 'void *'
2015-04-26  Hans Kristian... Cleanup: Replace 'voidp' with 'void *'
2015-04-26  Hans Kristian... Cleanup: Replace 'voidpc' with 'void const *'
2015-04-26  Hans Kristian... Fix previous patches mistakes
2015-04-26  Hans Kristian... Fix syntax error in zutil.h
2015-04-26  Hans Kristian... Merge pull request #6 from daxtens/travis
2015-04-26  Daniel AxtensRun tests on Travis CI with .travis.yml 6/head
2015-04-26  Hans Kristian... Use memcpy, memcmp and memzero directly
2015-04-26  Hans Kristian... Drop workarounds for WinCE and Interix
2015-04-26  Hans Kristian... Merge pull request #5 from daxtens/develop
2015-04-26  Daniel AxtensMakefile.in: use match.lo for linking PIC 5/head
2015-04-26  Daniel Axtensarch/x86: Use SFLAGS for linking x86.lo file, not CFLAGS.
2015-04-10  hansrActually commit the updated README file.
2015-04-10  hansrUpdate readme and create LICENSE.md file
2014-12-11  rootFix compilation of match.c on big-endian machines,...
2014-12-11  rootFix version number extraction from zlib.h in configure.
2014-12-11  rootAdd ZLIBNG_* version definitions and change comment...
2014-12-11  rootImprove compatability with MSVC compiler by allowing...
2014-11-06  Hans Kristian... Fix another typing mishap in configure
2014-11-06  Hans Kristian... Fix typo in configure output
2014-11-06  Hans Kristian... Merge longest_match implementation from CloudFlare...
2014-11-06  Hans Kristian... Merge branch 'develop' of github.com:Dead2/zlib-ng...
2014-11-06  Hans Kristian... Add configure test for __builtin_ctzl() support in...
2014-11-06  hansrDrop support for old systems in configure. The remainin...
2014-11-05  hansrAdd missing match.h file from last commit
2014-11-05  hansrRemove support for ASMV and ASMINF defines and clean...
2014-11-02  Hans Kristian... Testing on a Raspberry Pi shows that -DUNALIGNED_OK...
2014-10-31  hansrAdd "generic" arch dir that is used by default unless...
2014-10-31  hansrLets try that again
2014-10-31  hansrFine, lets try to make it portable too
2014-10-31  hansrFix building for arches that dont set archdir in Configure
2014-10-21  hansrLet the CRC32_UNROLL_LESS define work on big endian...
2014-10-18  hansrRewrite K&R-style function prototypes to ANSI-C-style.
2014-10-18  hansrRemove FAR variants of voidpf
2014-10-17  hansrRemove workaround for systems where sizeof(int)<=2...
2014-10-16  hansrRemove FAR variants of variables ushf, schf, Posf,...
2014-10-16  hansrRemove use of typedef()
2014-10-15  hansrRemove more workarounds for really old compilers
2014-10-15  hansrRemove more workarounds for really old compilers
2014-10-15  hansrClean up x86 files to hide functions and variables...
2014-10-15  hansrReorganize optimization defines
2014-10-15  hansrAdd notice about README.zlib FAQ.zlib Changelog.zlib...
2014-10-15  hansrRemove false statement in README
2014-10-15  hansrSmaller readme changes and additions
2014-10-14  hansrUpdate documentation and version strings
2014-10-14  hansrSeparate arch-specific code into separate folders
2014-10-14  hansrMerge x86 and x86_64 handling in configure.
2014-10-13  hansrDelete all contrib/ and examples/ code.
2014-10-13  Zhaoxiu Zenginffast.c: add BITS and DROPBITS macros like inflate.c
2014-10-13  hansrFix compilation of test/infcover.c on linux
2014-10-13  hansrRemove support for compiling with -DFASTEST
2014-10-13  hansrRemove unused variables
2014-10-12  hansrRemove workarounds for non-ANSI-C compatible compilers...
2014-10-12  hansrRemove workarounds for non-ANSI-C compatible compilers...
2014-10-10  hansrRemove support for SASC and TURBOC compilers
2014-10-09  hansrClean up likely/unlikely definitions
2014-10-09  hansrRemove legacy 16-bit workarounds
2014-10-09  hansrMissed one, (Remove code related to legacy OS)
2014-10-09  hansrRemove FAR definition
2014-10-09  hansrRemove code related to older operating systems
2014-10-09  hansrRemove makefiles for legacy operating systems
2014-10-09  hansrMerge branch 'opt-byteswap' of github.com:jack-pappas...
2014-10-08  hansrFix merge conflict between commits d948170 and 32de507
2014-10-08  Shuxin YangMinor enhancement to put_short() macro. This change...
2014-10-08  hansrFix merge conflict between commits d306c75 and 2c888ab
2014-10-08  Shuxin YangRestructure the loop, and see about 3% speedup in run...
2014-10-08  hansrFix merge conflict between commits 5640481 and 5545321
2014-10-07  shuxinyang Rewrite the loops such that gcc can vectorize them...
2014-09-14  Jack PappasFixed broken macro.
2014-09-14  Jack PappasUse compiler intrinsics for the ZSWAP32 macro to take...
2014-07-26  Martin O. PollardAdd crc_ forward declarations to deflate and add read_b... v1.2.8-jtkv4 v1.2.8_jtkv4
2014-07-26  Martin O. PollardAdd forward declarations for fill_window_sse and flush_...
2014-07-26  Martin O. PollardInclude wmmintrin.h in configure test and crc_folding...
2014-07-26  Nathan Kidddeflate: avoid use of uninitialized variable
2014-07-26  Jim Kukunasdeflate: add new deflate_medium strategy
2014-07-26  Jim Kukunasdeflate: add new deflate_quick strategy for level 1
2014-06-03  Jim Kukunasadd PCLMULQDQ optimized CRC folding
2014-06-03  Jim Kukunasadd SSE4.2 optimized hash function
2014-06-03  Jim KukunasAdds SSE2 optimized hash shifting to fill_window.
2014-06-03  Jim KukunasAdd preprocessor define to tune crc32 unrolling.
2014-06-03  Jim KukunasTune longest_match implementation
2014-01-17  Jim KukunasAdd preprocessor define to tune Adler32 loop unrolling.
2014-01-17  Jim Kukunasenable 16-bit longest_match for x86
2014-01-17  Jim KukunasFor x86, add CPUID check.
2013-12-13  Jim KukunasAdd architecture detection in configure script.
2013-04-29  Mark Adlerzlib 1.2.8 v1.2.8
2013-04-29  Mark AdlerFix mixed line endings in contrib/vstudio.
2013-04-28  Mark AdlerCorrect spelling error in zlib.h.
2013-04-28  Mark AdlerClean up contrib/vstudio [Roß].
next