| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | renaming and refactoring | Christian Krinitsin | 2025-03-21 | 1 | -1/+1 |
| * | client: add client class with input processing | Christian Krinitsin | 2025-03-21 | 1 | -1/+1 |
| * | implement communication between server and client (without mutexes and with q... | Christian Krinitsin | 2025-03-21 | 1 | -0/+2 |
| * | server: implement a SharedMemoryServer with (de)initilization of the memory b... | Christian Krinitsin | 2025-03-20 | 1 | -23/+3 |
| * | Merge branch 'main' into hashtable | ckrinitsin | 2025-03-20 | 1 | -1/+17 |
| |\ | |||||
| | * | server: convert program argument to integer | Christian Krinitsin | 2025-03-20 | 1 | -0/+25 |
| * | server: add a sample main function, which tests the hashtable | Christian Krinitsin | 2025-03-20 | 1 | -0/+30 |