about summary refs log tree commit diff stats
path: root/src/client/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming and refactoringChristian Krinitsin2025-03-211-2/+0
* client: add client class with input processingChristian Krinitsin2025-03-211-109/+3
* implement a queue with a mutex to prevent concurrent accesses to the shared m...Christian Krinitsin2025-03-211-11/+77
* implement communication between server and client (without mutexes and with q...Christian Krinitsin2025-03-211-0/+49