ladybird/Libraries/LibIPC
Andreas Kling 0e4ecca336 LibIPC: Remove use of ByteBuffer::wrap()
ByteBuffer::wrap() was useful before we had Span. Let's see if we can't
get rid of some more ByteBuffer wrapping.
2020-12-19 11:30:02 +01:00
..
ClientConnection.h LibIPC: Remove unused DisconnectedEvent mechanism 2020-09-12 14:49:29 +02:00
CMakeLists.txt
Connection.h LibIPC: Remove use of ByteBuffer::wrap() 2020-12-19 11:30:02 +01:00
Decoder.cpp LibIPC: Fix 'unused private member' error when building with clang 2020-11-25 20:00:23 +01:00
Decoder.h LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
Dictionary.h Clipboard: Add a key-value map alongside the clipboard storage 2020-09-05 16:52:24 +02:00
Encoder.cpp LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
Encoder.h LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
Endpoint.cpp
Endpoint.h
File.h LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
Forward.h LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
Message.cpp
Message.h LibIPC: Support sending file descriptors :^) 2020-11-23 18:37:40 +01:00
ServerConnection.h LibIPC: Move notifier handling entirely to IPC::Connection base class 2020-09-12 14:49:29 +02:00