summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/ConnectionToServer.h
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-28AK: Remove `try_` prefix from FixedArray creation functionsLinus Groh
2022-12-15LibAudio: Expose blocking realtime enqueue to audio clientskleines Filmröllchen
2022-11-12LibAudio: Initialize enqueuer event loop to null pointerkleines Filmröllchen
2022-10-03SystemServer+LoginServer+Userland: Switch to sid-based socketsPeter Elliott
2022-08-14Base: Launch AudioServer at session start-upLucas CHOLLET
2022-08-14LibCore+LibIPC: Recognise %uid in pathLucas CHOLLET
2022-07-22LibAudio: Prevent racy eternal deadlock of the audio enqueue threadkleines Filmröllchen
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen