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