1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-10-24 01:42:35 +00:00
serenity/Userland/Services/LookupServer
Timon Kruiper 2b82c83ceb LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX
HOST_NAME_MAX is not defined on the BSDs, including macOS. Use
_POSIX_HOST_NAME_MAX instead, which is defined on all the platforms.
2022-07-06 14:24:23 +02:00
..
CMakeLists.txt LookupServer: Move DNS related code into new LibDNS library 2022-04-15 16:34:26 +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 LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX 2022-07-06 14:24:23 +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 LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX 2022-07-06 14:24:23 +02:00
MulticastDNS.h LookupServer: Use designated initializers for sockaddr_in 2022-07-06 14:24:23 +02:00