index
:
BT-Programming-Assignment
main
preassignment for my bachelor-thesis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
server
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-03-23
last small formatting fixes
Christian Krinitsin
3
-4
/
+4
2025-03-23
add a request status, so that multiple clients cannot overwrite requests from...
Christian Krinitsin
1
-3
/
+2
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
2
-3
/
+4
2025-03-22
server: remove insertion in get operation
Christian Krinitsin
1
-1
/
+0
2025-03-21
add doxygen-comments for each member
Christian Krinitsin
2
-1
/
+94
2025-03-21
renaming and refactoring
Christian Krinitsin
2
-5
/
+9
2025-03-21
get response for every operation and print it
Christian Krinitsin
2
-12
/
+45
2025-03-21
client: add client class with input processing
Christian Krinitsin
1
-1
/
+1
2025-03-21
implement the server to process the queue
Christian Krinitsin
1
-30
/
+48
2025-03-21
implement communication between server and client (without mutexes and with q...
Christian Krinitsin
2
-16
/
+47
2025-03-20
server: implement a SharedMemoryServer with (de)initilization of the memory b...
Christian Krinitsin
2
-23
/
+52
2025-03-20
server: add concurrency and edit gitignore
Christian Krinitsin
1
-9
/
+21
2025-03-20
server: add a sample main function, which tests the hashtable
Christian Krinitsin
1
-0
/
+30
2025-03-20
server: fix reference issues of hashtable
Christian Krinitsin
1
-8
/
+9
2025-03-20
server: add hashtable print method
Christian Krinitsin
1
-0
/
+13
2025-03-20
server: convert program argument to integer
Christian Krinitsin
1
-0
/
+25
2025-03-20
server: add hashtable removed
Christian Krinitsin
1
-0
/
+14
2025-03-20
server: add hashtable get
Christian Krinitsin
1
-0
/
+12
2025-03-20
server: add hashtable insert
Christian Krinitsin
1
-0
/
+12
2025-03-20
server: add hashtable util functions
Christian Krinitsin
1
-0
/
+21
2025-03-20
server: add hashtable foundation
Christian Krinitsin
1
-0
/
+19