index
:
BT-Programming-Assignment
this commit
main
preassignment for my bachelor-thesis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
server
/
shared_memory_server.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a request status, so that multiple clients cannot overwrite requests from...
Christian Krinitsin
2025-03-23
1
-3
/
+2
*
prevent multiple server instances
Christian Krinitsin
2025-03-23
1
-1
/
+5
*
add server-destructor for termination
Christian Krinitsin
2025-03-23
1
-1
/
+1
*
add server-shutdown with <Ctrl+C>
Christian Krinitsin
2025-03-23
1
-5
/
+10
*
fix terminology
Christian Krinitsin
2025-03-23
1
-2
/
+3
*
server: remove insertion in get operation
Christian Krinitsin
2025-03-22
1
-1
/
+0
*
add doxygen-comments for each member
Christian Krinitsin
2025-03-21
1
-1
/
+29
*
renaming and refactoring
Christian Krinitsin
2025-03-21
1
-4
/
+8
*
get response for every operation and print it
Christian Krinitsin
2025-03-21
1
-8
/
+36
*
implement the server to process the queue
Christian Krinitsin
2025-03-21
1
-30
/
+48
*
implement communication between server and client (without mutexes and with q...
Christian Krinitsin
2025-03-21
1
-16
/
+45
*
server: implement a SharedMemoryServer with (de)initilization of the memory b...
Christian Krinitsin
2025-03-20
1
-0
/
+49