| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-03-22 | server: remove insertion in get operation | Christian Krinitsin | 1 | -1/+0 | |
| 2025-03-21 | Update README.md | ckrinitsin | 1 | -15/+50 | |
| 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 Kri | |||