about summary refs log tree commit diff stats
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last small formatting fixesChristian Krinitsin2025-03-233-4/+4
|
* add a request status, so that multiple clients cannot overwrite requests ↵Christian Krinitsin2025-03-231-3/+2
| | | | from other clients
* prevent multiple server instancesChristian Krinitsin2025-03-231-1/+5
|
* add server-destructor for terminationChristian Krinitsin2025-03-232-2/+1
|
* add server-shutdown with <Ctrl+C>Christian Krinitsin2025-03-233-6/+35
|
* fix terminologyChristian Krinitsin2025-03-232-3/+4
|
* server: remove insertion in get operationChristian Krinitsin2025-03-221-1/+0
|
* add doxygen-comments for each memberChristian Krinitsin2025-03-212-1/+94
|
* renaming and refactoringChristian Krinitsin2025-03-212-5/+9
|
* get response for every operation and print itChristian Krinitsin2025-03-212-12/+45
|
* client: add client class with input processingChristian Krinitsin2025-03-211-1/+1
|
* implement the server to process the queueChristian Krinitsin2025-03-211-30/+48
|
* implement communication between server and client (without mutexes and with ↵Christian Krinitsin2025-03-212-16/+47
| | | | queue_length of 1)
* server: implement a SharedMemoryServer with (de)initilization of the memory ↵Christian Krinitsin2025-03-202-23/+52
| | | | buffer
* server: add concurrency and edit gitignoreChristian Krinitsin2025-03-201-9/+21
|
* Merge branch 'main' into hashtableckrinitsin2025-03-201-1/+17
|\
| * server: convert program argument to integerChristian Krinitsin2025-03-201-0/+25
|
* server: add a sample main function, which tests the hashtableChristian Krinitsin2025-03-201-0/+30
|
* server: fix reference issues of hashtableChristian Krinitsin2025-03-201-8/+9
|
* server: add hashtable print methodChristian Krinitsin2025-03-201-0/+13
|
* server: add hashtable removedChristian Krinitsin2025-03-201-0/+14
|
* server: add hashtable getChristian Krinitsin2025-03-201-0/+12
|
* server: add hashtable insertChristian Krinitsin2025-03-201-0/+12
|
* server: add hashtable util functionsChristian Krinitsin2025-03-201-0/+21
|
* server: add hashtable foundationChristian Krinitsin2025-03-201-0/+19