Age | Commit message (Expand) | Author |
---|---|---|
2021-05-03 | Userland: Make IPC results with one return value available directly | Gunnar Beutner |
2021-05-03 | Userland: Change IPC funcs to use plain arguments instead of a struct | Gunnar Beutner |
2021-05-02 | Userland: Make IPC handlers return void if they don't have any outputs | Gunnar Beutner |
2021-05-02 | Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers | Gunnar Beutner |
2021-04-25 | Services: Rename ProtocolServer to RequestServer | DexesTTP |