summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibConfig/Client.cpp
AgeCommit message (Expand)Author
2022-04-26LibConfig+ConfigServer: Write config values synchronouslyMoustafa Raafat
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-01-15LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServersin-ack
2021-11-18LibConfig: Add list methods for groups and keysfaxe1008
2021-11-13LibConfig: Add removal/notifcation for keysfaxe1008
2021-08-26ConfigServer+LibConfig: Add way for clients to listen for config changesAndreas Kling
2021-08-26ConfigServer+LibConfig: Add pledge_domains() APIAndreas Kling
2021-08-26LibConfig: VERIFY that a Core::EventLoop exists before connectingAndreas Kling
2021-08-26Userland: Introduce ConfigServer and LibConfigAndreas Kling