summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibAudio/ConnectionToServer.cpp
AgeCommit message (Expand)Author
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-01-28LibCore: Remove `try_` prefix from fallible SharedCircularQueue methodsLinus Groh
2022-12-31LibAudio: Only join the background enqueuer thread if has been startedAndrew Kaster
2022-12-15LibAudio: Expose blocking realtime enqueue to audio clientskleines Filmröllchen
2022-11-25LibAudio: Set asynchronous audio enqueuer thread to maximum prioritykleines Filmröllchen
2022-11-12LibAudio: Restore exact audio enqueuer thread mutex behaviorkleines Filmröllchen
2022-10-31Userland: Use Threading::MutexLocker to lock/unlock mutexesOleg Kosenkov
2022-07-22LibAudio: Prevent racy eternal deadlock of the audio enqueue threadkleines Filmröllchen
2022-07-22LibAudio: Don't auto-start the convenience enqueuer threadkleines Filmröllchen
2022-07-19LibAudio: Rename ConnectionFromClient to ConnectionToServerkleines Filmröllchen