aboutsummaryrefslogtreecommitdiff
path: root/core/compress/gzip
Commit message (Expand)AuthorAgeFilesLines
* 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-272-21/+251
* 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-262-11/+71
* All reads now skip stream if in memory.Jeroen van Rijn2021-06-232-37/+40
* Refactor ZLIB structs.Jeroen van Rijn2021-06-232-11/+13
* ZLIB: Start optimization.Jeroen van Rijn2021-06-212-6/+26
* GZIP defer diverging fix in gzip example.Jeroen van Rijn2021-06-201-2/+3
* 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-032-4/+4
* Convert `core:compress` and `core:image` error checks to new union comparison.Jeroen van Rijn2021-05-032-5/+4
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-302-43/+41
* 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-302-0/+384