aboutsummaryrefslogtreecommitdiff
path: root/core/compress/gzip/example.odin
Commit message (Expand)AuthorAgeFilesLines
* ZLIB: Split up input from stream and memory into own code paths.Jeroen van Rijn2021-06-271-1/+1
* ZLIB: If output size is known, reserve that much.Jeroen van Rijn2021-06-261-1/+1
* All reads now skip stream if in memory.Jeroen van Rijn2021-06-231-1/+8
* Refactor ZLIB structs.Jeroen van Rijn2021-06-231-7/+7
* ZLIB: Start optimization.Jeroen van Rijn2021-06-211-0/+11
* GZIP defer diverging fix in gzip example.Jeroen van Rijn2021-06-201-2/+3
* Change General_Error.OK to nilJeroen van Rijn2021-05-031-2/+2
* Convert `core:compress` and `core:image` error checks to new union comparison.Jeroen van Rijn2021-05-031-3/+3
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-301-3/+3
* Add `compress` and `image` to core.Jeroen van Rijn2021-04-301-0/+70