summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Connection.h
AgeCommit message (Expand)Author
2021-07-21LibIPC: Fix losing messages when connection is closedTom
2021-07-18LibIPC: Close the socket and die when the peer is closedGunnar Beutner
2021-07-18LibIPC: Add Connection::is_open()Gunnar Beutner
2021-07-08LibIPC: Remove unnecessary `template<>`Daniel Bertalan
2021-05-24LibIPC: Fix unaligned u32 access in drain_messages_from_peer()Andreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-02LibIPC: Make sure FDs survive when passed into a MessageBufferGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-27LibIPC: Add missing errno.h includeJean-Baptiste Boric
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LibCore: Remove the barely-used Core::safe_syscall()Andreas Kling
2021-04-20LibIPC: Make Connection::send_sync return a NonnullOwnPtrIdan Horowitz
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibIPC: Add Connection::send_sync_but_allow_failure()Andreas 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