Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add deflateUsed() function to get the used bits in the last byte. | Mark Adler | 2024-07-01 | 1 | -158/+161 |
| | | | | | This returns the number of used bits in the last byte of a stream that has just been compressed with deflate. | ||||
* | Fix version numbers in vstudio definition files. | Mark Adler | 2024-01-28 | 1 | -1/+1 |
| | | | | They can only have a major and a minor version. | ||||
* | Change version number on develop branch to 1.3.1.1. | Mark Adler | 2024-01-22 | 1 | -3/+3 |
| | |||||
* | zlib 1.3.1v1.3.1master | Mark Adler | 2024-01-22 | 2 | -5/+5 |
| | |||||
* | Update version numbers and year in contrib/vstudio/vc17. | Mark Adler | 2023-08-19 | 2 | -5/+5 |
| | |||||
* | Rename contrib/vstudio/vc143 to vc17. | Mark Adler | 2023-08-19 | 9 | -0/+3542 |
This makes it consistent with the other vstudio projects, which use the version number. |