about summary refs log tree commit diff stats
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix terminologyChristian Krinitsin2025-03-231-4/+4
* add doxygen-comments for each memberChristian Krinitsin2025-03-211-0/+51
* renaming and refactoringChristian Krinitsin2025-03-213-7/+18
* get response for every operation and print itChristian Krinitsin2025-03-211-6/+11
* client: add client class with input processingChristian Krinitsin2025-03-213-109/+169
* 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