23 Commits (c06dfecb8a0c996dce87148b9086f0fe79734f32)

Author SHA1 Message Date
Dimitri Papadopoulos fe41d18921 Correct typos in source code. 11 months ago
Xin LI bd9c329c10 Make internal functions static in the test code. 1 year ago
Mark Adler b8a8373ec1 Fix test/example.c to work with FORCE_STORED. 2 years ago
Mark Adler 3365464851 Fix warnings on test/infcover.c. 2 years ago
Mark Adler e9d5486e66 Remove K&R function definitions from zlib. 2 years ago
Mark Adler 2d6d59e472 Avoid conversion warning in minigzip.c. 2 years ago
Mark Adler 441a2ac602 Have build test report library version if it doesn't match zlib.h. 3 years ago
Mark Adler 0d36ec47f3 Don't bother computing check value after successful inflateSync(). 6 years ago
Mark Adler 2fa463bacf zlib 1.2.9 8 years ago
Mark Adler 8f147c3d12 Avoid some random compiler warnings on various platforms. 8 years ago
Mark Adler fb26fc427f Allow minigzip to compile when testing with ./configure --solo. 8 years ago
Mark Adler 79b5c5acf0 Use snprintf() for later versions of Microsoft C. 8 years ago
Mark Adler ca50ebd4df Create z_size_t and z_ssize_t types. 8 years ago
Mark Adler 7d6956b6a1 Make globals in examples local to compilation unit. 8 years ago
Mark Adler 0b22337126 Avoid use of reallocf() in test/infcover.c. 10 years ago
Mark Adler 283520baf7 Fix bug in test/example.c where error code not saved. 11 years ago
Mark Adler 62d6112a79 Clean up the usage of z_const and respect const usage within zlib. 13 years ago
Mark Adler f947435b30 Use _snprintf for snprintf under Microsoft C in test/minigzip.c. 13 years ago
Mark Adler c58f7ab28d Replace use of unsafe string functions with snprintf if available. 13 years ago
Mark Adler 41a18e1d7e Fix bug in test/minigzip.c for configure --solo. 13 years ago
Mark Adler fbac04f666 Clean up infcover.c. 13 years ago
Mark Adler 014967ace3 Test the inflate code with full coverage. 13 years ago
Mark Adler 1b57de3aef Move example.c and minigzip.c to test/. 13 years ago