about summary refs log tree commit diff stats
path: root/src/server/shared_memory_server.h (follow)
Commit message (Collapse)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 ↵Christian Krinitsin2025-03-211-16/+45
| | | | queue_length of 1)
* server: implement a SharedMemoryServer with (de)initilization of the memory ↵Christian Krinitsin2025-03-201-0/+49
buffer