about summary refs log tree commit diff stats
path: root/src/server/shared_memory_server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* renaming and refactoringChristian Krinitsin2025-03-211-4/+8
* get response for every operation and print itChristian Krinitsin2025-03-211-8/+36
* implement the server to process the queueChristian Krinitsin2025-03-211-30/+48
* implement communication between server and client (without mutexes and with q...Christian Krinitsin2025-03-211-16/+45
* server: implement a SharedMemoryServer with (de)initilization of the memory b...Christian Krinitsin2025-03-201-0/+49