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