aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/main.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-21implement communication between server and client (without mutexes and with q...Christian Krinitsin1-0/+2
2025-03-20server: implement a SharedMemoryServer with (de)initilization of the memory b...Christian Krinitsin1-23/+3
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