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
/
ConfigServer
Age
Commit message (
Expand
)
Author
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
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
ConfigServer: Port to LibMain :^)
Andreas Kling
2021-11-18
ConfigServer: Add methods to list groups and keys
faxe1008
2021-11-13
ConfigServer: Add method and notification for key removal
faxe1008
2021-10-14
ConfigServer: Sync config files to disk automatically
Valtteri Koskivuori
2021-08-27
ConfigServer: Update the configuration cache on file changes
Andreas Kling
2021-08-26
ConfigServer: Monitor opened config files for changes
Andreas Kling
2021-08-26
ConfigServer+LibConfig: Add way for clients to listen for config changes
Andreas Kling
2021-08-26
ConfigServer+LibConfig: Add pledge_domains() API
Andreas Kling
2021-08-26
Userland: Introduce ConfigServer and LibConfig
Andreas Kling