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
/
example.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use CTest to simplify testing options
Hans Kristian Rosbach
2025-11-16
1
-2
/
+2
*
Fix type mismatch on platforms where int32_t and uint32_t use long instead of...
Mika Lindqvist
2025-10-22
1
-5
/
+5
*
Make internal functions static in the test code.
Xin LI
2024-02-07
1
-31
/
+17
*
Discard trailing whitespaces
Dimitri Papadopoulos
2023-08-07
1
-2
/
+2
*
Fix definition of z_size_t to match documentation of legacy zlib API.
Mika T. Lindqvist
2023-02-23
1
-8
/
+8
*
Have build test report library version if it doesn't match zlib.h.
Mark Adler
2023-02-03
1
-1
/
+1
*
Introduce ZLIBNG_ENABLE_TESTS
Ilya Leoshkevich
2022-11-01
1
-8
/
+10
*
Move _POSIX_C_SOURCE define before first stdlib.h include in zbuild.h for pos...
Nathan Moinvaziri
2022-01-29
1
-3
/
+0
*
inttypes.h includes stdint.h, so only include one of them.
Hans Kristian Rosbach
2021-12-19
1
-2
/
+1
*
Fixed inflateGetDictionary length check may include bytes added by last call ...
Nathan Moinvaziri
2021-12-02
1
-1
/
+1
*
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
*
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2021-06-18
1
-1
/
+1
*
Open up develop branch for non-stable commits.
Hans Kristian Rosbach
2021-06-12
1
-2
/
+2
*
Fixed dereference of possibly null head variable in test_deflate_set_header.
Nathan Moinvaziri
2020-10-09
1
-0
/
+5
*
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-08-23
1
-17
/
+17
*
Fix testsuite warnings on Windows, using PRIu64
Josh Triplett
2020-08-20
1
-1
/
+2
*
Fixed const warning in deflate prime tests.
Nathan Moinvaziri
2020-07-10
1
-1
/
+1
*
Fixed integer casting and signed comparison warning in test_gzio.
Nathan Moinvaziri
2020-07-01
1
-3
/
+4
*
Improve deflatePrime test by wrapping gzip header and footer around deflate s...
Nathan Moinvaziri
2020-07-01
1
-22
/
+68
*
Fixed wrong size being used in calloc in test_deflate_set_header.
Nathan Moinvaziri
2020-06-29
1
-1
/
+1
*
Use standard int types in zlib-ng api.
Nathan Moinvaziri
2020-06-09
1
-2
/
+2
*
Fixed variable set but not used static analysis warning in example.
Nathan Moinvaziri
2020-06-09
1
-1
/
+1
*
Fixed const correctness when assigning stream next_in.
Nathan Moinvaziri
2020-05-30
1
-7
/
+7
*
Fixed casting warnings and non-standard initializer warning in example project.
Nathan Moinvaziri
2020-05-30
1
-7
/
+12
*
Added additional gzio tests for improved code coverage.
Nathan Moinvaziri
2020-05-06
1
-10
/
+87
*
Remove cvs keywords
Pavel P
2020-03-17
1
-2
/
+0
*
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2020-02-07
1
-36
/
+18
*
Don't bother computing check value after successful inflateSync().
Mark Adler
2019-10-22
1
-3
/
+2
*
Fixed use of uninitialized value in test_deflate_copy when deflateCopy is cal...
Nathan Moinvaziri
2019-10-07
1
-0
/
+2
*
Fixed warnings in checksum fuzzer and example. #418
Nathan Moinvaziri
2019-09-20
1
-6
/
+6
*
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
1
-6
/
+6
*
Add test cases to #437
jiangjufa
2019-09-15
1
-3
/
+344
*
Add two new public zng_deflate{Set,Get}Params() functions
Ilya Leoshkevich
2019-07-18
1
-5
/
+60
*
Remove duplicate gz functions in test code (#348)
Nathan Moinvaziri
2019-06-22
1
-14
/
+3
*
Fix building with gcc 8.2.1 and -Wall -Wextra -pedantic -Werror
Ilya Leoshkevich
2019-03-27
1
-0
/
+3
*
fix bug #289: use strcpy instead of strncpy
Sebastian Pop
2019-01-24
1
-2
/
+1
*
fix several memory sanitizer errors on aarch64
Sebastian Pop
2019-01-10
1
-4
/
+12
*
Fix test/example.c when compiled with ASAN
Sebastian Pop
2018-11-07
1
-2
/
+5
*
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-22
1
-2
/
+1
*
[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)
Mika Lindqvist
2018-03-22
1
-11
/
+13
*
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2018-01-31
1
-69
/
+74
*
test/example.c: Don't mix unsigned long and size_t.
Mika Lindqvist
2017-02-23
1
-2
/
+2
*
zlib 1.2.9
Mark Adler
2017-02-09
1
-1
/
+1
*
Make globals in examples local to compilation unit.
Mark Adler
2017-02-01
1
-3
/
+3
*
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2017-01-31
1
-3
/
+3
[next]