summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer/LookupServer.h
AgeCommit message (Expand)Author
2022-04-15LibDNS: Remove the 'DNS' prefix from the various type and class namesTom
2022-04-15LookupServer: Move DNS related code into new LibDNS libraryTom
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-06-09LookupServer: Watch /etc/hosts for changes during runtimeMax Wipfli
2021-05-10LookupServer: Turn #defines into enum classes and add formatterGunnar Beutner
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-15LookupServer: Implement a DNS server :^)Sergey Bugaev
2021-02-15LookupServer: Make lookup() return DNSAnswer's instead of stringsSergey Bugaev
2021-02-15LookupServer: Store /etc/hosts as Vector<DNSAnswer>Sergey Bugaev
2021-02-15LookupServer: Store DNSName's in HashMap's directlySergey Bugaev
2021-02-15LookupServer: Don't cache DNS questionsSergey Bugaev
2021-02-15LookupServer: Introduce DNSNameSergey Bugaev
2021-02-06LookupServer: Unify DNSRequest & DNSResponseSergey Bugaev
2021-02-06LookupServer: Switch to LibIPC :^)Sergey Bugaev
2021-02-06LookupServer: Move into `LookupServer` namespaceSergey Bugaev
2021-01-30LookupServer: Be a little more robust in case accept() failsAndreas Kling
2021-01-30LookupServer: Don't create Core::Object on the stackAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling