| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | last small formatting fixes | Christian Krinitsin | 2025-03-23 | 1 | -1/+0 |
| | | |||||
| * | add a request status, so that multiple clients cannot overwrite requests ↵ | Christian Krinitsin | 2025-03-23 | 1 | -16/+4 |
| | | | | | from other clients | ||||
| * | fix terminology | Christian Krinitsin | 2025-03-23 | 1 | -4/+4 |
| | | |||||
| * | add doxygen-comments for each member | Christian Krinitsin | 2025-03-21 | 1 | -0/+51 |
| | | |||||
| * | renaming and refactoring | Christian Krinitsin | 2025-03-21 | 3 | -7/+18 |
| | | |||||
| * | get response for every operation and print it | Christian Krinitsin | 2025-03-21 | 1 | -6/+11 |
| | | |||||
| * | client: add client class with input processing | Christian Krinitsin | 2025-03-21 | 3 | -109/+169 |
| | | |||||
| * | implement a queue with a mutex to prevent concurrent accesses to the shared ↵ | Christian Krinitsin | 2025-03-21 | 1 | -11/+77 |
| | | | | | memory | ||||
| * | implement communication between server and client (without mutexes and with ↵ | Christian Krinitsin | 2025-03-21 | 1 | -0/+49 |
| queue_length of 1) | |||||