aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-21renaming and refactoringChristian Krinitsin1-2/+0
2025-03-21client: add client class with input processingChristian Krinitsin1-109/+3
2025-03-21implement a queue with a mutex to prevent concurrent accesses to the shared m...Christian Krinitsin1-11/+77
2025-03-21implement communication between server and client (without mutexes and with q...Christian Krinitsin1-0/+49