summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-12-12Kernel+SystemServer: Add /dev/ttyDaniel Bertalan
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-12-08LibHTTP: Avoid implicitly copying ByteBufferBen Wiederhake
2021-12-07WebContent: Add missing TRY on client initializationHendiadyoin1
2021-12-06LibIPC: Add IPC::take_over_accepted_client_from_system_server<Client>()Andreas Kling
2021-12-06LibIPC: Add IPC::MultiServer convenience classAndreas Kling
2021-12-06LibCore: Make LocalServer::take_over_from_system_server() return ErrorOrAndreas Kling
2021-12-06SQLServer: Port to LibMain :^)Andreas Kling
2021-12-06LaunchServer: Port to LibMain :^)Andreas Kling
2021-12-05DHCP4Client: Cast unused Timer return values to voidSam Atkins
2021-12-05Userland: Cast unused BackgroundAction::construct() results to voidSam Atkins
2021-12-05Services: Cast unused IPC::new_client_connection() results to voidSam Atkins
2021-12-04LibSQL: Improve error handlingJan de Visser
2021-11-30LookupServer: Remove unused this capture in a lambda functionHendiadyoin1
2021-11-30KeyboardPreferenceLoader: Use Core::System::ioctl()Andreas Kling
2021-11-30DHCPClient: Port to LibMain :^)Andreas Kling
2021-11-30KeyboardPreferenceLoader: Port to LibMain :^)Andreas Kling
2021-11-30AudioServer: Port to LibMain :^)Andreas Kling
2021-11-30ChessEngine: Port to LibMain :^)Andreas Kling
2021-11-30InspectorServer: Port to LibMain :^)Andreas Kling
2021-11-30LibCore: Change Core::LocalServer::on_ready_to_accept => on_acceptAndreas Kling
2021-11-30WebContent: Remove unnecessary client mapAndreas Kling
2021-11-30ImageDecoder: Remove unnecessary client mapAndreas Kling
2021-11-30Kernel: Register Virtio console ports with device managementJelle Raaijmakers
2021-11-29ImageDecoder: Fix assertion after failed decodeAndreas Kling
2021-11-28SpiceAgent: Port to LibMain :^)Andreas Kling
2021-11-28LibIPC+IPCCompiler+AK: Make IPC value decoders return ErrorOr<void>Andreas Kling
2021-11-28LibIPC: Make IPC::Connection::post_message() return ErrorOrAndreas Kling
2021-11-28LibAudio: New error propagation API in Loader and Bufferkleines Filmröllchen
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26Userland: Use Core::ArgsParser's Vector<StringView> API everywhereAndreas Kling
2021-11-26WindowServer: Clear wallpaper if the requested path is emptyKarol Kosek
2021-11-24Kernel: Allow higher audio sample rates than 65kHZ (`u16`)Jelle Raaijmakers
2021-11-24WebContent: Support inspection of DOM in nested browsing contextsVyacheslav Pukhanov
2021-11-24CrashDaemon: Port to LibMain :^)Andreas Kling
2021-11-24Clipboard: Port to LibMain :^)Andreas Kling
2021-11-23LookupServer: Port to LibMain :^)Andreas Kling
2021-11-23NotificationServer: Port to LibMain :^)Andreas Kling
2021-11-23ConfigServer: Port to LibMain :^)Andreas Kling
2021-11-23WebServer: Port to LibMain :^)Andreas Kling
2021-11-23Taskbar: Port to LibMain :^)Andreas Kling
2021-11-23LibCore+AK: Move MappedFile from AK to LibCoreAndreas Kling
2021-11-23LoginServer: Port to LibMain :^)Andreas Kling
2021-11-23LibCore: Make LocalSocket takeover mechanism return ErrorOr<T>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-23RequestServer: Port to LibMain :^)Andreas Kling
2021-11-23ImageDecoder: Port to LibMain :^)Andreas Kling
2021-11-23WebSocket: Port to LibMain :^)Andreas Kling
2021-11-23FileSystemAccessServer: Port to LibMain :^)Andreas Kling
2021-11-23WebContent: Port to LibMain :^)Andreas Kling