| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renaming and refactoring | Christian Krinitsin | 2025-03-21 | 1 | -2/+0 |
| * | client: add client class with input processing | Christian Krinitsin | 2025-03-21 | 1 | -109/+3 |
| * | implement a queue with a mutex to prevent concurrent accesses to the shared m... | Christian Krinitsin | 2025-03-21 | 1 | -11/+77 |
| * | implement communication between server and client (without mutexes and with q... | Christian Krinitsin | 2025-03-21 | 1 | -0/+49 |