Historique des commits

Auteur SHA1 Message Date
  Andrew Kaster a81475d9fb LibCore: Don't assume that the first address from getaddrinfo is IPv4 il y a 2 ans
  Gunnar Beutner 400cc41176 LibCore: Make Core::System::{send,recv}fd work on macOS il y a 2 ans
  Andreas Kling eb709ddd63 LibCore: Add fd() and notifier() accessors to Core::Stream::LocalSocket il y a 2 ans
  Andreas Kling d652794862 LibCore: Implement LocalSocket send_fd() and receive_fd() on Linux il y a 2 ans
  sin-ack a192095594 LibCore: Rewrite Core::Stream::read_all_impl il y a 2 ans
  sin-ack d3979b0bbd LibCore: Add documentation to Stream functions + make parameter clearer il y a 2 ans
  demostanis 1c5f6003d7 LibCore: Add File::open_file_or_standard_stream() il y a 2 ans
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) il y a 3 ans
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view il y a 3 ans
  kleines Filmröllchen 69218b92a5 LibCore+Userland: Use StringViews when calling Core::System::open il y a 3 ans
  Lucas CHOLLET e432a284d7 LibCore: Avoid some successive allocations in Stream::read_all() il y a 3 ans
  Michiel Visser 68772463cb LibCore: Add Stream::read_all() il y a 3 ans
  Ariel Don 244357472a LibCore: Add Core::Stream::File::exists() il y a 3 ans
  Sam Atkins fe5fdb200b LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes il y a 3 ans
  Sam Atkins 3b1e063d30 LibCore+Everywhere: Make Core::Stream::read() return Bytes il y a 3 ans
  kleines Filmröllchen 1b67e19bd6 LibCore: Extract Stream::OpenMode conversion helper into static function il y a 3 ans
  Isak Holmstrom 41765895a8 LibCore: Make FreeBSD build SerenityOS il y a 3 ans
  Sam Atkins 4d5080388a LibCore+Tests: Add SeekableStream::truncate() il y a 3 ans
  sin-ack 17d3592cab LibCore: Add a timeout option to UDPSocket::connect il y a 3 ans
  Ali Mohammad Pur 07f444439c LibCore: Take StringViews by value in Stream::* function arguments il y a 3 ans
  sin-ack 259ed04087 LibCore: Implement LocalSocket::release_fd il y a 3 ans
  sin-ack 3de51a4b99 LibCore: Make sockets close-on-exec by default il y a 3 ans
  sin-ack ab36fb7a23 LibCore: Use Core::System and Error::from_syscall in Stream classes il y a 3 ans
  sin-ack 4d2e3de94c LibCore: Don't manually close the fd when connection fails in sockets il y a 3 ans
  sin-ack 4cad0dd74c LibCore: Implement LocalSocket::peer_pid il y a 3 ans
  sin-ack 92be52fd9f LibCore: Implement LocalSocket::adopt_fd il y a 3 ans
  sin-ack 27b49a60d0 LibCore: Implement LocalSocket::read_without_waiting il y a 3 ans
  sin-ack f9847372f3 LibCore: Implement LocalSocket::receive_fd and send_fd il y a 3 ans
  sin-ack 5f645e84d8 LibCore: Use Error::from_errno in Stream APIs il y a 3 ans
  sin-ack dbd25916a3 LibCore+Userland+Tests: Convert Stream APIs to construct on heap il y a 3 ans