summaryrefslogtreecommitdiff
path: root/Libraries/LibCore/CoreIPCServer.h
AgeCommit message (Expand)Author
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-12-02WindowServer: Port to the new IPC systemAndreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-04LibCore: Flush outgoing IPC messages before trying to send a new oneAndreas Kling
2019-11-03LibCore: Put a limit on how many unsent messages an IPC server queuesAndreas Kling
2019-11-03LibCore: Have IPC server connections queue up unsendable messagesAndreas Kling
2019-10-14LibCore: Don't crash in IPC client/server on EAGAINAndreas Kling
2019-09-22LibCore: Remove ObjectPtr in favor of RefPtrAndreas Kling
2019-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-09-21LibCore: Convert CLocalSocket to ObjectPtrAndreas Kling
2019-09-21LibCore: Convert CTCPSocket to ObjectPtr, add construct() helperAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-08-01LibCore: Initialize pid/id variables in CoreIPC{Client,Server}Andreas Kling
2019-07-27LibCore: Port CoreIPCServer to using CLocalServer.Andreas Kling
2019-07-27LibCore: Use clang-format on CoreIPC{Client,Server}.Andreas Kling
2019-07-25LibCore: Introduce a C_OBJECT macro.Andreas Kling
2019-07-17Rename new IPC headers & classesRobin Burchell