summaryrefslogtreecommitdiff
path: root/Servers/AudioServer/ASClientConnection.h
AgeCommit message (Expand)Author
2019-12-02LibIPC: Rename base classes to IClientConnection and IServerConnectionAndreas Kling
2019-12-02LibIPC: Move IPC client/server connection templates to LibIPCAndreas Kling
2019-11-23AudioServer: Broadcast muted state changes to all clientsAndreas 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-09-22LibCore: Make CObject reference-countedAndreas Kling
2019-08-03AudioServer: Port to the new generated IPC mechanismAndreas Kling
2019-07-28AudioServer+LibAudio: Make mixing queue-based instead of buffer-based.Andreas Kling
2019-07-28AudioServer: Add a buffer queue so we can buffer some sound.Andreas Kling
2019-07-27AudioServer: Let ASMixer notify ASClientConnection about finished buffers.Andreas Kling
2019-07-27WindowServer+AudioServer: Add some missing C_OBJECT macros.Andreas Kling
2019-07-27LibCore: Port CoreIPCServer to using CLocalServer.Andreas Kling
2019-07-17Rename new IPC headers & classesRobin Burchell
2019-07-17Port WSClientConnection to CIPCServerSideClientRobin Burchell
2019-07-17Introduce CIPCServerSideClientRobin Burchell
2019-07-17Work on AudioServerRobin Burchell