about summary refs log tree commit diff stats
path: root/src/server/shared_memory_server.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* add server-destructor for terminationChristian Krinitsin2025-03-231-1/+1
|
* add server-shutdown with <Ctrl+C>Christian Krinitsin2025-03-231-5/+10
|
* fix terminologyChristian Krinitsin2025-03-231-2/+3
|
* server: remove insertion in get operationChristian Krinitsin2025-03-221-1/+0
|
* add doxygen-comments for each memberChristian Krinitsin2025-03-211-1/+29
|
* 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