index
:
Project-1CE/external_zlib-ng
lineage-18.1
sugisawa-mr1
tachibana
tachibana-mr1
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
example.c
Age
Commit message (
Expand
)
Author
2021-12-24
IBM Z: Do not check inflateGetDictionary() with DFLTCC
Ilya Leoshkevich
2021-12-24
Use helper function for printing error and exiting in example.
Nathan Moinvaziri
2021-12-24
Fill out gzheader before calling deflateSetHeader for better code coverage in...
Nathan Moinvaziri
2021-12-24
Added code coverage for inflateGetDictionary in example.
Nathan Moinvaziri
2021-12-24
Call deflateBound to calculate length with custom gzip header in example.
Nathan Moinvaziri
2021-06-21
Added Z_UNUSED define for ignore unused variables.
Nathan Moinvaziri
2020-10-09
Fixed dereference of possibly null head variable in test_deflate_set_header.
Nathan Moinvaziri
2020-08-23
Reintroduce support for ZLIB_CONST in compat mode. (#704)
Mika Lindqvist
2020-08-20
Fix testsuite warnings on Windows, using PRIu64
Josh Triplett
2020-07-10
Fixed const warning in deflate prime tests.
Nathan Moinvaziri
2020-07-01
Fixed integer casting and signed comparison warning in test_gzio.
Nathan Moinvaziri
2020-07-01
Improve deflatePrime test by wrapping gzip header and footer around deflate s...
Nathan Moinvaziri
2020-06-29
Fixed wrong size being used in calloc in test_deflate_set_header.
Nathan Moinvaziri
2020-06-09
Use standard int types in zlib-ng api.
Nathan Moinvaziri
2020-06-09
Fixed variable set but not used static analysis warning in example.
Nathan Moinvaziri
2020-05-30
Fixed const correctness when assigning stream next_in.
Nathan Moinvaziri
2020-05-30
Fixed casting warnings and non-standard initializer warning in example project.
Nathan Moinvaziri
2020-05-06
Added additional gzio tests for improved code coverage.
Nathan Moinvaziri
2020-03-17
Remove cvs keywords
Pavel P
2020-02-07
Fixed formatting, 4 spaces for code intent, 2 spaces for preprocessor indent,...
Nathan Moinvaziri
2019-10-22
Don't bother computing check value after successful inflateSync().
Mark Adler
2019-10-07
Fixed use of uninitialized value in test_deflate_copy when deflateCopy is cal...
Nathan Moinvaziri
2019-09-20
Fixed warnings in checksum fuzzer and example. #418
Nathan Moinvaziri
2019-09-19
In test_deflate_copy(), we free the original struct but forget to free the co...
Hans Kristian Rosbach
2019-09-19
Fixed several warnings in example and fuzzers. #409
Nathan Moinvaziri
2019-09-15
Add test cases to #437
jiangjufa
2019-07-18
Add two new public zng_deflate{Set,Get}Params() functions
Ilya Leoshkevich
2019-06-22
Remove duplicate gz functions in test code (#348)
Nathan Moinvaziri
2019-03-27
Fix building with gcc 8.2.1 and -Wall -Wextra -pedantic -Werror
Ilya Leoshkevich
2019-01-24
fix bug #289: use strcpy instead of strncpy
Sebastian Pop
2019-01-10
fix several memory sanitizer errors on aarch64
Sebastian Pop
2018-11-07
Fix test/example.c when compiled with ASAN
Sebastian Pop
2018-03-22
Move private defines from zconf.h and zconf-ng.h to zbuild.h
Mika Lindqvist
2018-03-22
[MSVC] Fix size_t/ssize_t when using ZLIB_COMPAT. (#161)
Mika Lindqvist
2018-01-31
Adapt code to support PREFIX macros and update build scripts
Mika Lindqvist
2017-02-23
test/example.c: Don't mix unsigned long and size_t.
Mika Lindqvist
2017-02-09
zlib 1.2.9
Mark Adler
2017-02-01
Make globals in examples local to compilation unit.
Mark Adler
2017-01-31
Replace Z_NULL with NULL. Fix incorrect uses of NULL/Z_NULL.
Mika Lindqvist
2015-12-14
Use size_t for total_in and total_out.
Mika Lindqvist
2015-12-14
Type cleanup.
Mika Lindqvist
2015-05-23
Cleanup user-defined types for 'unsigned char'
Mika Lindqvist
2015-05-22
Actually set err before checking it
Hans Kristian Rosbach
2015-05-17
Kill Byte and Bytef
Daniel Axtens
2015-05-13
z_const -> const
Daniel Axtens
2015-05-12
Remove support for compiling with Z_SOLO.
Hans Kristian Rosbach
2015-04-26
Cleanup: Replace 'voidp' with 'void *'
Hans Kristian Rosbach
2014-10-18
Rewrite K&R-style function prototypes to ANSI-C-style.
hansr
2014-10-18
Remove FAR variants of voidpf
hansr
2014-10-12
Remove workarounds for non-ANSI-C compatible compilers (Part 2)
hansr
[next]