about summary refs log tree commit diff stats
path: root/src/server/shared_memory_server.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* last small formatting fixesChristian Krinitsin2025-03-231-164/+0
* add a request status, so that multiple clients cannot overwrite requests from...Christian Krinitsin2025-03-231-3/+2
* prevent multiple server instancesChristian Krinitsin2025-03-231-1/+5
* 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 q...Christian Krinitsin2025-03-211-16/+45
* server: implement a SharedMemoryServer with (de)initilization of the memory b...Christian Krinitsin2025-03-201-0/+49