tangled
alpha
login
or
join now
jcs.org
/
serenity
0
fork
atom
Serenity Operating System
0
fork
atom
overview
issues
pulls
pipelines
serenity
/
Userland
/
Libraries
/
LibSQL
/
at
master
1 folder
34 files
AST
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
BTree.cpp
Everywhere: Remove unused includes of AK/Format.h
3 years ago
BTree.h
Everywhere: Remove NonnullRefPtr.h includes
3 years ago
BTreeIterator.cpp
Everywhere: Remove unused includes of AK/Format.h
3 years ago
CMakeLists.txt
LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom
3 years ago
Database.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Database.h
LibSQL: Fix minor const-correctness issues
3 years ago
Forward.h
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
4 years ago
HashIndex.cpp
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
HashIndex.h
Everywhere: Remove redundant inequality comparison operators
3 years ago
Heap.cpp
LibSQL: Always read and write entire heap blocks
3 years ago
Heap.h
LibCore: Remove `Stream.h`
3 years ago
Index.cpp
LibSQL: Add missing header includes
3 years ago
Index.h
LibSQL: Add missing header includes
3 years ago
Key.cpp
LibSQL: Introduce Serializer as a mediator between Heap and client code
4 years ago
Key.h
LibSQL: Resolve cyclic dependency
4 years ago
Meta.cpp
Everywhere: Stop using NonnullRefPtrVector
3 years ago
Meta.h
Everywhere: Remove NonnullOwnPtr.h includes
3 years ago
Result.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Result.h
LibSQL: Don't interpret AK::Error codes as SQL error codes
3 years ago
ResultSet.cpp
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
4 years ago
ResultSet.h
LibSQL: Store selected column names in the results for SELECT statements
3 years ago
Row.cpp
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
3 years ago
Row.h
LibSQL: Store a NonnullRefPtr to the table definition in SQL::Row
3 years ago
SQLClient.cpp
Everywhere: Remove unintentional partial stream reads and writes
3 years ago
SQLClient.h
LibCore: Move Stream-based sockets into the `Core` namespace
3 years ago
Serializer.cpp
AK+Everywhere: Rename String to DeprecatedString
3 years ago
Serializer.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
TreeNode.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Tuple.cpp
AK: Remove StringBuilder::build() in favor of to_deprecated_string()
3 years ago
Tuple.h
Everywhere: Move AK/Debug.h include to using files or remove
3 years ago
TupleDescriptor.h
Everywhere: Rename to_{string => deprecated_string}() where applicable
3 years ago
Type.h
LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro
3 years ago
Value.cpp
Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case
3 years ago
Value.h
LibIPC+Everywhere: Change IPC::encode's return type to ErrorOr
3 years ago