summaryrefslogtreecommitdiff
path: root/Userland/Services/AudioServer/ClientConnection.cpp
AgeCommit message (Expand)Author
2021-09-12Audio: Add per-client volumekleines Filmröllchen
2021-09-12AudioServer: Rename BufferQueue to ClientAudioStreamkleines Filmröllchen
2021-09-12Audio: Change how volume workskleines Filmröllchen
2021-08-27AudioServer: Expose the ability to get and set the sample ratekleines Filmröllchen
2021-08-01Services: Remove unused header includesBrian Gianforcaro
2021-05-23AudioServer: Remove unnecessary greet() messageAndreas Kling
2021-05-03Userland: Update IPC calls to use proxiesGunnar Beutner
2021-05-03Userland: Change IPC funcs to use plain arguments instead of a structGunnar Beutner
2021-05-02Userland: Make IPC handlers return void if they don't have any outputsGunnar Beutner
2021-05-02Userland: Get rid of the OwnPtr<...> boilerplate code for IPC handlersGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-17AudioServer+LibAudio: Pass audio buffers as Core::AnonymousBufferAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling