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-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