summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer/MulticastDNS.cpp
AgeCommit message (Expand)Author
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-07-06LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAXTimon Kruiper
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
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-05-23LookupServer: Fix missing POSIX includesJean-Baptiste Boric
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10LookupServer: Correct some flags for DNS packetsGunnar Beutner
2021-05-10LookupServer: Turn #defines into enum classes and add formatterGunnar Beutner
2021-05-10LookupServer: Split mDNS flags into separate fieldGunnar Beutner
2021-05-06LookupServer: Remove some unnecessary "rc" temporariesAndreas Kling
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev