index
:
Project-Tick
dependabot/cargo/ofborg/cargo-6413d30b2c
dependabot/github_actions/github-actions-37d761dd54
dependabot/gradle/forgewrapper/gradle-f4fe71422a
dependabot/npm_and_yarn/ci/github-script/npm_and_yarn-026824b8a2
dependabot/npm_and_yarn/ofborg/ofborg-viewer/npm_and_yarn-4d6535e57e
dependabot/pip/json4cpp/docs/mkdocs/mkdocs-redirects-1.2.3
dependabot/pip/meta/certifi-2026.2.25
dependabot/pip/meta/charset-normalizer-3.4.7
dependabot/pip/meta/pip-2355f07891
dependabot/pip/meta/requests-2.33.1
dependabot/pip/meta/soupsieve-2.8.3
dependabot/submodules/cgit/git-2855562
gh-pages
master
Project Tick is a project dedicated to providing developers with ease of use and users with long-lasting software.
Mehmet Samet Duman
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add notice about README.zlib FAQ.zlib Changelog.zlib being unmaintained
hansr
2014-10-15
3
-0
/
+18
*
Remove false statement in README
hansr
2014-10-15
4
-9
/
+1955
*
Smaller readme changes and additions
hansr
2014-10-15
1
-12
/
+24
*
Update documentation and version strings
hansr
2014-10-14
5
-1939
/
+65
*
Separate arch-specific code into separate folders
hansr
2014-10-14
13
-67
/
+125
*
Merge x86 and x86_64 handling in configure.
hansr
2014-10-14
1
-89
/
+56
*
Delete all contrib/ and examples/ code.
hansr
2014-10-13
153
-42735
/
+1
*
inffast.c: add BITS and DROPBITS macros like inflate.c
Zhaoxiu Zeng
2014-10-13
1
-14
/
+19
*
Fix compilation of test/infcover.c on linux
hansr
2014-10-13
1
-0
/
+6
*
Remove support for compiling with -DFASTEST
hansr
2014-10-13
4
-100
/
+3
*
Remove unused variables
hansr
2014-10-13
1
-5
/
+0
*
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
hansr
2014-10-12
20
-263
/
+245
*
Remove workarounds for non-ANSI-C compatible compilers (Part 1)
hansr
2014-10-12
15
-603
/
+65
*
Remove support for SASC and TURBOC compilers
hansr
2014-10-10
1
-14
/
+2
*
Clean up likely/unlikely definitions
hansr
2014-10-09
4
-16
/
+21
*
Remove legacy 16-bit workarounds
hansr
2014-10-09
5
-22
/
+3
*
Missed one, (Remove code related to legacy OS)
hansr
2014-10-09
1
-17
/
+0
*
Remove FAR definition
hansr
2014-10-09
16
-202
/
+155
*
Remove code related to older operating systems
hansr
2014-10-09
10
-420
/
+10
*
Remove makefiles for legacy operating systems
hansr
2014-10-09
24
-3255
/
+0
*
Merge branch 'opt-byteswap' of github.com:jack-pappas/zlib into develop
hansr
2014-10-09
1
-1
/
+24
|
\
|
*
Fixed broken macro.
Jack Pappas
2014-09-14
1
-1
/
+1
|
*
Use compiler intrinsics for the ZSWAP32 macro to take advantage of hardware s...
Jack Pappas
2014-09-14
1
-1
/
+24
*
|
Fix merge conflict between commits d948170 and 32de507
hansr
2014-10-08
1
-9
/
+0
*
|
Minor enhancement to put_short() macro. This change saw marginal speedup
Shuxin Yang
2014-10-08
1
-0
/
+24
*
|
Fix merge conflict between commits d306c75 and 2c888ab
hansr
2014-10-08
1
-2
/
+1
*
|
Restructure the loop, and see about 3% speedup in run time. I believe the
Shuxin Yang
2014-10-08
2
-0
/
+30
*
|
Fix merge conflict between commits 5640481 and 5545321
hansr
2014-10-08
1
-8
/
+2
*
|
Rewrite the loops such that gcc can vectorize them using saturated-sub
shuxinyang
2014-10-07
1
-1
/
+44
*
|
Add crc_ forward declarations to deflate and add read_buf fwd dcl to fill_win...
Martin O. Pollard
2014-07-26
2
-0
/
+6
*
|
Add forward declarations for fill_window_sse and flush_pending to deflate_qui...
Martin O. Pollard
2014-07-26
1
-0
/
+3
*
|
Include wmmintrin.h in configure test and crc_folding.c aid clang compilation.
Martin O. Pollard
2014-07-26
2
-0
/
+2
*
|
deflate: avoid use of uninitialized variable
Nathan Kidd
2014-07-26
1
-1
/
+1
*
|
deflate: add new deflate_medium strategy
Jim Kukunas
2014-07-26
3
-4
/
+311
*
|
deflate: add new deflate_quick strategy for level 1
Jim Kukunas
2014-07-26
7
-95
/
+2472
*
|
add PCLMULQDQ optimized CRC folding
Jim Kukunas
2014-06-03
6
-11
/
+603
*
|
add SSE4.2 optimized hash function
Jim Kukunas
2014-06-03
3
-15
/
+82
*
|
Adds SSE2 optimized hash shifting to fill_window.
Jim Kukunas
2014-06-03
5
-20
/
+279
*
|
Add preprocessor define to tune crc32 unrolling.
Jim Kukunas
2014-06-03
2
-4
/
+18
*
|
Tune longest_match implementation
Jim Kukunas
2014-06-03
3
-217
/
+322
*
|
Add preprocessor define to tune Adler32 loop unrolling.
Jim Kukunas
2014-01-17
2
-0
/
+22
*
|
enable 16-bit longest_match for x86
Jim Kukunas
2014-01-17
1
-0
/
+6
*
|
For x86, add CPUID check.
Jim Kukunas
2014-01-17
3
-4
/
+57
*
|
Add architecture detection in configure script.
Jim Kukunas
2013-12-13
1
-0
/
+38
|
/
*
zlib 1.2.8
Mark Adler
2013-04-28
4
-5
/
+9
*
Fix mixed line endings in contrib/vstudio.
Mark Adler
2013-04-28
4
-27
/
+27
*
Correct spelling error in zlib.h.
Mark Adler
2013-04-28
1
-1
/
+1
*
Clean up contrib/vstudio [Roß].
Mark Adler
2013-04-28
21
-1138
/
+592
*
Update some copyright years.
Mark Adler
2013-04-28
2
-2
/
+2
*
Do not force Z_CONST for C++.
Mark Adler
2013-04-28
3
-3
/
+3
[next]