summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-12-25WindowServer: Skip over destroyed windows in WindowSwitcher::draw()Andreas Kling
2021-12-24AudioServer: Ignore 'muted' clients when computing the 'output mix'Elyse
2021-12-24AudioServer: Add a 'self_muted' state to each client connectionElyse
2021-12-24AudioServer: Add 'mute' member and methods to ClientAudioStreamElyse
2021-12-24Everywhere: Refactor 'muted' to 'main_mix_muted' in all AudioConnectionsElyse
2021-12-24AudioServer/Mixer: Fix remaining samples underflowMax Trussell
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-19SystemServer: Fixed grammatical error "a charm"Jonta
2021-12-16SystemServer: Use more LibCore syscall wrappers :^)Andreas Kling
2021-12-16SystemServer: Port to LibMain :^)Andreas Kling
2021-12-16LibCore+Userland: Convert TCPServer to use the Serenity Stream APIsin-ack
2021-12-16LibCore+LookupServer: Implement and use UDPServer::sendsin-ack
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