Age | Commit message (Expand) | Author |
---|---|---|
2023-04-23 | LibSQL: Add a note to `Serializer` about `m_heap` | Jelle Raaijmakers |
2023-04-23 | LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` | Jelle Raaijmakers |
2023-04-23 | LibSQL: Redesign heap storage to support arbitrary amounts of data | Jelle Raaijmakers |
2023-04-23 | LibSQL: Clean up code style and remove unused includes | Jelle Raaijmakers |
2023-04-23 | LibSQL: Remove and update `VERIFY`s | Jelle Raaijmakers |
2022-12-06 | Everywhere: Rename to_{string => deprecated_string}() where applicable | Linus Groh |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-11-26 | LibSQL: Fix BTree corruption in `TreeNode::split` | Jelle Raaijmakers |
2022-11-01 | LibSQL: Compute byte buffer offsets using size_t | Timothy Flynn |
2022-07-12 | Everywhere: Replace single-char StringView op. arguments with chars | sin-ack |
2021-08-21 | LibSQL: Introduce Serializer as a mediator between Heap and client code | Jan de Visser |