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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
get response for every operation and print it
Christian Krinitsin
2025-03-21
3
-18
/
+56
*
client: add client class with input processing
Christian Krinitsin
2025-03-21
4
-110
/
+170
*
implement the server to process the queue
Christian Krinitsin
2025-03-21
1
-30
/
+48
*
implement a queue with a mutex to prevent concurrent accesses to the shared m...
Christian Krinitsin
2025-03-21
2
-14
/
+87
*
implement communication between server and client (without mutexes and with q...
Christian Krinitsin
2025-03-21
4
-23
/
+126
*
server: implement a SharedMemoryServer with (de)initilization of the memory b...
Christian Krinitsin
2025-03-20
2
-23
/
+52
*
server: add common structure for shared memory
Christian Krinitsin
2025-03-20
1
-0
/
+16
*
server: add concurrency and edit gitignore
Christian Krinitsin
2025-03-20
1
-9
/
+21
*
Merge branch 'main' into hashtable
ckrinitsin
2025-03-20
1
-1
/
+17
|
\
|
*
server: convert program argument to integer
Christian Krinitsin
2025-03-20
1
-0
/
+25
*
server: add a sample main function, which tests the hashtable
Christian Krinitsin
2025-03-20
1
-0
/
+30
*
server: fix reference issues of hashtable
Christian Krinitsin
2025-03-20
1
-8
/
+9
*
server: add hashtable print method
Christian Krinitsin
2025-03-20
1
-0
/
+13
*
server: add hashtable removed
Christian Krinitsin
2025-03-20
1
-0
/
+14
*
server: add hashtable get
Christian Krinitsin
2025-03-20
1
-0
/
+12
*
server: add hashtable insert
Christian Krinitsin
2025-03-20
1
-0
/
+12
*
server: add hashtable util functions
Christian Krinitsin
2025-03-20
1
-0
/
+21
*
server: add hashtable foundation
Christian Krinitsin
2025-03-20
1
-0
/
+19