커밋 기록

작성자 SHA1 메시지 날짜
  Timothy Flynn 91558fa381 LibIPC+LibWeb: Add an IPC helper to transfer an IPC message buffer 1 년 전
  Andreas Kling 16c47ccff6 LibCore: Big first step towards pluggable Core::EventLoop 2 년 전
  Andreas Kling 8e7d7b0ec2 LibCore: Remove some unnecessary includes from EventLoop.h 2 년 전
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 년 전
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector 2 년 전
  Andreas Kling 8a48246ed1 Everywhere: Stop using NonnullRefPtrVector 2 년 전
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace 2 년 전
  Sam Atkins a8cf0c9371 LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr 2 년 전
  Timothy Flynn 8b7b03b369 IPCCompiler+LibIPC: Propagate IPC encoder errors 2 년 전
  kleines Filmröllchen 0beca84624 LibIPC: Only run responsiveness timer when there is an event loop 2 년 전
  Daniel Bertalan efaf9f137a LibIPC: Handle `ECONNRESET` when reading from the IPC socket 2 년 전
  MacDue 8a5d2be617 Everywhere: Remove unnecessary mutable attributes from lambdas 2 년 전
  Andreas Kling b5681992e1 LibIPC: Allow overriding the use of deferred_invoke() 2 년 전
  Andreas Kling 35966cabe4 LibIPC: Remove platform-specific #ifdefs around FD passing in Connection 2 년 전
  Andreas Kling ece1b7422f LibIPC: Allow giving Connection a separate socket for FD passing 2 년 전
  FrHun 96276c87cf LibIPC: Retry post_message write on EAGAIN and yield 3 년 전
  sin-ack e5f09ea170 Everywhere: Split Error::from_string_literal and Error::from_string_view 3 년 전
  Jelle Raaijmakers a39c38840e LibIPC: Make noise when shutting down because of an error 3 년 전
  networkException b0461c1522 LibIPC: Process remaining read bytes before shutting down due to EOF 3 년 전
  Sam Atkins fe5fdb200b LibCore+LibIPC: Make Core::Stream read_without_waiting() return Bytes 3 년 전
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 년 전
  Lenny Maiorani dcdc62323d Libraries: Use default constructors/destructors in LibIPC 3 년 전
  Vitaly Dyachkov 93f656119c LibIPC: Always shutdown() the Connection if reached EOF 3 년 전
  Sam Atkins 45cf40653a Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 3 년 전
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 3 년 전
  Andreas Kling 8d76eb773f LibIPC: Make IPC::Connection::post_message() return ErrorOr 3 년 전
  Andreas Kling 86a3ef2709 LibIPC: Give MessageBuffer::fds some inline capacity (1) 3 년 전
  Andreas Kling 2c70c479ab LibIPC: Replace Result<T, E> use with ErrorOr<T> 3 년 전
  Andreas Kling 99a33c9a67 Revert "LibIPC: Use a zero-delay timer for message processing" 3 년 전
  Andreas Kling 3bed7d5a5e LibIPC: Use a zero-delay timer for message processing 3 년 전