| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 ↵ | Christian Krinitsin | 2025-03-21 | 2 | -14/+87 |
| | | | | | memory | ||||
| * | implement communication between server and client (without mutexes and with ↵ | Christian Krinitsin | 2025-03-21 | 4 | -23/+126 |
| | | | | | queue_length of 1) | ||||
| * | server: implement a SharedMemoryServer with (de)initilization of the memory ↵ | Christian Krinitsin | 2025-03-20 | 2 | -23/+52 |
| | | | | | buffer | ||||
| * | 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 |