Age | Commit message (Expand) | Author |
---|---|---|
2021-11-08 | LibIPC: Replace Result<T, E> use with ErrorOr<T> | Andreas Kling |
2021-11-03 | Revert "LibIPC: Use a zero-delay timer for message processing" | Andreas Kling |
2021-10-24 | LibIPC: Use a zero-delay timer for message processing | Andreas Kling |
2021-10-24 | LibIPC: Store local endpoint magic in a ConnectionBase member | Andreas Kling |
2021-10-24 | LibIPC: Move waiting for synchronous responses to ConnectionBase | Andreas Kling |
2021-10-24 | LibIPC: Move more of IPC::Connection to ConnectionBase | Andreas Kling |
2021-10-24 | LibIPC: Move non-templated parts of IPC::Connection out of line | Andreas Kling |