Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2023-07-03 | update copyright | Birte Kristina Friesel | -1/+1 | |
2023-03-12 | inflate: make inputs const | Derf Null | -4/+4 | |
Make the inputs const since we never write to the data it points to. Patch provided by Andrew Jeddeloh | ||||
2023-03-12 | inflate.cc: Incorporate change from zlib-deflate-nostdlib | Derf Null | -3/+2 | |
Patch provided by Andrew Jeddeloh | ||||
2021-02-01 | update deflate library | Daniel Friesel | -3/+89 | |
2021-01-30 | inflate bugfix | Daniel Friesel | -7/+7 | |
2021-01-26 | update zlib-deflate-nostdlib. now fully RFC 1950/1951 compliant. | Daniel Friesel | -44/+60 | |
2021-01-21 | actually, it's inflate, not deflate | Daniel Friesel | -0/+465 | |