Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Move Stream-based sockets into the `Core` namespace | Tim Schumacher |
2023-01-18 | LibCore+ConfigServer: Add FileWatcherFlags to replace InodeWatcherFlags | Timothy Flynn |
2023-01-12 | LibCore+Userland: Make Core::Timer::create_single_shot() return ErrorOr | Sam Atkins |
2022-12-23 | LibConfig+LibCore+ConfigServer: Support u32 configuration entries | Timothy Flynn |
2022-12-06 | AK+Everywhere: Rename String to DeprecatedString | Linus Groh |
2022-10-01 | LibCore+LibConfig+ConfigServer: Add Config::{add,remove}_group() | thankyouverycool |
2022-10-01 | LibConfig+ConfigServer: Make remove_key() synchronous | thankyouverycool |
2022-03-24 | Services: Use default constructors/destructors | Lenny Maiorani |
2022-02-25 | Userland: Rename IPC ClientConnection => ConnectionFromClient | Itamar |