Commit History

Author SHA1 Message Date
  FrHun 96276c87cf LibIPC: Retry post_message write on EAGAIN and yield 3 years ago
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 years ago
  Jelle Raaijmakers a39c38840e LibIPC: Make noise when shutting down because of an error 3 years ago
  networkException b0461c1522 LibIPC: Process remaining read bytes before shutting down due to EOF 3 years ago
  Sam Atkins fe5fdb200b LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes 3 years ago
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 years ago
  Lenny Maiorani dcdc62323d Libraries: Use default constructors/destructors in LibIPC 3 years ago
  Vitaly Dyachkov 93f656119c LibIPC: Always shutdown() the Connection if reached EOF 3 years ago
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 years ago
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 years ago
  Andreas Kling 8d76eb773f LibIPC: Make IPC::Connection::post_message() return ErrorOr 3 years ago
  Andreas Kling 86a3ef2709 LibIPC: Give MessageBuffer::fds some inline capacity (1) 3 years ago
  Andreas Kling 2c70c479ab LibIPC: Replace Result<T, E> use with ErrorOr<T> 3 years ago
  Andreas Kling 99a33c9a67 Revert "LibIPC: Use a zero-delay timer for message processing" 3 years ago
  Andreas Kling 3bed7d5a5e LibIPC: Use a zero-delay timer for message processing 3 years ago
  Andreas Kling 24642861af LibIPC: Store local endpoint magic in a ConnectionBase member 3 years ago
  Andreas Kling 9a8bdf84c8 LibIPC: Move waiting for synchronous responses to ConnectionBase 3 years ago
  Andreas Kling 8728d36dd0 LibIPC: Move more of IPC::Connection to ConnectionBase 3 years ago
  Andreas Kling f3c4a357ea LibIPC: Move non-templated parts of IPC::Connection out of line 3 years ago