Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-03 | server: Fix handling of multiple clients | Ian Moffett | |
Improve handling of multiple connected clients. This fixes issues related to blocking of one client while another is connected as well as certain race conditions. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-10-03 | lib: server: Add listener_clients() | Ian Moffett | |
Add function to return a list of connected clients. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2024-10-01 | project: Convert project to library | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |