Commit History

Autor SHA1 Mensaxe Data
  kleines Filmröllchen 001ea22917 AK+LibCore: Make output buffered stream seekable %!s(int64=2) %!d(string=hai) anos
  kleines Filmröllchen 10edd38543 LibCore: Keep track of file offset to avoid system call for tell() %!s(int64=2) %!d(string=hai) anos
  Ben Wiederhake f890b70eae Tests: Prefer TRY_OR_FAIL() and MUST() over EXPECT(!.is_error()) %!s(int64=2) %!d(string=hai) anos
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams %!s(int64=2) %!d(string=hai) anos
  Rodrigo Tobar 5a8373c6b9 LibCore: Fix corner case for files without newlines %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher ecd1862859 AK: Rename Stream::write_entire_buffer to Stream::write_until_depleted %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher a3f73e7d85 AK: Rename Stream::read_entire_buffer to Stream::read_until_filled %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 093cf428a3 AK: Move memory streams from `LibCore` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 11550f582b Tests: Remove the 10KB file read test for AllocatingMemoryStream %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 2470dd3bb5 AK: Move bit streams from `LibCore` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 5f2ea31816 AK: Move `Handle` from `LibCore` and name it `MaybeOwned` %!s(int64=2) %!d(string=hai) anos
  Ali Mohammad Pur 7d4a30af56 LibCore: Avoid logical OOB read in AllocatingMemoryStream::offset_of() %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher daf181caa8 LibCore: Let offset-related Stream functions return an unsigned value %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher add2e2c076 LibCore: Do short forward seeks by discarding bytes from the buffer %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher bdf991fe76 LibCore: Calculate the correct seek offset for buffered streams %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 156b6e83cd LibCore: Add `AllocatingMemoryStream::offset_of` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher b4b80b7ec6 LibCore: Add `{Big,Little}EndianOutputBitStream` %!s(int64=2) %!d(string=hai) anos
  Alexander Narsudinov 767529ebf5 LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer> %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher f205f62a44 LibCore: Add an automatically allocating MemoryStream %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 9a3e95785e LibCore: Propagate errors from `Stream::*_entire_buffer` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 6c7c5a6786 LibCore: Rename `Stream::*_or_error` to `*_entire_buffer` %!s(int64=2) %!d(string=hai) anos
  Tim Schumacher 5061a905ff LibCore: Remove `Stream::is_{readable,writable}` %!s(int64=2) %!d(string=hai) anos
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) %!s(int64=3) %!d(string=hai) anos
  Sam Atkins d564cf1e89 LibCore+Everywhere: Make Core::Stream read_line() return StringView %!s(int64=3) %!d(string=hai) anos
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes %!s(int64=3) %!d(string=hai) anos