| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | compress: Update BSD-3 license + remove semicolons from compressed example. | Jeroen van Rijn | 2021-09-06 | 1 | -20/+15 |
| * | Remove unneeded semicolons from the core library | gingerBill | 2021-08-31 | 1 | -9/+9 |
| * | ZLIB: cleanup. | Jeroen van Rijn | 2021-06-27 | 1 | -3/+0 |
| * | ZLIB: Split up input from stream and memory into own code paths. | Jeroen van Rijn | 2021-06-27 | 1 | -1/+1 |
| * | ZLIB: Remove superfluous code. | Jeroen van Rijn | 2021-06-26 | 1 | -0/+2 |
| * | ZLIB: If output size is known, reserve that much. | Jeroen van Rijn | 2021-06-26 | 1 | -2/+4 |
| * | Refactor ZLIB structs. | Jeroen van Rijn | 2021-06-23 | 1 | -2/+1 |
| * | ZLIB: Start optimization. | Jeroen van Rijn | 2021-06-21 | 1 | -0/+10 |
| * | Change General_Error.OK to nil | Jeroen van Rijn | 2021-05-03 | 1 | -1/+1 |
| * | Convert `core:compress` and `core:image` error checks to new union comparison. | Jeroen van Rijn | 2021-05-03 | 1 | -1/+1 |
| * | Minor stylistic code changes to compress and image packages | gingerBill | 2021-04-30 | 1 | -11/+11 |
| * | Add `compress` and `image` to core. | Jeroen van Rijn | 2021-04-30 | 1 | -0/+42 |