1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 18:28:12 +00:00
serenity/Userland/Libraries/LibIPC
Andreas Kling ddbe6bd7b4 Userland: Rename Core::Object to Core::EventReceiver
This is a more precise description of what this class actually does.
2023-08-06 20:39:51 +02:00
..
CMakeLists.txt
Concepts.h LibIPC: Fix HashMap detection in case of non-trivial traits 2023-05-21 07:53:45 +02:00
Connection.cpp
Connection.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ConnectionFromClient.h Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ConnectionToServer.h
Decoder.cpp AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Decoder.h AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Encoder.cpp AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
Encoder.h AK: Introduce UnixDateTime 2023-05-24 23:18:07 +02:00
File.h LibIPC: Do not leak the Core::File fd by default 2023-07-12 18:22:18 -04:00
Forward.h LibIPC: Remove redundant IPC::Dictionary type 2023-05-21 07:53:45 +02:00
Message.h
MultiServer.h
SingleServer.h
Stub.h