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
2023-02-13
LibCore: Remove `Stream.h`
Tim Schumacher
2023-02-13
LibCore: Move Stream-based sockets into the `Core` namespace
Tim Schumacher
2023-02-13
LibCore: Rename `File` to `DeprecatedFile`
Tim Schumacher
2023-01-27
Services: Replace uses of JsonObject::get_deprecated()/get_ptr()
Sam Atkins
2023-01-18
Userland: Add missing limits.h header includes
Timothy Flynn
2023-01-17
AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()
Sam Atkins
2023-01-13
LibDNS: Use `AllocatingMemoryStream` in DNS package construction
Tim Schumacher
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::handle_packet()
Alexander Narsudinov
2022-12-20
LookupServer: Propagate the errors from MulticastDNS::lookup()
Alexander Narsudinov
2022-12-20
LibCore: Make UDPServer::receive() return ErrorOr<ByteBuffer>
Alexander Narsudinov
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Mark dependencies of most targets as PRIVATE
Tim Schumacher
2022-10-25
Services: Use new global variables at /sys/kernel/ directory
Liav A
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-10-12
Userland: Properly populate GENERATED_SOURCES
Ali Mohammad Pur
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
[next]