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
/
client
/
client.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
fix terminology
Christian Krinitsin
1
-4
/
+4
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...
Christian Krinitsin
2
-14
/
+87
2025-03-21
implement communication between server and client (without mutexes and with q...
Christian Krinitsin
4
-23
/
+126
2025-03-21
edit Makefile
Christian Krinitsin
1
-1
/
+3
2025-03-20
server: implement a SharedMemoryServer with (de)initilization of the memory b...
Christian Krinitsin
2
-23
/
+52