Age | Commit message (Expand) | Author |
---|---|---|
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-20 | LibIPC: Add Connection::send_sync_but_allow_failure() | Andreas Kling |
2021-02-14 | Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC | Andreas Kling |
2021-02-13 | LibIPC: Oops, fix busted dbgln() format string (thanks, checker!) | Andreas Kling |
2021-02-13 | LibIPC: Make received file descriptors close-on-exec by default | Andreas Kling |
2021-02-01 | LibIPC: Stop sending client ID to clients | Andreas Kling |
2021-01-31 | LibIPC: Stop exchanging client/server PIDs in greeting handshake | Andreas Kling |
2021-01-16 | LibCore+LibIPC: Add Core::AnonymousBuffer, an IPC-friendly buffer class | Andreas Kling |
2021-01-16 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-14 | LibIPC: Add an expressive way to close an IPC::File after sending it | Andreas Kling |
2021-01-14 | LibIPC: Close received IPC::File fd's by default unless taken | Andreas Kling |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |