aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/main.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-03-21implement communication between server and client (without mutexes and with ↵Christian Krinitsin1-0/+2
queue_length of 1)
2025-03-20server: implement a SharedMemoryServer with (de)initilization of the memory ↵Christian Krinitsin1-23/+3
buffer
2025-03-20server: add a sample main function, which tests the hashtableChristian Krinitsin1-0/+30
2025-03-20server: convert program argument to integerChristian Krinitsin1-0/+25