| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | last small formatting fixes | Christian Krinitsin | 2025-03-23 | 1 | -2/+3 |
| | | |||||
| * | add server-destructor for termination | Christian Krinitsin | 2025-03-23 | 1 | -1/+0 |
| | | |||||
| * | add server-shutdown with <Ctrl+C> | Christian Krinitsin | 2025-03-23 | 1 | -1/+19 |
| | | |||||
| * | fix terminology | Christian Krinitsin | 2025-03-23 | 1 | -1/+1 |
| | | |||||
| * | 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 ↵ | Christian Krinitsin | 2025-03-21 | 1 | -0/+2 |
| | | | | | queue_length of 1) | ||||
| * | server: implement a SharedMemoryServer with (de)initilization of the memory ↵ | Christian Krinitsin | 2025-03-20 | 1 | -23/+3 |
| | | | | | buffer | ||||
| * | 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 |