summaryrefslogtreecommitdiff
path: root/src/inflate.h
AgeCommit message (Collapse)AuthorLines
2023-07-04Update CopyrightmainBirte Kristina Friesel-1/+1
2023-03-12inflate: make inputs constAndrew Jeddeloh-2/+2
Make the inputs const since we never write to the data it points to.
2021-01-26support multiple deflate blocks.Daniel Friesel-0/+1
this library is now fully RFC 1950 and RFC 1951 compliant
2021-01-21this library implements inflate, not deflateDaniel Friesel-0/+23