aboutsummaryrefslogtreecommitdiff
path: root/core/compress/zlib
Commit message (Expand)AuthorAgeFilesLines
* Use positional and named arguments within the core librarygingerBill2023-06-211-3/+3
* Merge pull request #1544 from FancyKillerPanda/build_ignoregingerBill2022-11-031-1/+1
|\
| * Changed //+ignore to //+build ignore.FancyKillerPanda2022-02-241-1/+1
* | Utilize `union #shared_nil` in more placesgingerBill2022-03-241-1/+1
* | Utilize `union #shared_nil` to `core:image` `Error`gingerBill2022-03-241-28/+28
* | remove some leftover semi-colons before EOFSébastien Marie2022-03-031-1/+1
|/
* Fix DEFLATE stored block handling.Jeroen van Rijn2022-01-271-5/+8
* zlib: update Huffman builder.Jeroen van Rijn2022-01-251-5/+5
* Make sure to `delete` on the right allocator.Jeroen van Rijn2021-09-191-3/+4
* compress: Update BSD-3 license + remove semicolons from compressed example.Jeroen van Rijn2021-09-062-21/+16
* Remove unneeded semicolons from the core librarygingerBill2021-08-311-1/+1
* Remove unneeded semicolons from the core librarygingerBill2021-08-312-220/+220
* 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