summaryrefslogtreecommitdiff
path: root/Userland/Services/RequestServer/Protocol.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-11-08RequestServer: Replace Result<T, E> use with ErrorOr<T>Andreas Kling
2021-09-05RequestServer: Exit early to avoid executing protocol destructorsBrian Gianforcaro
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP