summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibSQL/Serializer.h
AgeCommit message (Expand)Author
2023-04-23LibSQL: Add a note to `Serializer` about `m_heap`Jelle Raaijmakers
2023-04-23LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index`Jelle Raaijmakers
2023-04-23LibSQL: Redesign heap storage to support arbitrary amounts of dataJelle Raaijmakers
2023-04-23LibSQL: Clean up code style and remove unused includesJelle Raaijmakers
2023-04-23LibSQL: Remove and update `VERIFY`sJelle Raaijmakers
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26LibSQL: Fix BTree corruption in `TreeNode::split`Jelle Raaijmakers
2022-11-01LibSQL: Compute byte buffer offsets using size_tTimothy Flynn
2022-07-12Everywhere: Replace single-char StringView op. arguments with charssin-ack
2021-08-21LibSQL: Introduce Serializer as a mediator between Heap and client codeJan de Visser