summaryrefslogtreecommitdiff
path: root/Userland/Services
AgeCommit message (Expand)Author
2022-01-03WindowServer: Tighten pledged promisesbugreport0
2022-01-03Taskbar: Tighten pledged promises, remove incorrect commentbugreport0
2022-01-03RequestServer: Tighten pledged promisesbugreport0
2022-01-03ChessEngine: Remove unused 'rpath' promisebugreport0
2022-01-03WebServer: Make ErrorOr unwrapping more idiomaticMaciej
2022-01-01LookupServer: Avoid unnecessary copiesBen Wiederhake
2022-01-01WindowsServer+LibGUI: Avoid getting color under cursor outside screennetworkException
2021-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-28Taskbar: Add context menu to remove quicklaunch itemsfaxe1008
2021-12-28Taskbar: Add dropping of AppFiles to QuickLaunchfaxe1008
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