summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2021-12-27LibCore+Services: Make TCPServer propagate errorsSam Atkins
2021-12-27TelnetServer: Port to LibMainSam Atkins
2021-12-27EchoServer: Port to LibMainSam Atkins
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.trace() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.assert() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.clear() to specSam Atkins
2021-12-27LibJS+WebContent+js: Bring console.count[Reset]() to specSam Atkins
2021-12-27LibJS+WebContent+js: Reimplement console.log() and friends to specSam Atkins
2021-12-27WindowServer: Stop trying to close windows that are already destroyedSam Atkins
2021-12-27WindowServer: Use is_internal() instead of checking if the client existsSam Atkins
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