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
/
server.h
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2025-03-23
last small formatting fixes
Christian Krinitsin
1
-1
/
+1
2025-03-23
add a request status, so that multiple clients cannot overwrite requests ↵
Christian Krinitsin
3
-20
/
+9
from other clients
2025-03-23
prevent multiple server instances
Christian Krinitsin
1
-1
/
+5
2025-03-23
add server-destructor for termination
Christian Krinitsin
2
-2
/
+1
2025-03-23
add server-shutdown with <Ctrl+C>
Christian Krinitsin
3
-6
/
+35
2025-03-23
fix terminology
Christian Krinitsin
3
-7
/
+8
2025-03-22
server: remove insertion in get operation
Christian Krinitsin
1
-1
/
+0
2025-03-21
Update README.md
ckrinitsin
1
-15
/
+50
2025-03-21
add doxygen-comments for each member
Christian Krinitsin
4
-1
/
+164
2025-03-21
renaming and refactoring
Christian Krinitsin
5
-12
/
+27
2025-03-21
get response for every operation and print it
Christian Krinitsin
3
-18
/
+56
2025-03-21
client: add client class with input processing
Christian Krinitsin
5
-111
/
+171
2025-03-21
implement the server to process the queue
Christian Krinitsin
1
-30
/
+48
2025-03-21
implement a queue with a mutex to prevent concurrent accesses to the shared ↵
Christian Krinitsin
2
-14
/
+87
memory
2025-03-21
implement communication between server and client (without mutexes and with ↵
Christian Krinitsin
4
-23
/
+126
queue_length of 1)
2025-03-21
edit Makefile
Christian Krinitsin
1
-1
/
+3
2025-03-20
server: implement a SharedMemoryServer with (de)initilization of the memory ↵
Christian Krinitsin
2
-23
/
+52
buffer