aboutsummaryrefslogtreecommitdiff
path: root/core/compress/gzip/gzip.odin
Commit message (Expand)AuthorAgeFilesLines
* core:os -> core:os/old && core:os/os2 -> core:osJeroen van Rijn6 days1-6/+6
* gzip -> os2Jeroen van Rijn7 days1-13/+9
* Change Odin's LICENSE to zlib from BSD 3-clausegingerBill2025-10-281-1/+1
* Update numerous package declaration namesgingerBill2024-04-181-1/+1
* Minor cleanups to the core librarygingerBill2023-09-301-4/+2
* Use positional and named arguments within the core librarygingerBill2023-06-211-1/+1
* Rename `load_from_slice` to `load_from_bytes` across `core`gingerBill2022-05-141-4/+4
* [compress] 32-bit cleanness.Jeroen van Rijn2022-03-031-2/+2
* Add `#partial [Enum]Type{...}` support to check for missing enumerated array ...gingerBill2022-02-051-0/+1
* Fix `#sparse` usagegingerBill2022-02-051-1/+1
* Make sure to `delete` on the right allocator.Jeroen van Rijn2021-09-191-2/+5
* 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-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-97/+97
* ZLIB: cleanup.Jeroen van Rijn2021-06-271-14/+9
* PNG: Let PNG use the new compress I/O routines.Jeroen van Rijn2021-06-271-244/+7
* ZLIB: Split up input from stream and memory into own code paths.Jeroen van Rijn2021-06-271-20/+250
* Refactor compress.Context struct.Jeroen van Rijn2021-06-261-1/+0
* ZLIB: Moar faster.Jeroen van Rijn2021-06-261-22/+19
* ZLIB: Remove superfluous code.Jeroen van Rijn2021-06-261-3/+6
* ZLIB: If output size is known, reserve that much.Jeroen van Rijn2021-06-261-10/+70
* All reads now skip stream if in memory.Jeroen van Rijn2021-06-231-36/+32
* Refactor ZLIB structs.Jeroen van Rijn2021-06-231-4/+6
* ZLIB: Start optimization.Jeroen van Rijn2021-06-211-6/+15
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-2/+2
* 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-2/+1
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-301-40/+38
* Use regular allocator from png+gzip's `load_from_file`.Jeroen van Rijn2021-04-301-1/+3
* Add `compress` and `image` to core.Jeroen van Rijn2021-04-301-0/+314