summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/ClientConnection.h
AgeCommit message (Expand)Author
2021-07-08LibIPC: Remove unnecessary `template<>`Daniel Bertalan
2021-06-24Userland: Disambiguate dependent typesDaniel Bertalan
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling