about summary refs log tree commit diff stats
path: root/src/client (follow)
Commit message (Expand)AuthorAgeFilesLines
* last small formatting fixesChristian Krinitsin2025-03-231-1/+0
* add a request status, so that multiple clients cannot overwrite requests from...Christian Krinitsin2025-03-231-16/+4
* 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