ladybird/Userland/Services/LookupServer
Ali Mohammad Pur 166a905951 Userland: Properly populate GENERATED_SOURCES
We previously put the generated headers in SOURCES, which did not mark
them as GENERATED (and did not produce a proper dependency).
This commit moves all generated headers into GENERATED_SOURCES, and
removes useless header SOURCES.
2022-10-12 15:55:15 +01:00
..
CMakeLists.txt Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ConnectionFromClient.cpp LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
ConnectionFromClient.h Services: Use default constructors/destructors 2022-03-24 20:09:26 -07:00
DNSServer.cpp LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
DNSServer.h LookupServer: Convert to Core::Stream::UDPSocket 2022-02-14 11:44:09 +01:00
LookupClient.ipc Userland: Remove dummy IPC methods 2021-06-24 00:38:58 +02:00
LookupServer.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
LookupServer.h LibDNS: Remove the 'DNS' prefix from the various type and class names 2022-04-15 16:34:26 +01:00
LookupServer.ipc LibC+LookupServer: Use u32 for the endpoint magic 2021-11-05 00:17:01 +03:30
main.cpp Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
MulticastDNS.cpp Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
MulticastDNS.h LookupServer: Use designated initializers for sockaddr_in 2022-07-06 14:24:23 +02:00