Historial de Commits

Autor SHA1 Mensaje Fecha
  Andreas Kling 4fe21e6d87 LibIPC: Move stuff from Connection.h to .cpp and reduce #include count hace 1 año
  Andreas Kling 6d9c4d852d LibIPC: Move more of Connection::try_parse_messages() to ConnectionBase hace 1 año
  Andreas Kling f4d40c292b LibIPC: Remove no-longer-used DeferredInvoker abstraction hace 1 año
  Andrew Kaster 5e1d678bae Ladybird+Userland: Remove use of unnecessary fd passing socket concept hace 1 año
  Andrew Kaster cb87725ec8 LibIPC+LibWeb: Transfer IPC::Files using sendmsg/recvmsg directly hace 1 año
  Andreas Kling ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver hace 2 años
  Andreas Kling 21db2b7b90 Everywhere: Remove NonnullOwnPtr.h includes hace 2 años
  Andreas Kling 359d6e7b0b Everywhere: Stop using NonnullOwnPtrVector hace 2 años
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` hace 2 años
  Tim Schumacher a96339b72b LibCore: Move Stream-based sockets into the `Core` namespace hace 2 años
  Ben Wiederhake 6b7ce19161 Everywhere: Remove unused includes of LibC/stdlib.h hace 2 años
  Timothy Flynn 765c5b416f IPCCompiler+LibIPC: Generate message decoders with better TRY semantics hace 2 años
  kleines Filmröllchen 7669441282 LibIPC: Add deferred invoker getter hace 2 años
  Andreas Kling b5681992e1 LibIPC: Allow overriding the use of deferred_invoke() hace 2 años
  Andreas Kling ece1b7422f LibIPC: Allow giving Connection a separate socket for FD passing hace 2 años
  Jelle Raaijmakers a39c38840e LibIPC: Make noise when shutting down because of an error hace 3 años
  Lenny Maiorani dcdc62323d Libraries: Use default constructors/destructors in LibIPC hace 3 años
  sin-ack 2e1bbcb0fa LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer hace 3 años
  Andreas Kling 8d76eb773f LibIPC: Make IPC::Connection::post_message() return ErrorOr hace 3 años
  Andreas Kling 2c70c479ab LibIPC: Replace Result<T, E> use with ErrorOr<T> hace 3 años
  Andreas Kling 99a33c9a67 Revert "LibIPC: Use a zero-delay timer for message processing" hace 3 años
  Andreas Kling 3bed7d5a5e LibIPC: Use a zero-delay timer for message processing hace 3 años
  Andreas Kling 24642861af LibIPC: Store local endpoint magic in a ConnectionBase member hace 3 años
  Andreas Kling 9a8bdf84c8 LibIPC: Move waiting for synchronous responses to ConnectionBase hace 3 años
  Andreas Kling 8728d36dd0 LibIPC: Move more of IPC::Connection to ConnectionBase hace 3 años
  Andreas Kling f3c4a357ea LibIPC: Move non-templated parts of IPC::Connection out of line hace 3 años
  Ali Mohammad Pur 97e97bccab Everywhere: Make ByteBuffer::{create_*,copy}() OOM-safe hace 3 años
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke hace 4 años
  Federico Guerinoni b2a849935b LibIPC: Pass only message size to decoder hace 4 años
  Tom 7e8a5d7323 LibIPC: Fix losing messages when connection is closed hace 4 años