index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Services
/
LookupServer
Age
Commit message (
Expand
)
Author
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-06
LookupServer: Use _POSIX_HOST_NAME_MAX instead of HOST_NAME_MAX
Timon Kruiper
2022-07-06
LookupServer: Use designated initializers for sockaddr_in
Andrew Kaster
2022-07-06
AK: Use an enum instead of a bool for String::replace(all_occurences)
DexesTTP
2022-07-02
LookupServer: Try other available DNS nameservers on network errors
Idan Horowitz
2022-04-16
LibCore+Everywhere: Make Core::Stream::read() return Bytes
Sam Atkins
2022-04-15
LibDNS: Remove the 'DNS' prefix from the various type and class names
Tom
2022-04-15
LookupServer: Move DNS related code into new LibDNS library
Tom
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-27
LookupServer: Fix confusing copy/paste error in debug message
Linus Groh
2022-03-27
LookupServer: Use case-insensitive comparison for domain names
Timur Sultanov
2022-03-24
Services: Use default constructors/destructors
Lenny Maiorani
2022-03-20
LookupServer: Return with failure result when lookup fails
sin-ack
2022-02-25
Userland: Rename IPC ClientConnection => ConnectionFromClient
Itamar
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-14
LookupServer: Convert to Core::Stream::UDPSocket
sin-ack
2022-01-15
LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer
sin-ack
2022-01-01
LookupServer: Avoid unnecessary copies
Ben Wiederhake
2021-12-16
LibCore+LookupServer: Implement and use UDPServer::send
sin-ack
2021-12-06
LibIPC: Add IPC::MultiServer convenience class
Andreas Kling
2021-12-06
LibCore: Make LocalServer::take_over_from_system_server() return ErrorOr
Andreas Kling
2021-12-05
Services: Cast unused IPC::new_client_connection() results to void
Sam Atkins
2021-11-30
LookupServer: Remove unused this capture in a lambda function
Hendiadyoin1
2021-11-30
LibCore: Change Core::LocalServer::on_ready_to_accept => on_accept
Andreas Kling
2021-11-28
Everywhere: Use default execpromises argument for Core::System::pledge
Brian Gianforcaro
2021-11-23
LookupServer: Port to LibMain :^)
Andreas Kling
2021-11-17
AK: Convert AK::Format formatting helpers to returning ErrorOr<void>
Andreas Kling
2021-11-17
AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)
Andreas Kling
2021-11-10
AK+Everywhere: Stop including Vector.h from StringView.h
Andreas Kling
2021-11-05
LibC+LookupServer: Use u32 for the endpoint magic
Ben Wiederhake
2021-11-05
LibC+LookupServer: Compute magic number to avoid hardcoding
Ben Wiederhake
2021-11-02
Services: Fix visibility of Object-derivative constructors
Ben Wiederhake
2021-10-05
LookupServer: Fix to handle whitespaces and tabs in /etc/hosts
fleximus
2021-09-04
LookupServer: Use HashMap::ensure() in load_etc_hosts()
Andreas Kling
2021-08-22
Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open
networkException
2021-08-01
Services: Remove unused header includes
Brian Gianforcaro
2021-07-08
Everywhere: Add braces to aggregate initializers
Daniel Bertalan
2021-06-24
Userland: Remove dummy IPC methods
Gunnar Beutner
2021-06-17
Everywhere: Add component declarations
Gunnar Beutner
2021-06-09
LookupServer: Watch /etc/hosts for changes during runtime
Max Wipfli
2021-06-09
LookupServer: Check for hostname after /etc/hosts
Max Wipfli
2021-06-09
LookupServer: Make DNSName::operator== ignore case
Max Wipfli
2021-06-09
LookupServer: Modernize load_etc_hosts()
Max Wipfli
2021-05-23
LookupServer: Fix missing POSIX includes
Jean-Baptiste Boric
2021-05-16
AK+Userland: Remove nullability feature for the ByteBuffer type
Gunnar Beutner
2021-05-14
Userland: Migrate from arc4random_uniform() to get_random_uniform()
Jean-Baptiste Boric
2021-05-13
Userland: Tighten a *lot* of pledges! :^)
Andreas Kling
2021-05-12
LibCore+Everywhere: Move OpenMode out of IODevice
Ali Mohammad Pur
2021-05-10
LookupServer: Do cache eviction when mDNS cache flush bit is set
Gunnar Beutner
2021-05-10
LookupServer: Track the receive timestamp for DNS answers
Gunnar Beutner
[next]