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