提交歷史

作者 SHA1 備註 提交日期
  Andreas Kling 8d76eb773f LibIPC: Make IPC::Connection::post_message() return ErrorOr 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 年之前
  Andreas Kling 24642861af LibIPC: Store local endpoint magic in a ConnectionBase member 3 年之前
  Andreas Kling 9a8bdf84c8 LibIPC: Move waiting for synchronous responses to ConnectionBase 3 年之前
  Andreas Kling 8728d36dd0 LibIPC: Move more of IPC::Connection to ConnectionBase 3 年之前
  Andreas Kling f3c4a357ea LibIPC: Move non-templated parts of IPC::Connection out of line 3 年之前
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe 3 年之前
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 年之前
  Federico Guerinoni b2a849935b LibIPC: Pass only message size to decoder 4 年之前
  Tom 7e8a5d7323 LibIPC: Fix losing messages when connection is closed 4 年之前
  Gunnar Beutner ab353fd4e1 LibIPC: Close the socket and die when the peer is closed 4 年之前
  Gunnar Beutner e331ef7057 LibIPC: Add Connection::is_open() 4 年之前
  Daniel Bertalan a36c37db47 LibIPC: Remove unnecessary `template<>` 4 年之前
  Andreas Kling d3f298c592 LibIPC: Fix unaligned u32 access in drain_messages_from_peer() 4 年之前
  Gunnar Beutner 5bb79ea0a7 Userland: Update IPC calls to use proxies 4 年之前
  Gunnar Beutner 78803ce384 Userland: Split IPC endpoints into proxies and stubs 4 年之前
  Gunnar Beutner de9b454f89 LibIPC: Make sure FDs survive when passed into a MessageBuffer 4 年之前
  Gunnar Beutner 7cf2839a26 Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers 4 年之前
  Jean-Baptiste Boric 9aa44fa36c LibIPC: Add missing errno.h include 4 年之前
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. 4 年之前
  Andreas Kling e5318d51e6 LibCore: Remove the barely-used Core::safe_syscall() 4 年之前
  Idan Horowitz 28b8a2ec7a LibIPC: Make Connection::send_sync return a NonnullOwnPtr 4 年之前
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY 4 年之前
  Andreas Kling a446cea759 LibIPC: Add Connection::send_sync_but_allow_failure() 4 年之前
  Andreas Kling 1b5be4a342 LibIPC: Stop exchanging client/server PIDs in greeting handshake 4 年之前
  asynts 01879d27c2 Everywhere: Replace a bundle of dbg with dbgln. 4 年之前
  Andreas Kling 13d7c09125 Libraries: Move to Userland/Libraries/ 4 年之前