| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add _z versions of the compress and uncompress functions. | Mark Adler | 2026-01-12 | 1 | -0/+4 |
| | | | | | Provide size_t arguments for Windows, on which a long is 32 bits. | ||||
| * | Add compressBound_z and deflateBound_z functions for large values. | Mark Adler | 2026-01-05 | 1 | -1/+8 |
| | | | | | | | | These take and return size_t integers, instead of unsigned longs, for those platforms with 32-bit longs. This commit also assures that overflows of either integer type results in the maximum value for that type, instead of wrapping to small values. | ||||
| * | zlib 1.3.1.2v1.3.1.2 | Mark Adler | 2025-12-08 | 1 | -1/+1 |
| | | | | | Interim version for an audit. | ||||
| * | Add deflateUsed() function to get the used bits in the last byte. | Mark Adler | 2024-07-01 | 1 | -0/+6 |
| | | | | | | This returns the number of used bits in the last byte of a stream that has just been compressed with deflate. | ||||
| * | Add missing symbols to os400/bndsrc. | Mark Adler | 2022-10-05 | 1 | -0/+8 |
| | | |||||
| * | zlib 1.2.9v1.2.9 | Mark Adler | 2016-12-31 | 1 | -4/+23 |
| | | |||||
| * | Replace as400 with os400 for OS/400 support (Monnerat). | Mark Adler | 2016-12-30 | 1 | -0/+100 |
