Age | Commit message (Expand) | Author |
---|---|---|
2023-02-13 | LibCore: Move Stream-based sockets into the `Core` namespace | Tim Schumacher |
2023-01-28 | LibCore: Remove `try_` prefix from fallible SharedCircularQueue methods | Linus Groh |
2022-12-31 | LibAudio: Only join the background enqueuer thread if has been started | Andrew Kaster |
2022-12-15 | LibAudio: Expose blocking realtime enqueue to audio clients | kleines Filmröllchen |
2022-11-25 | LibAudio: Set asynchronous audio enqueuer thread to maximum priority | kleines Filmröllchen |
2022-11-12 | LibAudio: Restore exact audio enqueuer thread mutex behavior | kleines Filmröllchen |
2022-10-31 | Userland: Use Threading::MutexLocker to lock/unlock mutexes | Oleg Kosenkov |
2022-07-22 | LibAudio: Prevent racy eternal deadlock of the audio enqueue thread | kleines Filmröllchen |
2022-07-22 | LibAudio: Don't auto-start the convenience enqueuer thread | kleines Filmröllchen |
2022-07-19 | LibAudio: Rename ConnectionFromClient to ConnectionToServer | kleines Filmröllchen |