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
*
Introduce ZLIBNG_ENABLE_TESTS
Ilya Leoshkevich
2022-11-01
5
-21
/
+77
*
Use short decompress option name for gzip compatibility. #1347
Nathan Moinvaziri
2022-10-09
1
-1
/
+1
*
IBM Z DFLTCC: Fix updating strm.adler with inflate()
Ilya Leoshkevich
2022-09-26
1
-0
/
+2
*
Fixed casting warning from uint64_t to size_t in adler32_copy benchmarks
Nathan Moinvaziri
2022-09-26
1
-1
/
+1
*
Fixed undefined variable random_ints in adler32_copy benchmarks.
Nathan Moinvaziri
2022-09-26
1
-1
/
+2
*
Pin Google Benchmark to v1.7.0 since master tag has been removed.
Nathan Moinvaziri
2022-09-26
1
-2
/
+13
*
Fix build failure introduced by 8df665005952cdbe7dc995d409ffe4f861e7a83e
Mika Lindqvist
2022-09-16
1
-3
/
+13
*
Add CVE-2022-37434 test.
Vladislav Shchapov
2022-09-05
1
-0
/
+5
*
Add add_subdirectory test.
Vladislav Shchapov
2022-09-05
2
-0
/
+20
*
Fix build as subproject.
Vladislav Shchapov
2022-09-05
4
-19
/
+19
*
Remove ZLIB_DUAL_LINK option to simplify dual link tests.
Nathan Moinvaziri
2022-09-05
1
-13
/
+8
*
Fixed content already populated error in CMake scripts. #1327
Nathan Moinvaziri
2022-09-05
2
-7
/
+6
*
Reorganize cmake scripts for tests.
Nathan Moinvaziri
2022-08-17
9
-102
/
+805
*
Fixed conversion warning with level in compress_bound unit tests.
Nathan Moinvaziri
2022-07-06
1
-2
/
+2
*
Bump _POSIX_C_SOURCE to 200809 for strdup()
Ilya Leoshkevich
2022-06-30
1
-1
/
+2
*
Improve dual link test to compile against zlib. Previously we were only linki...
Nathan Moinvaziri
2022-06-24
2
-0
/
+43
*
Add a test for concurrently modifying deflate() input
Ilya Leoshkevich
2022-06-24
2
-3
/
+180
*
Used fixed width uint8_t for crc32 and adler32 function declarations.
Nathan Moinvaziri
2022-06-24
1
-2
/
+2
*
Use uint64_t instead of size_t for len in adler32 to be consistent with crc32.
Nathan Moinvaziri
2022-06-24
1
-2
/
+2
*
Fixed signed warnings in GZ unit tests.
Nathan Moinvaziri
2022-06-07
1
-2
/
+2
*
abicheck.sh: update reference versions.
Dan Kegel
2022-06-05
3
-7
/
+2818
*
Simplify zlib-ng native API by removing version and struct size checks.
Hans Kristian Rosbach
2022-06-03
1
-0
/
+5
*
Allow external gtest
Vladislav Shchapov
2022-06-01
1
-27
/
+30
*
Speed up software CRC-32 computation by a factor of 1.5 to 3.
Nathan Moinvaziri
2022-05-25
3
-5
/
+5
*
Adding avx512_vnni inline + copy elision
Adam Stylinski
2022-05-23
2
-0
/
+118
*
Implement power9 version of compare256.
Matheus Castanho
2022-05-07
2
-0
/
+6
*
Implement neon version of compare256.
Nathan Moinvaziri
2022-05-06
2
-0
/
+6
*
Improve deflateBound unit test to test a range of small buffer lengths with v...
Nathan Moinvaziri
2022-05-03
1
-32
/
+69
*
Added compressBound tests for small buffers.
Nathan Moinvaziri
2022-05-03
2
-0
/
+60
*
Add test for stream adler after inflateSetDictionary
Josh Triplett
2022-05-03
1
-0
/
+1
*
Remove CVE testing from configure script.
Nathan Moinvaziri
2022-04-27
2
-36
/
+1
*
Use PREFIX() for some of the Z_INTERNAL symbols
Ilya Leoshkevich
2022-04-27
2
-2
/
+2
*
Add test for issue #1235.
Mika Lindqvist
2022-04-22
2
-2
/
+48
*
Rename memory alignment functions because they handle custom allocator which ...
Nathan Moinvaziri
2022-04-14
1
-3
/
+3
*
Fixed off-by-one error when benchmarking compare256 resulting in heap-buffer-...
Nathan Moinvaziri
2022-04-14
1
-1
/
+1
*
Mimic minigzip behavior and only unlink files if not using -c copy out argument.
Nathan Moinvaziri
2022-04-08
1
-1
/
+1
*
Fix the custom PNG image based benchmark
Adam Stylinski
2022-04-08
1
-3
/
+3
*
abicheck.sh: don't export CHOST if it wasn't already exported.
Dan Kegel
2022-04-05
1
-1
/
+5
*
abicheck.sh: zlib-ng is a bash script, not a sh script, don't hardcode shell ...
Dan Kegel
2022-04-04
1
-1
/
+1
*
Fixed building tests when -DWITH_GZFILEOP=OFF
Nathan Moinvaziri
2022-04-04
1
-5
/
+30
*
Move fuzzer cmake into fuzz directory.
Nathan Moinvaziri
2022-04-04
1
-0
/
+44
*
Use latest stable version of google test instead of unstable main branch.
Nathan Moinvaziri
2022-04-04
1
-1
/
+1
*
abicheck.sh: implement --refresh-if option as documented.
Dan Kegel
2022-04-04
2
-7
/
+5
*
Remove support for building fuzzers from configure.
Nathan Moinvaziri
2022-04-03
1
-20
/
+1
*
Added unit test against CVE-2018-25032 with default strategy.
Nathan Moinvaziri
2022-04-03
2
-0
/
+1
*
Added unit test against CVE-2018-25032.
Nathan Moinvaziri
2022-04-03
2
-1
/
+3
*
Added missing -F argument for Z_FIXED strategy in minideflate.
Nathan Moinvaziri
2022-04-03
1
-1
/
+3
*
Allow SSE2 and AVX2 functions with -DWITH_UNALIGNED=OFF. Even though they use...
Nathan Moinvaziri
2022-03-31
2
-6
/
+6
*
Fixed error with compare256_unaligned_avx2 undefined if unaligned access is d...
Nathan Moinvaziri
2022-03-27
2
-5
/
+3
*
Fixed unused opaque variable in aligned alloc test.
Nathan Moinvaziri
2022-03-27
1
-0
/
+2
[next]