| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ZLIB: Split up input from stream and memory into own code paths. | Jeroen van Rijn | 2021-06-27 | 1 | -1/+1 |
| * | ZLIB: If output size is known, reserve that much. | Jeroen van Rijn | 2021-06-26 | 1 | -1/+1 |
| * | All reads now skip stream if in memory. | Jeroen van Rijn | 2021-06-23 | 1 | -1/+8 |
| * | Refactor ZLIB structs. | Jeroen van Rijn | 2021-06-23 | 1 | -7/+7 |
| * | ZLIB: Start optimization. | Jeroen van Rijn | 2021-06-21 | 1 | -0/+11 |
| * | GZIP defer diverging fix in gzip example. | Jeroen van Rijn | 2021-06-20 | 1 | -2/+3 |
| * | Change General_Error.OK to nil | Jeroen van Rijn | 2021-05-03 | 1 | -2/+2 |
| * | Convert `core:compress` and `core:image` error checks to new union comparison. | Jeroen van Rijn | 2021-05-03 | 1 | -3/+3 |
| * | Minor stylistic code changes to compress and image packages | gingerBill | 2021-04-30 | 1 | -3/+3 |
| * | Add `compress` and `image` to core. | Jeroen van Rijn | 2021-04-30 | 1 | -0/+70 |