index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibCore
/
CoreIPCServer.h
Age
Commit message (
Expand
)
Author
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-12-02
WindowServer: Port to the new IPC system
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-04
LibCore: Flush outgoing IPC messages before trying to send a new one
Andreas Kling
2019-11-03
LibCore: Put a limit on how many unsent messages an IPC server queues
Andreas Kling
2019-11-03
LibCore: Have IPC server connections queue up unsendable messages
Andreas Kling
2019-10-14
LibCore: Don't crash in IPC client/server on EAGAIN
Andreas Kling
2019-09-22
LibCore: Remove ObjectPtr in favor of RefPtr
Andreas Kling
2019-09-22
LibCore: Make CObject reference-counted
Andreas Kling
2019-09-21
LibCore: Convert CLocalSocket to ObjectPtr
Andreas Kling
2019-09-21
LibCore: Convert CTCPSocket to ObjectPtr, add construct() helper
Andreas Kling
2019-08-03
AudioServer: Port to the new generated IPC mechanism
Andreas Kling
2019-08-01
LibCore: Initialize pid/id variables in CoreIPC{Client,Server}
Andreas Kling
2019-07-27
LibCore: Port CoreIPCServer to using CLocalServer.
Andreas Kling
2019-07-27
LibCore: Use clang-format on CoreIPC{Client,Server}.
Andreas Kling
2019-07-25
LibCore: Introduce a C_OBJECT macro.
Andreas Kling
2019-07-17
Rename new IPC headers & classes
Robin Burchell