Histórico de Commits

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