summaryrefslogtreecommitdiff
path: root/Userland/Services/LookupServer
AgeCommit message (Expand)Author
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27Services: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-18Userland: Add missing limits.h header includesTimothy Flynn
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-13LibDNS: Use `AllocatingMemoryStream` in DNS package constructionTim Schumacher
2022-12-20LookupServer: Propagate the errors from MulticastDNS::handle_packet()Alexander Narsudinov
2022-12-20LookupServer: Propagate the errors from MulticastDNS::lookup()Alexander Narsudinov
2022-12-20LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>Alexander Narsudinov
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-01Everywhere: Mark dependencies of most targets as PRIVATETim Schumacher
2022-10-25Services: Use new global variables at /sys/kernel/ directoryLiav A
2022-10-24AK+Everywhere: Turn bool keep_empty to an enum in split* functionsdemostanis
2022-10-12Userland: Properly populate GENERATED_SOURCESAli Mohammad Pur
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-07-06LookupServer: Use designated initializers for sockaddr_inAndrew Kaster
2022-07-06AK: Use an enum instead of a bool for String::replace(all_occurences)DexesTTP
2022-07-02LookupServer: Try other available DNS nameservers on network errorsIdan Horowitz
2022-04-16LibCore+Everywhere: Make Core::Stream::read() return BytesSam Atkins
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
2022-03-27LookupServer: Fix confusing copy/paste error in debug messageLinus Groh
2022-03-27LookupServer: Use case-insensitive comparison for domain namesTimur Sultanov
2022-03-24Services: Use default constructors/destructorsLenny Maiorani
2022-03-20LookupServer: Return with failure result when lookup failssin-ack
2022-02-25Userland: Rename IPC ClientConnection => ConnectionFromClientItamar
2022-02-16LibCore+Everywhere: Return ErrorOr from ConfigFile factory methodsSam Atkins
2022-02-14LookupServer: Convert to Core::Stream::UDPSocketsin-ack
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