Commit Verlauf

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