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
/
git@krinitsin.com:BT-Programming-Assignment
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
add a request status, so that multiple clients cannot overwrite requests from...
Christian Krinitsin
3
-20
/
+9
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 m.