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
*
Fixed signed warnings in match_p.h on arm. #430
Nathan Moinvaziri
2019-10-07
1
-1
/
+1
*
Fixed missing comma in msvc inline asm.
Nathan Moinvaziri
2019-10-06
1
-1
/
+1
*
Fixed tab formatting in fuzzers (#414)
Nathan Moinvaziri
2019-10-06
7
-458
/
+454
*
travis.yml changes:
Hans Kristian Rosbach
2019-09-26
5
-154
/
+278
*
Configure: Don't enable optimizations if without-optimizations has been set.
Hans Kristian Rosbach
2019-09-21
1
-93
/
+120
*
Unify detection of ARM getauxval code availability.
Hans Kristian Rosbach
2019-09-21
5
-10
/
+11
*
Clean up parts of CMakeLists.txt
Hans Kristian Rosbach
2019-09-21
1
-110
/
+87
*
Add archdetect as separate cmake include file.
Hans Kristian Rosbach
2019-09-21
4
-62
/
+234
*
Fixed running fuzzers with cmake on arm.
Nathan Moinvaziri
2019-09-21
1
-5
/
+8
*
Fixed crc1 unused variable warning. #418.
Nathan Moinvaziri
2019-09-21
1
-0
/
+1
*
Add oss-fuzz to readme.
Nathan Moinvaziri
2019-09-21
1
-1
/
+1
*
Add makecrct test and clean up makecrct.c code
Hans Kristian Rosbach
2019-09-20
5
-419
/
+407
*
Split crc table generating code (MAKECRCH) out into separate tool makecrct.
Hans Kristian Rosbach
2019-09-20
4
-213
/
+204
*
Add maketrees test and clean up maketrees.c code
Hans Kristian Rosbach
2019-09-20
3
-126
/
+105
*
Split maketrees out into a separate tool
Hans Kristian Rosbach
2019-09-20
6
-226
/
+239
*
travis.yml changes:
Hans Kristian Rosbach
2019-09-20
2
-10
/
+40
*
Potential fix for clang array warnings. #416
Nathan Moinvaziri
2019-09-20
1
-29
/
+27
*
Fixed warnings in checksum fuzzer and example. #418
Nathan Moinvaziri
2019-09-20
2
-6
/
+10
*
Fixed minigzip fuzzer failures on Windows. #411
Nathan Moinvaziri
2019-09-19
1
-3
/
+3
*
In test_deflate_copy(), we free the original struct but forget to free the co...
Hans Kristian Rosbach
2019-09-19
1
-1
/
+4
*
Fixed several warnings in example and fuzzers. #409
Nathan Moinvaziri
2019-09-19
4
-7
/
+9
*
Fixed use of uninitialized value warning in crc_folding.c #394
Nathan Moinvaziri
2019-09-18
1
-0
/
+2
*
Simplify adding src files with list() command. (#405)
Nathan Moinvaziri
2019-09-18
1
-12
/
+11
*
Make travis retry its operations, to attempt to avoid many of the
Hans Kristian Rosbach
2019-09-18
1
-1
/
+2
*
Add test cases to #437
jiangjufa
2019-09-15
1
-3
/
+344
*
Added travis msvc 64 bit builds.
Nathan Moinvaziri
2019-09-14
1
-0
/
+6
*
Added cmake tests to verify output of makefixed (#398)
Nathan Moinvaziri
2019-09-14
4
-7
/
+29
*
Removed obsolete text file.
Nathan Moinvaziri
2019-09-09
1
-3
/
+0
*
Add support for Visual Studio 2019 nmake.
Mika Lindqvist
2019-09-05
3
-18
/
+210
*
crc_folding: use temp buffer for partial stores
Jim Kukunas
2019-09-04
1
-3
/
+4
*
crc_folding: Fix potential out-of-bounds access
Nicolas Trangez
2019-09-04
1
-2
/
+7
*
Use slide_hash_sse2 from fill_window_sse instead of having a local
Hans Kristian Rosbach
2019-09-04
1
-30
/
+2
*
Add slide_hash to functable, and enable the sse2-optimized version.
Hans Kristian Rosbach
2019-09-04
7
-31
/
+55
*
Adds SSE2 optimized slide_hash.
Jim Kukunas
2019-09-04
3
-2
/
+61
*
Changes to support compilation with MSVC ARM & ARM64 (#386)
Nathan Moinvaziri
2019-09-04
11
-62
/
+57
*
Rename #defines for consistency (#378)
Nathan Moinvaziri
2019-08-23
8
-28
/
+28
*
* Fixed wrong compilers listed for Windows.
Nathan Moinvaziri
2019-08-23
1
-11
/
+1
*
Added support for configuring project based on BUILD_SHARED_LIBS.
Nathan Moinvaziri
2019-08-23
1
-42
/
+60
*
Clean up travis config.
Hans Kristian Rosbach
2019-08-22
1
-32
/
+104
*
Add support for codecov.io and GCC-9 testing.
Hans Kristian Rosbach
2019-08-22
1
-0
/
+21
*
use relative header path
cielavenir
2019-08-22
14
-31
/
+31
*
try to consume available data if Z_FINISH is used
cielavenir
2019-08-22
1
-1
/
+3
*
Fixed GCC version for bswap intrinsics (#385)
T.Yamada
2019-08-21
1
-1
/
+1
*
Fixed optimizations not being used when compiler is msvc. (#376)
Nathan Moinvaziri
2019-08-11
2
-71
/
+89
*
Remove pdf from readme contents.
Nathan Moinvaziri
2019-08-11
1
-1
/
+0
*
Remove BUILDFIXED and MAKEFIXED. (#375)
Hans Kristian Rosbach
2019-08-08
9
-121
/
+109
*
Remove syntax, whitespace and comment differences between inflate.c
Hans Kristian Rosbach
2019-08-08
2
-21
/
+74
*
Readme and index restructuring (#346)
Nathan Moinvaziri
2019-08-08
6
-90
/
+154
*
Remove old zlib artifacts (#345)
Nathan Moinvaziri
2019-08-08
5
-1832
/
+0
*
Enables neon implementation of memcopy on Android arm64-v8a
taigacon
2019-08-06
1
-1
/
+1
[next]