summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer
AgeCommit message (Expand)Author
2021-11-10AK+Everywhere: Stop including Vector.h from StringView.hAndreas Kling
2021-11-05LibC+LookupServer: Use u32 for the endpoint magicBen Wiederhake
2021-11-05LibC+LookupServer: Compute magic number to avoid hardcodingBen Wiederhake
2021-11-02Services: Fix visibility of Object-derivative constructorsBen Wiederhake
2021-10-05LookupServer: Fix to handle whitespaces and tabs in /etc/hostsfleximus
2021-09-04LookupServer: Use HashMap::ensure() in load_etc_hosts()Andreas Kling
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-07-08Everywhere: Add braces to aggregate initializersDaniel Bertalan
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-17Everywhere: Add component declarationsGunnar Beutner
2021-06-09LookupServer: Watch /etc/hosts for changes during runtimeMax Wipfli
2021-06-09LookupServer: Check for hostname after /etc/hostsMax Wipfli
2021-06-09LookupServer: Make DNSName::operator== ignore caseMax Wipfli
2021-06-09LookupServer: Modernize load_etc_hosts()Max Wipfli
2021-05-23LookupServer: Fix missing POSIX includesJean-Baptiste Boric
2021-05-16AK+Userland: Remove nullability feature for the ByteBuffer typeGunnar Beutner
2021-05-14Userland: Migrate from arc4random_uniform() to get_random_uniform()Jean-Baptiste Boric
2021-05-13Userland: Tighten a *lot* of pledges! :^)Andreas Kling
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-10LookupServer: Do cache eviction when mDNS cache flush bit is setGunnar Beutner
2021-05-10LookupServer: Track the receive timestamp for DNS answersGunnar Beutner
2021-05-10LookupServer: Correct some flags for DNS packetsGunnar Beutner
2021-05-10LookupServer: Handle DNS record types TXT, AAAA, SRV and CNAMEGunnar 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-06LookupServer: Check the return value after calling unveil()Andreas Kling
2021-05-05LookupServer: Implement basic mDNS support :^)Sergey Bugaev
2021-05-05LookupServer: Implement DNSName::operator==()Sergey Bugaev
2021-05-03Userland: Use snake case names in .ipc filesGunnar Beutner
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Split IPC endpoints into proxies and stubsGunnar 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-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-29Everywhere: "file name" => "filename"Andreas Kling
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-21LookupServer: Use dbgln_if instead of #ifAli Mohammad Pur
2021-03-17Everywhere: Remove pessimizing and redundant move()Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-15LookupServer: Implement a DNS server :^)Sergey Bugaev
2021-02-15LookupServer: Misc tweaksSergey Bugaev
2021-02-15LookupServer: Make lookup() return DNSAnswer's instead of stringsSergey Bugaev
2021-02-15LookupServer: Move cache check into the outer lookup() methodSergey Bugaev
2021-02-15LookupServer: Store /etc/hosts as Vector<DNSAnswer>Sergey Bugaev