| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | core:encoding/base64: add support for url variant | rykad | 2026-01-17 | 1 | -1/+16 |
| | | |||||
| * | Expand base64 tests to include roundtrip | Jeroen van Rijn | 2025-11-22 | 1 | -0/+15 |
| | | |||||
| * | Update `tests\core\encoding\cbor` to use new test runner. | Jeroen van Rijn | 2024-06-02 | 1 | -44/+21 |
| | | | | | | | It was leaky and required a substantial number of `loc := #caller_location` additions to parts of the core library to make it easier to track down how and where it leaked. The tests now run fine multi-threaded. | ||||
| * | encoding/cbor: core -> base | Laytan | 2024-03-04 | 1 | -1/+2 |
| | | |||||
| * | encoding/base64: add decode_into, add tests | Laytan Laats | 2024-03-04 | 1 | -0/+60 |