about summary refs log tree commit diff stats
path: root/src/common (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last small formatting fixesChristian Krinitsin2025-03-231-1/+4
|
* add a request status, so that multiple clients cannot overwrite requests ↵Christian Krinitsin2025-03-231-1/+3
| | | | from other clients
* add doxygen-comments for each memberChristian Krinitsin2025-03-211-0/+19
|
* implement a queue with a mutex to prevent concurrent accesses to the shared ↵Christian Krinitsin2025-03-211-3/+10
| | | | memory
* implement communication between server and client (without mutexes and with ↵Christian Krinitsin2025-03-211-7/+30
| | | | queue_length of 1)
* server: add common structure for shared memoryChristian Krinitsin2025-03-201-0/+16