Age | Commit message (Expand) | Author |
---|---|---|
2020-05-08 | Services: Renamed from Servers | Andreas Kling |
2019-12-06 | LibIPC: Get client/server PIDs using getsockopt(SO_PEERCRED) | Andreas Kling |
2019-11-23 | LibIPC+AudioServer: Allow unsolicited server-to-client IPC messages | Andreas Kling |
2019-11-22 | AudioServer: Allow muting the system audio | Andreas Kling |
2019-11-04 | LibAudio: Added playback control features to audio server | Till Mayer |
2019-10-19 | AudioServer: Added ability to get count of samples in the buffer queue | Till Mayer |
2019-10-16 | LibAudio: Fixed stuttery playback of audio | Till Mayer |
2019-08-03 | IPCCompiler+AudioServer: Accept "//"-style comments in IPC defintions | Andreas Kling |
2019-08-03 | AudioServer: The EnqueueBuffer response needs a success boolean | Andreas Kling |
2019-08-03 | IPCCompiler: Start working on a simple IPC definition language | Andreas Kling |