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
*
Added gzip tests for all open modes and compression levels for more code cove...
Nathan Moinvaziri
2019-12-10
6
-12
/
+8221
*
Compatibility fix for crc32()
Mika Lindqvist
2019-11-26
2
-1
/
+7
*
Compatibility fix
Mika Lindqvist
2019-11-26
1
-0
/
+4
*
Improvements to GitHub Actions for code coverage.
Nathan Moinvaziri
2019-11-26
2
-25
/
+27
*
configure: relax arm detection
MilhouseVH
2019-11-25
1
-1
/
+1
*
Fixed checksum combine being compiled out on release builds.
Nathan Moinvaziri
2019-10-27
1
-8
/
+13
*
Comment assert in chunkmemset when len < sizeof(uint64_t) since the function ...
Nathan Moinvaziri
2019-10-25
2
-3
/
+4
*
Fixed assert during inflate fast when len < sizeof(uint64_t).
Nathan Moinvaziri
2019-10-25
2
-2
/
+2
*
Added debug build configuration to GitHub Actions
Nathan Moinvaziri
2019-10-25
1
-2
/
+9
*
Fixed unresolved external symbols when building maketrees.
Nathan Moinvaziri
2019-10-25
1
-1
/
+1
*
Fixed pip not installing codecov-python on windows after mingw downgrade.
Nathan Moinvaziri
2019-10-25
1
-2
/
+3
*
Fixed formatting converting tabs to spaces.
Nathan Moinvaziri
2019-10-24
7
-53
/
+52
*
Replaced Travis CI badge with GitHub Actions badges.
Nathan Moinvaziri
2019-10-24
1
-1
/
+1
*
Run GitHub Actions workflow on pull requests.
Nathan Moinvaziri
2019-10-24
2
-2
/
+2
*
Fixed build when apt-get out of date in GitHub Actions images.
Nathan Moinvaziri
2019-10-24
1
-1
/
+3
*
Fixed buffer read overflow in crc32 folding when allocation size is not a mul...
Nathan Moinvaziri
2019-10-24
1
-5
/
+5
*
Fixed signed warnings in zng_tr_tally_dist on Windows.
Nathan Moinvaziri
2019-10-24
1
-1
/
+1
*
Added missing headers for intrinsics.
Nathan Moinvaziri
2019-10-22
1
-0
/
+4
*
Fixed compiler warnings in fuzzers. zlib-ng/zlib-ng#454
Nathan Moinvaziri
2019-10-22
5
-18
/
+18
*
Fixed load of misaligned address in deflate_quick.c. zlib-ng/zlib-ng#453
Nathan Moinvaziri
2019-10-22
1
-1
/
+1
*
Don't bother computing check value after successful inflateSync().
Mark Adler
2019-10-22
4
-11
/
+16
*
Clean up LIKELY/UNLIKELY definitions, making them upper-case to improve visib...
Hans Kristian Rosbach
2019-10-22
8
-26
/
+34
*
Avoid adding empty gzip member after gzflush with Z_FINISH.
Mark Adler
2019-10-22
3
-2
/
+13
*
zlib-ng.h syntax cleanup
Hans Kristian Rosbach
2019-10-22
1
-124
/
+187
*
Added github actions yaml for cmake and configure.
Nathan Moinvaziri
2019-10-22
9
-477
/
+618
*
Use temp variables in send_all_trees too
Hans Kristian Rosbach
2019-10-22
2
-5
/
+16
*
Reduce indirections used by send_bits and send_code.
Hans Kristian Rosbach
2019-10-22
5
-76
/
+75
*
Move scan_start check, based on Cloudflare commit
Hans Kristian Rosbach
2019-10-22
1
-4
/
+2
*
Fixed msan detection when compiler doesn't support it.
Nathan Moinvaziri
2019-10-09
1
-3
/
+5
*
Added private headers to cmake and fallback_builtins.h for MSVC.
Nathan Moinvaziri
2019-10-09
1
-1
/
+14
*
Fixed use of uninitialized value in test_deflate_copy when deflateCopy is cal...
Nathan Moinvaziri
2019-10-07
1
-0
/
+2
*
Fixed use of uninitialized value state in makefixed. #437
Nathan Moinvaziri
2019-10-07
1
-0
/
+1
*
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
[next]