aboutsummaryrefslogtreecommitdiff
path: root/core/compress/zlib
Commit message (Expand)AuthorAgeFilesLines
* Add more uses of `or_return`gingerBill2021-08-151-58/+19
* ZLIB: Fix edge case where initial buffer < 258 bytes.Jeroen van Rijn2021-06-271-6/+4
* ZLIB: cleanup.Jeroen van Rijn2021-06-272-8/+7
* PNG: Let PNG use the new compress I/O routines.Jeroen van Rijn2021-06-271-80/+5
* ZLIB: Split up input from stream and memory into own code paths.Jeroen van Rijn2021-06-272-28/+85
* Refactor compress.Context struct.Jeroen van Rijn2021-06-261-2/+3
* ZLIB: Moar faster.Jeroen van Rijn2021-06-261-77/+56
* ZLIB: Remove superfluous code.Jeroen van Rijn2021-06-262-133/+57
* So far, so good.Jeroen van Rijn2021-06-261-30/+131
* ZLIB: If output size is known, reserve that much.Jeroen van Rijn2021-06-262-14/+44
* ZLIB: Another 10%+ faster.Jeroen van Rijn2021-06-241-4/+20
* ZLIB: More faster.Jeroen van Rijn2021-06-231-2/+10
* Most reads now go through buffer for zlib.Jeroen van Rijn2021-06-231-0/+4
* Refactor ZLIB structs.Jeroen van Rijn2021-06-232-64/+76
* ZLIB: fix.Jeroen van Rijn2021-06-211-16/+4
* ZLIB: Start optimization.Jeroen van Rijn2021-06-212-17/+103
* Minor formatting changesgingerBill2021-06-141-11/+6
* Core library clean up: Make range expressions more consistent and replace use...gingerBill2021-06-141-9/+5
* Change General_Error.OK to nilJeroen van Rijn2021-05-032-22/+22
* Convert `core:compress` and `core:image` error checks to new union comparison.Jeroen van Rijn2021-05-032-16/+15
* ZLIB level 0: LEN/NLEN = i16.Jeroen van Rijn2021-05-011-4/+8
* Minor stylistic code changes to compress and image packagesgingerBill2021-04-302-77/+78
* Add `compress` and `image` to core.Jeroen van Rijn2021-04-302-0/+644