about summary refs log tree commit diff stats
path: root/src/server/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming and refactoringChristian Krinitsin2025-03-211-1/+1
* client: add client class with input processingChristian Krinitsin2025-03-211-1/+1
* implement communication between server and client (without mutexes and with q...Christian Krinitsin2025-03-211-0/+2
* server: implement a SharedMemoryServer with (de)initilization of the memory b...Christian Krinitsin2025-03-201-23/+3
* Merge branch 'main' into hashtableckrinitsin2025-03-201-1/+17
|\
| * server: convert program argument to integerChristian Krinitsin2025-03-201-0/+25
* server: add a sample main function, which tests the hashtableChristian Krinitsin2025-03-201-0/+30