summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-05-10LookupServer: Turn #defines into enum classes and add formatterGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-15LookupServer: Make lookup() return DNSAnswer's instead of stringsSergey Bugaev
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer+LibC: Pass IP addresses in binarySergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev