summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer
AgeCommit message (Expand)Author
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2022-01-01LookupServer: Avoid unnecessary copiesBen Wiederhake
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-11-30LookupServer: Remove unused this capture in a lambda functionHendiadyoin1
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LookupServer: Port to LibMain :^)Andreas Kling
2021-11-17AK: Convert AK::Format formatting helpers to returning ErrorOr<void>Andreas Kling
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
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