summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibIPC/Message.h
AgeCommit message (Expand)Author
2021-11-28LibIPC: Give MessageBuffer::fds some inline capacity (1)Andreas Kling
2021-08-01Libraries: Remove unused header includesBrian Gianforcaro
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-03Userland: Add try_* IPC handlersGunnar Beutner
2021-05-02LibIPC: Make sure FDs survive when passed into a MessageBufferGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-14LibIPC: Add an expressive way to close an IPC::File after sending itAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling