summaryrefslogtreecommitdiff
path: root/Servers/AudioServer/AudioServer.ipc
AgeCommit message (Expand)Author
2020-05-08Services: Renamed from ServersAndreas Kling
2019-12-06LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED)Andreas Kling
2019-11-23LibIPC+AudioServer: Allow unsolicited server-to-client IPC messagesAndreas Kling
2019-11-22AudioServer: Allow muting the system audioAndreas Kling
2019-11-04LibAudio: Added playback control features to audio serverTill Mayer
2019-10-19AudioServer: Added ability to get count of samples in the buffer queueTill Mayer
2019-10-16LibAudio: Fixed stuttery playback of audioTill Mayer
2019-08-03IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintionsAndreas Kling
2019-08-03AudioServer: The EnqueueBuffer response needs a success booleanAndreas Kling
2019-08-03IPCCompiler: Start working on a simple IPC definition languageAndreas Kling