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
Age
Commit message (
Expand
)
Author
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-16
LibIPC: Make sure we always process unhandled messages
Andreas Kling
2019-12-07
LibIPC: Install libipc.a into /usr/lib
Andreas Kling
2019-12-06
LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)
Andreas Kling
2019-12-02
WindowServer: Mark clients as misbehaving when they send invalid data
Andreas Kling
2019-12-02
LibIPC: Rename IMessage id/name to message_id/message_name
Andreas Kling
2019-12-02
LibIPC: Don't handle incoming messages right away when draining
Andreas Kling
2019-12-02
LibIPC: Rename base classes to IClientConnection and IServerConnection
Andreas Kling
2019-12-02
LibIPC: Move IPC client/server connection templates to LibIPC
Andreas Kling
2019-11-23
LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages
Andreas Kling
2019-11-03
POSIX compliance: (most) shell scripts converted to generic shell
George Pickering
2019-09-06
AK: Rename <AK/AKString.h> to <AK/String.h>
Andreas Kling
2019-08-03
IPCCompiler: More work towards AudioServer bringup
Andreas Kling
2019-08-03
IPCCompiler: Generate getters for message ID's and message names
Andreas Kling
2019-08-03
LibIPC: Start fleshing out a separate IPC library
Andreas Kling