Historique des commits

Auteur SHA1 Message Date
  Timothy Flynn 5c5cbeb491 LibSQL+LibWebView: Do not manually serialize time stamps in CookieJar il y a 1 an
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
  Timothy Flynn 4a04438e43 LibSQL: Remove Core::EventReceiver parent from SQL::Heap il y a 1 an
  Andreas Kling ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver il y a 1 an
  Jelle Raaijmakers c58c87d7ef LibSQL: Implement freeing heap storage il y a 2 ans
  Jelle Raaijmakers a6abc1697f LibSQL: Keep track of free heap blocks when trimming storage il y a 2 ans
  Jelle Raaijmakers c5ebc4bb40 LibSQL: Reuse heap blocks when overwriting storage il y a 2 ans
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams il y a 2 ans
  Jelle Raaijmakers fdac8331cc LibSQL: Use `Block::Index` everywhere; rename `pointer` to `block_index` il y a 2 ans
  Jelle Raaijmakers 6601ff9d65 LibSQL: Redesign heap storage to support arbitrary amounts of data il y a 2 ans
  Jelle Raaijmakers 194f846f12 LibSQL: Rename `Heap` constants to match our code style il y a 2 ans
  Jelle Raaijmakers a99c1297e0 LibSQL: Clean up code style and remove unused includes il y a 2 ans
  Jelle Raaijmakers 8992ff5aeb LibSQL: Remove and update `VERIFY`s il y a 2 ans
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` il y a 2 ans
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace il y a 2 ans
  Timothy Flynn 72e41a7dbd LibSQL: Support 64-bit integer values and handle overflow errors il y a 2 ans
  Timothy Flynn 264db4fc40 LibSQL: Remove unnecessary values from the ENUMERATE_SQL_TYPES macro il y a 2 ans
  Timothy Flynn b5fd96b7ac LibSQL: Ungracefully handle database version incompatibilities il y a 2 ans
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString il y a 2 ans
  Jelle Raaijmakers e5e00a682b LibSQL: Remove unused method `Heap::has_block` il y a 2 ans
  Timothy Flynn 99a713aa5b LibSQL: Port the backend SQL file to use Core::Stream il y a 2 ans
  Jan de Visser 001949d77a LibSQL: Improve error handling il y a 3 ans
  Andreas Kling 72f3fd824e LibSQL: Replace Result<T, E> use with ErrorOr<T> il y a 3 ans
  Andreas Kling a7f1f1c34b LibCore: Use ErrorOr<T> for Core::File::open() il y a 3 ans
  Ben Wiederhake b3e9a4e603 Libraries: Fix visibility of Object-derivative constructors il y a 3 ans
  Jan de Visser 85a84b0794 LibSQL: Introduce Serializer as a mediator between Heap and client code il y a 3 ans
  Jan de Visser 224804b424 LibSQL: BTree index, Heap, and Meta objects for SQL Storage layer il y a 4 ans