summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Avoid conversion warning in minigzip.c.Mark Adler2022-10-011-1/+1
* Have build test report library version if it doesn't match zlib.h.Mark Adler2022-05-261-1/+2
* Don't bother computing check value after successful inflateSync().Mark Adler2019-01-021-3/+2
* zlib 1.2.9v1.2.9Mark Adler2016-12-313-3/+3
* Avoid some random compiler warnings on various platforms.Mark Adler2016-12-302-5/+6
* Allow minigzip to compile when testing with ./configure --solo.Mark Adler2016-12-301-1/+1
* Use snprintf() for later versions of Microsoft C.Mark Adler2016-12-301-1/+1
* Create z_size_t and z_ssize_t types.Mark Adler2016-12-041-1/+1
* Make globals in examples local to compilation unit.Mark Adler2016-10-142-4/+4
* Avoid use of reallocf() in test/infcover.c.Mark Adler2015-07-281-8/+8
* Fix bug in test/example.c where error code not saved.Mark Adler2014-07-021-1/+1
* Clean up the usage of z_const and respect const usage within zlib.Mark Adler2012-08-131-4/+4
* Use _snprintf for snprintf under Microsoft C in test/minigzip.c.Mark Adler2012-06-031-0/+4
* Replace use of unsafe string functions with snprintf if available.Mark Adler2012-05-021-0/+16
* Fix bug in test/minigzip.c for configure --solo.Mark Adler2012-03-031-1/+1
* Clean up infcover.c.Mark Adler2011-11-301-11/+9
* Test the inflate code with full coverage.Mark Adler2011-11-271-0/+673
* Move example.c and minigzip.c to test/.Mark Adler2011-11-272-0/+1232