Jelle Raaijmakers c05e08decb LibSQL: Prevent writing to free heap blocks 2 years ago
..
AST 896d1e4f42 LibSQL: Handle statements with malformed exists expressions correctly 2 years ago
BTree.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
BTree.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
BTreeIterator.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
CMakeLists.txt 1d24f394c6 Everywhere: Use `LibFileSystem` where trivial 2 years ago
Database.cpp 69e09fed39 LibSQL: Free heap storage when deleting rows 2 years ago
Database.h 69e09fed39 LibSQL: Free heap storage when deleting rows 2 years ago
Forward.h 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
HashIndex.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
HashIndex.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Heap.cpp c05e08decb LibSQL: Prevent writing to free heap blocks 2 years ago
Heap.h c58c87d7ef LibSQL: Implement freeing heap storage 2 years ago
Index.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Index.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Key.cpp 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code 4 years ago
Key.h 9d89b64d59 LibSQL: Resolve cyclic dependency 3 years ago
Meta.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Meta.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Result.cpp 6e7459322d AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2 years ago
Result.h 560133a0c6 Everywhere: Remove unused DeprecatedString includes 2 years ago
ResultSet.cpp 2397836f8e LibSQL+SQLServer: Introduce and use ResultOr<ValueType> 3 years ago
ResultSet.h f0441ee16a LibSQL: Store selected column names in the results for SELECT statements 2 years ago
Row.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Row.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
SQLClient.cpp afb3a4a030 LibSQL: Block signals while forking SQLServer in Lagom 2 years ago
SQLClient.h a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 years ago
Serializer.cpp a99c1297e0 LibSQL: Clean up code style and remove unused includes 2 years ago
Serializer.h 71c98546b8 LibSQL: Add a note to `Serializer` about `m_heap` 2 years ago
TreeNode.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Tuple.cpp fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
Tuple.h fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` 2 years ago
TupleDescriptor.h a99c1297e0 LibSQL: Clean up code style and remove unused includes 2 years ago
Type.h 194f846f12 LibSQL: Rename `Heap` constants to match our code style 2 years ago
Value.cpp effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 years ago
Value.h effcd080ca Userland: Remove remaining users of Duration::now_realtime() 2 years ago