summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer
AgeCommit message (Expand)Author
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-05-23RequestServer: Remove unnecessary greet() messageAndreas Kling
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-10RequestServer: Make the certificate_requested IPC call asynchronousAndreas Kling
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-29Everywhere: Use "the SerenityOS developers." in copyright headersLinus Groh
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP