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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Add test cases to #437
jiangjufa
2019-09-15
1
-3
/
+344
*
Readme and index restructuring (#346)
Nathan Moinvaziri
2019-08-08
2
-14
/
+12
*
Add two new public zng_deflate{Set,Get}Params() functions
Ilya Leoshkevich
2019-07-18
1
-5
/
+60
*
longest_match: avoid using negative indices
Ilya Leoshkevich
2019-07-18
5
-3
/
+128
*
deflate_medium: fix handling of overlapping matches
Ilya Leoshkevich
2019-07-18
3
-1
/
+13
*
Remove duplicate gz functions in test code (#348)
Nathan Moinvaziri
2019-06-22
3
-405
/
+3
*
Fixed assert(n_read == len) in standalone fuzz target runner on certain file ...
Nathan Moinvaziri
2019-05-29
1
-1
/
+1
*
Add support for IBM Z hardware-accelerated deflate
Ilya Leoshkevich
2019-05-23
1
-0
/
+4
*
Fix infcover.c build
Ilya Leoshkevich
2019-05-02
1
-0
/
+1
*
Fix building with gcc 8.2.1 and -Wall -Wextra -pedantic -Werror
Ilya Leoshkevich
2019-03-27
2
-0
/
+4
*
fix bug #289: use strcpy instead of strncpy
Sebastian Pop
2019-01-24
1
-2
/
+1
*
remove unused variable
Sebastian Pop
2019-01-22
1
-1
/
+0
*
Have Makefile return non-zero error code on test failure.
Mark Adler
2019-01-15
1
-6
/
+6
*
fix several memory sanitizer errors on aarch64
Sebastian Pop
2019-01-10
1
-4
/
+12
*
remove build warning about 'fdopen'
Sebastian Pop
2018-12-11
1
-2
/
+9
*
make fuzzer-test fail on first error
Sebastian Pop
2018-12-08
1
-6
/
+6
*
add test/fuzz for fast crc32
Sebastian Pop
2018-12-08
1
-5
/
+20
*
integration of oss-fuzz in make test #204 (#206)
sebpop
2018-11-07
9
-1
/
+1283
*
Fix test/example.c when compiled with ASAN
Sebastian Pop
2018-11-07
1
-2
/
+5
*
fix ASAN crash on test/minigzip
Sebastian Pop
2018-11-02
1
-0
/
+2
*
fix bug #184: clear out buf to avoid msan use-of-uninitialized-value
Sebastian Pop
2018-09-17
1
-0
/
+3
*
Add ARM cross build and validation
Jun He
2018-04-28
2
-12
/
+29
*
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-22
2
-2
/
+2
*
[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)
Mika Lindqvist
2018-03-22
1
-11
/
+13
*
Align in 16-byte boundary when UNALIGNED_OK is undefined.
Mika Lindqvist
2018-02-22
1
-0
/
+8
*
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2018-01-31
2
-109
/
+118
*
minigzip: add support for deflate_stored.
Mika Lindqvist
2017-02-23
1
-2
/
+2
*
test/example.c: Don't mix unsigned long and size_t.
Mika Lindqvist
2017-02-23
1
-2
/
+2
*
Some tests were missing EXE suffix.
Mika Lindqvist
2017-02-23
2
-5
/
+5
*
Fix so Travis doesn't fail on CVE tests without --zlib-compat.
Mika Lindqvist
2017-02-13
1
-1
/
+1
*
zlib 1.2.9
Mark Adler
2017-02-09
3
-3
/
+3
*
Make globals in examples local to compilation unit.
Mark Adler
2017-02-01
2
-4
/
+4
*
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2017-01-31
3
-32
/
+32
*
Only run tests requiring zlib-compat if zlib-ng was compiled with it.
Hans Kristian Rosbach
2016-04-28
1
-2
/
+7
*
Add test for CVE-2004-0797
Daniel Axtens
2016-04-28
4
-2
/
+3
*
Add test cases for CVE-2005-1849 and CVE-2005-2096
Daniel Axtens
2016-04-28
5
-1
/
+10
*
Add test for CVE-2002-0059
Daniel Axtens
2016-04-28
3
-1
/
+26
*
Add test for CVE-2003-0107
Daniel Axtens
2016-04-28
2
-1
/
+39
*
Properly bail out when a test fails.
Daniel Axtens
2016-04-28
1
-3
/
+3
*
Move Makefile.in test-related parts into test/Makefile.in
Daniel Axtens
2016-04-28
2
-0
/
+53
*
Fix Coverity warnings.
Mika Lindqvist
2016-04-27
1
-2
/
+2
*
Use size_t for total_in and total_out.
Mika Lindqvist
2015-12-14
1
-23
/
+23
*
Type cleanup.
Mika Lindqvist
2015-12-14
2
-45
/
+46
*
minigzip: Use bigger buffer for writing.
Mika Lindqvist
2015-11-25
1
-7
/
+8
*
minigzip: restructure gzread() to get rid of unnecessary temporary variables.
Mika Lindqvist
2015-11-03
1
-16
/
+14
[next]