]> git.ipfire.org Git - thirdparty/zlib-ng.git/shortlog
thirdparty/zlib-ng.git
2015-05-12  Mika LindqvistEnable gzopen_w for Cygwin 27/head
2015-05-12  Hans Kristian... Merge pull request #26 from mtl1979/includes
2015-05-12  Hans Kristian... Cmake: Add support for WITH_GZFILEOP and ZLIB_COMPAT
2015-05-12  Hans Kristian... Remove support for compiling with Z_SOLO.
2015-05-11  Mika LindqvistUse INCLUDES in root Makefile.in too 26/head
2015-05-11  Mika LindqvistAdd test for reallocf. 24/head
2015-05-11  Hans Kristian... Do not build with -Werror by default.
2015-05-11  Daniel Axtensadler32: unsigned long -> uint32_t
2015-05-11  Daniel Axtensadler32: local -> static
2015-05-11  Daniel Axtenscrc32: unsigned long -> uint32_t
2015-05-11  Daniel Axtenscrc32: local -> static
2015-05-11  Daniel AxtensDrop MAXSEG_64K: our machines have segments greater...
2015-05-11  Daniel AxtensRemove UNDER_CE: Windows CE is old.
2015-05-11  Mika LindqvistCleanup endianness test. 25/head
2015-05-11  Yuta NAKAIconfigure: Support MinGW, Cygwin and MSYS.
2015-05-11  Daniel AxtensKill BYFOUR --- there's no reason to disabled it (NOBYFOUR)
2015-05-11  Hans Kristian... Merge branch 'develop' of github.com:Dead2/zlib-ng...
2015-05-11  Daniel AxtensKill VMS support in zconf.h
2015-05-11  Daniel AxtensKill Z_ARG()
2015-05-11  Daniel AxtensKill OF()
2015-05-11  Daniel AxtensKill z_ prefix support
2015-05-08  Hans Kristian... Merge pull request #22 from mtl1979/temp3
2015-05-08  Hans Kristian... Merge pull request #23 from daxtens/travis_cmake
2015-05-08  Daniel AxtensTest cmake with Travis 23/head
2015-05-08  Mika LindqvistMove generating zconf.h.cmakein from Makefile.in to... 22/head
2015-05-08  Hans Kristian... Merge branch 'develop' of github.com:Dead2/zlib-ng...
2015-05-08  Hans Kristian... Add README file with markup code enabled, allows links...
2015-05-08  Hans Kristian... Merge pull request #21 from daxtens/develop
2015-05-08  Hans Kristian... Merge pull request #20 from mtl1979/temp2
2015-05-08  Daniel AxtensCheck out of tree building in Travis 21/head
2015-05-08  Daniel AxtensUnbreak things: import the right zconf.h
2015-05-07  Mika LindqvistMake sure Visual Studio makefile does not fail if zconf...
2015-05-07  Mika LindqvistFix building under Cygwin.
2015-05-07  Mika LindqvistRemove support for Borland C compiler.
2015-05-07  Mika LindqvistFix building under Cygwin. 20/head
2015-05-07  Mika LindqvistRemove support for Borland C compiler.
2015-05-07  Mika LindqvistMake sure Visual Studio makefile does not fail if zconf...
2015-05-07  Mika LindqvistRemove unnecessary dependencies from distclean and...
2015-05-07  Hans Kristian... Revert "Don't delete SRCDIR/zconf.h when building out...
2015-05-05  Hans Kristian... Merge pull request #17 from daxtens/makefix
2015-05-05  Daniel AxtensDon't delete SRCDIR/zconf.h when building out of tree 17/head
2015-05-05  Daniel Axtensdistclean shouldn't depend on docs
2015-05-04  Hans Kristian... Merge pull request #14 from mtl1979/test1
2015-05-04  Mika LindqvistFix building outside source tree 14/head
2015-05-04  Hans Kristian... Merge pull request #16 from mtl1979/develop
2015-05-04  Mika LindqvistFix signed/unsigned mismatch. 16/head
2015-05-04  Hans Kristian... Merge pull request #15 from daxtens/cleanups
2015-05-04  Daniel AxtensCompile with -Wall -Werror 15/head
2015-05-01  Hans Kristian... Merge pull request #11 from mtl1979/develop
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  Daniel Axtensx86: Clean up compiler warnings in crc_folding.c
2015-05-01  Mika LindqvistUpdate CMakeLists.txt 12/head
2015-05-01  Daniel AxtensMake feature tests build with -Wall -Werror
2015-05-01  Daniel Axtensx86: Do not try X86_QUICK_STRATEGY without HAVE_SSE2_INTRIN
2015-05-01  Daniel AxtensRemove unneeded and confusing alwaysinline
2015-05-01  Daniel Axtensx86: Silence uninitalised variable warning
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...
next