Timothy Flynn
|
4a916cd379
Everywhere: Remove needless copies of Error / ErrorOr instances
|
2 years ago |
Tim Schumacher
|
8464da1439
AK: Move `Stream` and `SeekableStream` from `LibCore`
|
2 years ago |
Timothy Flynn
|
b5fd96b7ac
LibSQL: Ungracefully handle database version incompatibilities
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
Timothy Flynn
|
4283109c13
LibSQL: Fix typo in debugging statement
|
2 years ago |
Timothy Flynn
|
3f8a4f69c6
LibSQL: Compute byte buffer offsets using size_t
|
2 years ago |
Timothy Flynn
|
99a713aa5b
LibSQL: Port the backend SQL file to use Core::Stream
|
2 years ago |
sin-ack
|
e5f09ea170
Everywhere: Split Error::from_string_literal and Error::from_string_view
|
3 years ago |
Matthias Zimmerman
|
c10d48b72c
AK/ByteBuffer+Everywhere: Handle errors in ByteBuffer::slice()
|
3 years ago |
Sam Atkins
|
45cf40653a
Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr
|
3 years ago |
Ben Wiederhake
|
182a85c895
LibSQL: Avoid unnecessary copies in Heap
|
3 years ago |
Ben Wiederhake
|
f3e496d995
LibSQL: Avoid implicitly copying ByteBuffer
|
3 years ago |
Jan de Visser
|
001949d77a
LibSQL: Improve error handling
|
3 years ago |
Andreas Kling
|
a15ed8743d
AK: Make ByteBuffer::try_* functions return ErrorOr<void>
|
3 years ago |
Andreas Kling
|
72f3fd824e
LibSQL: Replace Result<T, E> use with ErrorOr<T>
|
3 years ago |
Ali Mohammad Pur
|
97e97bccab
Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe
|
3 years ago |
Ali Mohammad Pur
|
3a9f00c59b
Everywhere: Use OOM-safe ByteBuffer APIs where possible
|
3 years ago |
Jan de Visser
|
85a84b0794
LibSQL: Introduce Serializer as a mediator between Heap and client code
|
3 years ago |
Jan de Visser
|
224804b424
LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer
|
4 years ago |