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-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
2021-05-10
LookupServer: Correct some flags for DNS packets
Gunnar Beutner
2021-05-10
LookupServer: Handle DNS record types TXT, AAAA, SRV and CNAME
Gunnar Beutner
2021-05-10
LookupServer: Turn #defines into enum classes and add formatter
Gunnar Beutner
2021-05-10
LookupServer: Split mDNS flags into separate field
Gunnar Beutner
2021-05-06
LookupServer: Remove some unnecessary "rc" temporaries
Andreas Kling
2021-05-06
LookupServer: Check the return value after calling unveil()
Andreas Kling
2021-05-05
LookupServer: Implement basic mDNS support :^)
Sergey Bugaev
2021-05-05
LookupServer: Implement DNSName::operator==()
Sergey Bugaev
2021-05-03
Userland: Use snake case names in .ipc files
Gunnar Beutner
2021-05-03
Userland: Update IPC calls to use proxies
Gunnar Beutner
2021-05-03
Userland: Split IPC endpoints into proxies and stubs
Gunnar Beutner
2021-05-03
Userland: Change IPC funcs to use plain arguments instead of a struct
Gunnar Beutner
2021-05-02
Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlers
Gunnar Beutner
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-29
Everywhere: "file name" => "filename"
Andreas Kling
2021-04-25
IPCCompiler: Remove hardcoded endpoint magic, attempt deux
sin-ack
[next]