summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add notice about README.zlib FAQ.zlib Changelog.zlib being unmaintainedhansr2014-10-153-0/+18
* Remove false statement in READMEhansr2014-10-154-9/+1955
* Smaller readme changes and additionshansr2014-10-151-12/+24
* Update documentation and version stringshansr2014-10-145-1939/+65
* Separate arch-specific code into separate foldershansr2014-10-1413-67/+125
* Merge x86 and x86_64 handling in configure.hansr2014-10-141-89/+56
* Delete all contrib/ and examples/ code.hansr2014-10-13153-42735/+1
* inffast.c: add BITS and DROPBITS macros like inflate.cZhaoxiu Zeng2014-10-131-14/+19
* Fix compilation of test/infcover.c on linuxhansr2014-10-131-0/+6
* Remove support for compiling with -DFASTESThansr2014-10-134-100/+3
* Remove unused variableshansr2014-10-131-5/+0
* Remove workarounds for non-ANSI-C compatible compilers (Part 2)hansr2014-10-1220-263/+245
* Remove workarounds for non-ANSI-C compatible compilers (Part 1)hansr2014-10-1215-603/+65
* Remove support for SASC and TURBOC compilershansr2014-10-101-14/+2
* Clean up likely/unlikely definitionshansr2014-10-094-16/+21
* Remove legacy 16-bit workaroundshansr2014-10-095-22/+3
* Missed one, (Remove code related to legacy OS)hansr2014-10-091-17/+0
* Remove FAR definitionhansr2014-10-0916-202/+155
* Remove code related to older operating systemshansr2014-10-0910-420/+10
* Remove makefiles for legacy operating systemshansr2014-10-0924-3255/+0
* Merge branch 'opt-byteswap' of github.com:jack-pappas/zlib into develophansr2014-10-091-1/+24
|\
| * Fixed broken macro.Jack Pappas2014-09-141-1/+1
| * Use compiler intrinsics for the ZSWAP32 macro to take advantage of hardware s...Jack Pappas2014-09-141-1/+24
* | Fix merge conflict between commits d948170 and 32de507hansr2014-10-081-9/+0
* | Minor enhancement to put_short() macro. This change saw marginal speedupShuxin Yang2014-10-081-0/+24
* | Fix merge conflict between commits d306c75 and 2c888abhansr2014-10-081-2/+1
* | Restructure the loop, and see about 3% speedup in run time. I believe theShuxin Yang2014-10-082-0/+30
* | Fix merge conflict between commits 5640481 and 5545321hansr2014-10-081-8/+2
* | Rewrite the loops such that gcc can vectorize them using saturated-subshuxinyang2014-10-071-1/+44
* | Add crc_ forward declarations to deflate and add read_buf fwd dcl to fill_win...Martin O. Pollard2014-07-262-0/+6
* | Add forward declarations for fill_window_sse and flush_pending to deflate_qui...Martin O. Pollard2014-07-261-0/+3
* | Include wmmintrin.h in configure test and crc_folding.c aid clang compilation.Martin O. Pollard2014-07-262-0/+2
* | deflate: avoid use of uninitialized variableNathan Kidd2014-07-261-1/+1
* | deflate: add new deflate_medium strategyJim Kukunas2014-07-263-4/+311
* | deflate: add new deflate_quick strategy for level 1Jim Kukunas2014-07-267-95/+2472
* | add PCLMULQDQ optimized CRC foldingJim Kukunas2014-06-036-11/+603
* | add SSE4.2 optimized hash functionJim Kukunas2014-06-033-15/+82
* | Adds SSE2 optimized hash shifting to fill_window.Jim Kukunas2014-06-035-20/+279
* | Add preprocessor define to tune crc32 unrolling.Jim Kukunas2014-06-032-4/+18
* | Tune longest_match implementationJim Kukunas2014-06-033-217/+322
* | Add preprocessor define to tune Adler32 loop unrolling.Jim Kukunas2014-01-172-0/+22
* | enable 16-bit longest_match for x86Jim Kukunas2014-01-171-0/+6
* | For x86, add CPUID check.Jim Kukunas2014-01-173-4/+57
* | Add architecture detection in configure script.Jim Kukunas2013-12-131-0/+38
|/
* zlib 1.2.8Mark Adler2013-04-284-5/+9
* Fix mixed line endings in contrib/vstudio.Mark Adler2013-04-284-27/+27
* Correct spelling error in zlib.h.Mark Adler2013-04-281-1/+1
* Clean up contrib/vstudio [Roß].Mark Adler2013-04-2821-1138/+592
* Update some copyright years.Mark Adler2013-04-282-2/+2
* Do not force Z_CONST for C++.Mark Adler2013-04-283-3/+3