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
*
Axe the SSE4 compare256 functions
Adam Stylinski
2022-02-11
1
-3
/
+0
*
Write an SSE2 optimized compare256
Adam Stylinski
2022-02-11
1
-0
/
+3
*
Remove duplicate header includes.
Nathan Moinvaziri
2022-02-06
6
-16
/
+2
*
Only define CPU variants that require deflate_state when deflate.h has previo...
Nathan Moinvaziri
2022-02-06
1
-1
/
+1
*
[Benchmarks] Fix adler32/vmx benchmark not found under 32-bit PowerPC
Mika T. Lindqvist
2022-02-03
1
-3
/
+6
*
Removed unused CMake includes in benchmark cmake.
Nathan Moinvaziri
2022-01-31
1
-2
/
+0
*
Fixed wrong cpu check variable used for ARM in adler benchmarks.
Nathan Moinvaziri
2022-01-31
1
-1
/
+1
*
Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for pos...
Nathan Moinvaziri
2022-01-29
13
-51
/
+5
*
Remove zutil.h includes from many files to prevent zlib.h being included.
Nathan Moinvaziri
2022-01-29
1
-1
/
+0
*
Remove unused fdopen define for MSVC.
Nathan Moinvaziri
2022-01-25
1
-1
/
+1
*
Allow setting of version when building with pigz.
Nathan Moinvaziri
2022-01-23
1
-1
/
+9
*
Move cpu feature variant callback typedefs to cpu_features header.
Nathan Moinvaziri
2022-01-23
4
-8
/
+0
*
Use fixed width types in compare256 definition.
Nathan Moinvaziri
2022-01-23
1
-1
/
+1
*
Remove crc32 and adler32 shared library tests which don't test anyting furthe...
Nathan Moinvaziri
2022-01-20
1
-1
/
+1
*
Rename test binaries with test_ prefix.
Nathan Moinvaziri
2022-01-20
7
-4
/
+4
*
Added adler32, compare256, crc32, and slide_hash benchmarks using Google Benc...
Nathan Moinvaziri
2022-01-17
7
-0
/
+438
*
Change fuzzer binaries and solutions to prefix with fuzzer_.
Nathan Moinvaziri
2022-01-16
8
-7
/
+7
*
Check for err == Z_OK is always true in minideflate loops.
Nathan Moinvaziri
2022-01-08
1
-2
/
+2
*
Fixed main function does not return value which may indicated unintended beha...
Nathan Moinvaziri
2022-01-08
2
-0
/
+2
*
Fix deflateBound and compressBound returning very small size estimates.
Hans Kristian Rosbach
2021-12-20
1
-1
/
+1
*
Avoid warning C4295 when using Visual C++ and maintainer warnings are enabled.
Mika Lindqvist
2021-12-19
1
-36
/
+36
*
inttypes.h includes stdint.h, so only include one of them.
Hans Kristian Rosbach
2021-12-19
9
-10
/
+1
*
Added unit test to ensure that inflate with adler32 hash works on previously ...
Nathan Moinvaziri
2021-12-09
1
-0
/
+59
*
Fixed inflateGetDictionary length check may include bytes added by last call ...
Nathan Moinvaziri
2021-12-02
1
-1
/
+1
*
Reorganize inflate window layout
Jim Kukunas
2021-12-02
1
-14
/
+5
*
Fixed minideflate write buffers being overwritten.
Nathan Moinvaziri
2021-12-02
1
-6
/
+8
*
IBM Z: Do not check inflateGetDictionary() with DFLTCC
Ilya Leoshkevich
2021-10-13
1
-1
/
+8
*
Use helper function for printing error and exiting in example.
Nathan Moinvaziri
2021-09-22
1
-195
/
+116
*
Added code coverage for inflateGetDictionary in example.
Nathan Moinvaziri
2021-09-22
1
-0
/
+16
*
Call deflateBound to calculate length with custom gzip header in example.
Nathan Moinvaziri
2021-09-22
1
-0
/
+1
*
Fill out gzheader before calling deflateSetHeader for better code coverage in...
Nathan Moinvaziri
2021-09-22
1
-0
/
+6
*
Include win directory in pigz even if not using threads.
Nathan Moinvaziri
2021-09-03
1
-1
/
+7
*
Add new crc32 unit test
Matheus Castanho
2021-08-12
2
-2
/
+201
*
Fix MSVC warnings in hash_head_0.c test
Ilya Leoshkevich
2021-06-18
1
-3
/
+3
*
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2021-06-18
4
-15
/
+17
*
Open up develop branch for non-stable commits.
Hans Kristian Rosbach
2021-06-12
1
-2
/
+2
*
Added pigz tests for no threads and no optimizations.
Nathan Moinvaziri
2021-06-08
1
-23
/
+37
*
Added GH-979 failure test case against for inflateBack.
Nathan Moinvaziri
2021-06-08
2
-0
/
+4
*
Added CMake project for building pigz.
Nathan Moinvaziri
2021-06-08
1
-0
/
+180
*
Fixed trying to uncompress after compressing in gzip direct mode which is not...
Nathan Moinvaziri
2021-05-30
1
-1
/
+6
*
Fixed gz mode for compression level not using ascii numeric value.
Nathan Moinvaziri
2021-05-30
1
-1
/
+1
*
Use different fuzzer bits in example_dict_fuzzer for more input value combina...
Nathan Moinvaziri
2021-05-30
1
-3
/
+3
*
Fix build under Cygwin.
Mika Lindqvist
2021-05-27
2
-0
/
+5
*
Spelling fixes
Greg Sjaardema
2021-05-16
2
-5
/
+5
*
upgrade links to HTTPS
Viktor Szakats
2021-05-08
2
-3
/
+3
*
Added Z_FIXED and direct gzip out modes to minigzip fuzzer.
Nathan Moinvaziri
2021-04-28
1
-1
/
+9
*
Changed minigzip fuzzer outmode[3] to be determined based on a different valu...
Nathan Moinvaziri
2021-04-28
1
-1
/
+1
*
Remove unnecessary malloc.h header include from minigzip and minigzip_fuzzer.
Nathan Moinvaziri
2021-04-20
2
-8
/
+0
*
Fix MSVC warnings in deflate_quick_block_open
Ilya Leoshkevich
2021-03-22
1
-2
/
+2
*
Restore hash_head != 0 checks
Ilya Leoshkevich
2021-03-20
1
-0
/
+110
[next]