Histórico de Commits

Autor SHA1 Mensagem Data
  Lucas CHOLLET 048d0a9870 LibCore: Use `System::getaddrinfo()` in `Socket::resolve_host` há 2 anos atrás
  Drew DeVault c7f8d74c1c LibCore: Fix struct msghdr initialization há 2 anos atrás
  Lucas CHOLLET 3750687821 LibCore: Use `Core::System::poll()` in `PosixSocketHelper` há 2 anos atrás
  Tim Schumacher 3fccf2481c LibCore: Make not discarding all requested bytes from a stream an error 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 ed4c2f2f8e LibCore: Rename `Stream::read_all` to `read_until_eof` há 2 anos atrás
  Tim Schumacher 5061a905ff LibCore: Remove `Stream::is_{readable,writable}` há 2 anos atrás
  Tim Schumacher 4e7da96d58 LibCore: Add a wrapper for adapting Core::Stream to AK::InputStream há 2 anos atrás
  Tim Schumacher 2fc2025f49 LibCore: Move `Core::Stream::File::exists()` to `Core::File` há 2 anos atrás
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString há 2 anos atrás
  Sam Atkins cb5f83606a LibCore: Optionally pass MSG_NOSIGNAL to socket read/writes há 2 anos atrás
  Tim Schumacher 6e29619dcb LibCore: Add `Stream::discard()` há 2 anos atrás
  Tim Schumacher 7a065513cd LibCore: Add a basic wrapper for adapting AK::Stream to Core::Stream há 2 anos atrás
  davidot d9360676cd LibCore: Add standard_{output, input, error} functions to File::Stream há 2 anos atrás
  davidot e0cccaa583 LibCore: Add option to Stream::File to not close the file on destruction há 2 anos atrás
  Andrew Kaster 1d533acbc0 AK+Userland: Replace Linux, macOS, and *BSD macros with platform defines há 2 anos atrás
  Andrew Kaster 828441852f Everywhere: Replace uses of __serenity__ with AK_OS_SERENITY há 2 anos atrás
  Andrew Kaster a81475d9fb LibCore: Don't assume that the first address from getaddrinfo is IPv4 há 2 anos atrás
  Gunnar Beutner 400cc41176 LibCore: Make Core::System::{send,recv}fd work on macOS há 2 anos atrás
  Andreas Kling eb709ddd63 LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket há 2 anos atrás
  Andreas Kling d652794862 LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux há 2 anos atrás
  sin-ack a192095594 LibCore: Rewrite Core::Stream::read_all_impl há 2 anos atrás
  sin-ack d3979b0bbd LibCore: Add documentation to Stream functions + make parameter clearer há 2 anos atrás
  demostanis 1c5f6003d7 LibCore: Add File::open_file_or_standard_stream() há 2 anos atrás
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) há 3 anos atrás
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view há 3 anos atrás
  kleines Filmröllchen 69218b92a5 LibCore+Userland: Use StringViews when calling Core::System::open há 3 anos atrás
  Lucas CHOLLET e432a284d7 LibCore: Avoid some successive allocations in Stream::read_all() há 3 anos atrás
  Michiel Visser 68772463cb LibCore: Add Stream::read_all() há 3 anos atrás