Commit graph

12 commits

Author SHA1 Message Date
Stephen Seo 4c708a2b9a Version 1.3.0
Allow toggling streaming and replay-buffer.
2024-01-26 17:37:03 +09:00
Stephen Seo d4becec995 Version 1.2.1
Fix client error on toggle recording.
Fix extra newline in output when toggling recording from client.
2024-01-26 17:08:43 +09:00
Stephen Seo 3a9ac9e58c Version 1.2
Fix CMakeLists.txt.

Add new feature to "--toggle-recording" from client.

Set debug optimization flag to "-Og".
2024-01-26 16:50:25 +09:00
Stephen Seo 640ae65d07 Add support for controlling the replay buffer 2023-08-14 11:35:36 +09:00
Stephen Seo 718cc24648 Fix erronous socket filename 2023-08-13 14:28:17 +09:00
Stephen Seo d5a057a685 Fix erronous error checking 2023-08-13 14:26:39 +09:00
Stephen Seo 59fc8d81a5 Fixes, print on error 2023-08-13 14:19:34 +09:00
Stephen Seo 8a34ec8c05 Make socket filename unique per user 2023-08-13 13:53:52 +09:00
Stephen Seo 6574341870 Minor fixes 2023-08-13 13:31:04 +09:00
Stephen Seo cfdeceb638 WIP: Set nonblocking on server's socket handle
Still untested.
2023-08-12 22:26:48 +09:00
Stephen Seo 99fab95766 WIP: Impl. "server" plugin and "client" executable
Untested.
2023-08-12 22:00:15 +09:00
Stephen Seo c850536731 WIP plugin listening on unix socket
TODO: Use a thread to listen on the socket.
2023-08-12 20:06:14 +09:00