Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix test/example.c to work with FORCE_STORED. | Mark Adler | 2023-04-18 | 1 | -5/+5 |
* | Remove K&R function definitions from zlib. | Mark Adler | 2023-04-15 | 1 | -75/+18 |
* | Have build test report library version if it doesn't match zlib.h. | Mark Adler | 2022-05-26 | 1 | -1/+2 |
* | Don't bother computing check value after successful inflateSync(). | Mark Adler | 2019-01-02 | 1 | -3/+2 |
* | zlib 1.2.9v1.2.9 | Mark Adler | 2016-12-31 | 1 | -1/+1 |
* | Avoid some random compiler warnings on various platforms. | Mark Adler | 2016-12-30 | 1 | -3/+4 |
* | Make globals in examples local to compilation unit. | Mark Adler | 2016-10-14 | 1 | -3/+3 |
* | Fix bug in test/example.c where error code not saved. | Mark Adler | 2014-07-02 | 1 | -1/+1 |
* | Clean up the usage of z_const and respect const usage within zlib. | Mark Adler | 2012-08-13 | 1 | -4/+4 |
* | Move example.c and minigzip.c to test/. | Mark Adler | 2011-11-27 | 1 | -0/+601 |