Age | Commit message (Expand) | Author |
---|---|---|
2022-04-01 | Everywhere: Run clang-format | Idan Horowitz |
2022-02-25 | Userland: Rename IPC::ServerConnection=>IPC::ConnectionToServer | Itamar |
2022-01-15 | LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer | sin-ack |
2021-05-23 | Userland: Mark subclasses of IPC::{Client,Server}Connection final | Andreas Kling |
2021-05-23 | LibIPC: Remove unnecessary IPC::ServerConnection::handshake() | Andreas Kling |
2021-05-03 | Userland: Change IPC funcs to use plain arguments instead of a struct | Gunnar Beutner |
2021-04-25 | Services: Add a WebSocket service | DexesTTP |