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
/
LibIPC
/
ClientConnection.h
Age
Commit message (
Expand
)
Author
2020-07-06
LibIPC+Services: Make ClientConnection take socket as NonnullRefPtr
Andreas Kling
2020-07-03
LibIPC: Don't assert on short writes in IPC::ClientConnection
Andreas Kling
2020-06-22
LibIPC: Silence some debug spam
Andreas Kling
2020-06-21
LibIPC: Add setters for overriding the client/server PID if needed
Andreas Kling
2020-06-13
LibIPC: Only start responsiveness timer after sending client a message
Andreas Kling
2020-06-12
LibIPC: Use create_single_shot to construct timer
Kevin Meyer
2020-06-12
LibIPC: Actually use the new Core::Timer::restart() I just added
Andreas Kling
2020-06-11
LibIPC+WindowServer+LibGUI: Detect and highlight unresponsive GUI apps
Andreas Kling
2020-06-08
LibIPC+LibGfx+IPCCompiler: Drop some unused includes
Sergey Bugaev
2020-05-30
LibIPC: Fix server crashes on client disconnects
Sergey Bugaev
2020-03-01
AK: Remove unnecessary casts to size_t, after Vector changes
Andreas Kling
2020-02-25
AK: Make Vector use size_t for its size and capacity
Andreas Kling
2020-02-14
LibCore: Add a forward declaration header
Andreas Kling
2020-02-06
LibCore: Remove leading C from filenames
Andreas Kling
2020-02-06
LibIPC: Remove leading I from filenames
Andreas Kling