| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-03-21 | add doxygen-comments for each member | Christian Krinitsin | 4 | -1/+164 | |
| 2025-03-21 | renaming and refactoring | Christian Krinitsin | 5 | -12/+27 | |
| 2025-03-21 | get response for every operation and print it | Christian Krinitsin | 3 | -18/+56 | |
| 2025-03-21 | client: add client class with input processing | Christian Krinitsin | 5 | -111/+171 | |
| 2025-03-21 | implement the server to process the queue | Christian Krinitsin | 1 | -30/+48 | |
| 2025-03-21 | implement a queue with a mutex to prevent concurrent accesses to the shared ↵ | Christian Krinitsin | 2 | -14/+87 | |
| memory | |||||
| 2025-03-21 | implement communication between server and client (without mutexes and with ↵ | Christian Krinitsin | 4 | -23/+126 | |
| queue_length of 1) | |||||
| 2025-03-21 | edit Makefile | Christian Krinitsin | 1 | -1/+3 | |
| 2025-03-20 | server: implement a SharedMemoryServer with (de)initilization of the memory ↵ | Christian Krinitsin | <|||