ladybird/Userland/Libraries/LibSQL
Timothy Flynn bf50881e61 LibCore+LibSQL+LibWebView: Move launching a singleton process to LibCore
This just moves the code to launch a single process such as SQLServer to
LibCore. This will allow re-using this feature for other processes, and
will allow moving the launching of SQLServer to Ladybird.
2024-04-22 14:46:10 -06:00
..
AST Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BTree.cpp LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
BTree.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
BTreeIterator.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
CMakeLists.txt LibSQL: Remove unused HashIndex and related classes 2023-08-07 14:38:38 -04:00
Database.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Database.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Forward.h LibSQL: Remove unused HashIndex and related classes 2023-08-07 14:38:38 -04:00
Heap.cpp LibSQL: Reset the highest written block during the zeroth block init 2024-01-10 23:26:40 +01:00
Heap.h LibSQL+LibWebView: Do not manually serialize time stamps in CookieJar 2024-01-10 23:26:40 +01:00
Index.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Index.h LibSQL: Remove Core::EventReceiver parent from SQL::Index 2023-08-07 14:38:38 -04:00
Key.cpp
Key.h
Meta.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Meta.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Result.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Result.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
ResultSet.cpp
ResultSet.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Row.cpp LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Row.h LibSQL: Use Block::Index everywhere; rename pointer to block_index 2023-04-23 18:08:17 -04:00
Serializer.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Serializer.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
SQLClient.cpp LibCore+LibSQL+LibWebView: Move launching a singleton process to LibCore 2024-04-22 14:46:10 -06:00
SQLClient.h LibCore+LibSQL+LibWebView: Move launching a singleton process to LibCore 2024-04-22 14:46:10 -06:00
TreeNode.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Tuple.cpp Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Tuple.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
TupleDescriptor.h Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Type.h LibSQL: Rename Heap constants to match our code style 2023-04-23 18:08:17 -04:00
Value.cpp LibSQL: Allow constructing SQL values from a String 2024-01-26 20:22:39 +01:00
Value.h LibSQL: Allow constructing SQL values from a String 2024-01-26 20:22:39 +01:00