summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC
AgeCommit message (Expand)Author
2021-04-27LibIPC: Add missing errno.h includeJean-Baptiste Boric
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
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-04-16LibCore+LibIPC: Add IPC coder for Core::DateTimeTimothy Flynn
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibIPC: Add Connection::send_sync_but_allow_failure()Andreas Kling
2021-02-14Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXECAndreas Kling
2021-02-13LibIPC: Oops, fix busted dbgln() format string (thanks, checker!)Andreas Kling
2021-02-13LibIPC: Make received file descriptors close-on-exec by defaultAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-16LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer classAndreas Kling
2021-01-16Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-14LibIPC: Close received IPC::File fd's by default unless takenAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling