| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | last small formatting fixes | Christian Krinitsin | 2025-03-23 | 1 | -1/+4 |
| | | |||||
| * | add a request status, so that multiple clients cannot overwrite requests ↵ | Christian Krinitsin | 2025-03-23 | 1 | -1/+3 |
| | | | | | from other clients | ||||
| * | add doxygen-comments for each member | Christian Krinitsin | 2025-03-21 | 1 | -0/+19 |
| | | |||||
| * | implement a queue with a mutex to prevent concurrent accesses to the shared ↵ | Christian Krinitsin | 2025-03-21 | 1 | -3/+10 |
| | | | | | memory | ||||
| * | implement communication between server and client (without mutexes and with ↵ | Christian Krinitsin | 2025-03-21 | 1 | -7/+30 |
| | | | | | queue_length of 1) | ||||
| * | server: add common structure for shared memory | Christian Krinitsin | 2025-03-20 | 1 | -0/+16 |