summaryrefslogtreecommitdiff
path: root/Libraries/LibIPC/ClientConnection.h
AgeCommit message (Expand)Author
2020-07-06LibIPC+Services: Make ClientConnection take socket as NonnullRefPtrAndreas Kling
2020-07-03LibIPC: Don't assert on short writes in IPC::ClientConnectionAndreas Kling
2020-06-22LibIPC: Silence some debug spamAndreas Kling
2020-06-21LibIPC: Add setters for overriding the client/server PID if neededAndreas Kling
2020-06-13LibIPC: Only start responsiveness timer after sending client a messageAndreas Kling
2020-06-12LibIPC: Use create_single_shot to construct timerKevin Meyer
2020-06-12LibIPC: Actually use the new Core::Timer::restart() I just addedAndreas Kling
2020-06-11LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI appsAndreas Kling
2020-06-08LibIPC+LibGfx+IPCCompiler: Drop some unused includesSergey Bugaev
2020-05-30LibIPC: Fix server crashes on client disconnectsSergey Bugaev
2020-03-01AK: Remove unnecessary casts to size_t, after Vector changesAndreas Kling
2020-02-25AK: Make Vector use size_t for its size and capacityAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibIPC: Remove leading I from filenamesAndreas Kling