aboutsummaryrefslogtreecommitdiff
path: root/core/compress/gzip/example.odin
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-031-1/+1
|\
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-241-1/+1
* | Rename `load_from_slice` to `load_from_bytes` across `core`gingerBill2022-05-141-1/+1
|/
* compress: Update BSD-3 license + remove semicolons from compressed example.Jeroen van Rijn2021-09-061-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-28/+28
* 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