about summary refs log tree commit diff stats
path: root/src/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last small formatting fixesChristian Krinitsin2025-03-231-1/+0
|
* add a request status, so that multiple clients cannot overwrite requests ↵Christian Krinitsin2025-03-231-16/+4
| | | | from other clients
* 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 ↵Christian Krinitsin2025-03-211-11/+77
| | | | memory
* implement communication between server and client (without mutexes and with ↵Christian Krinitsin2025-03-211-0/+49
queue_length of 1)