| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | SystemTest: infer network interface from ip address | Sam Anthony | 2024-12-03 | 1 | -3/+6 |
| | | |||||
| * | Uncommented tests | BMatajsz | 2024-12-03 | 4 | -16/+11 |
| | | |||||
| * | Added expected test results | BMatajsz | 2024-12-03 | 15 | -27/+130 |
| | | |||||
| * | Test progress | BMatajsz | 2024-12-03 | 8 | -12/+203 |
| | | |||||
| * | Added TestLogger | BMatajsz | 2024-12-03 | 1 | -0/+27 |
| | | |||||
| * | Modified replicas | BMatajsz | 2024-12-03 | 3 | -0/+75 |
| | | |||||
| * | Progress | BMatajsz | 2024-12-02 | 5 | -13/+15 |
| | | |||||
| * | Modified gitignore | BMatajsz | 2024-12-02 | 1 | -0/+1 |
| | | |||||
| * | replica 1 and parallel FE | ShazaAli | 2024-12-02 | 52 | -268/+2841 |
| | | |||||
| * | replica2: remove dead code | Sam Anthony | 2024-12-02 | 1 | -28/+0 |
| | | |||||
| * | replica2: implement findResource() | Sam Anthony | 2024-12-02 | 1 | -4/+19 |
| | | |||||
| * | replica2: implement listResourceAvailability() | Sam Anthony | 2024-12-02 | 1 | -2/+14 |
| | | |||||
| * | frontend: rename listEventAvailability to listResourceAvailability | Sam Anthony | 2024-12-02 | 1 | -2/+2 |
| | | |||||
| * | combine replica2.City and replica3.City | Sam Anthony | 2024-12-02 | 17 | -51/+32 |
| | | |||||
| * | pass city name to RM | Sam Anthony | 2024-12-02 | 3 | -11/+21 |
| | | |||||
| * | coordinator client | Sam Anthony | 2024-12-02 | 2 | -1/+120 |
| | | |||||
| * | replica2: parse coordinator ID | Sam Anthony | 2024-12-02 | 1 | -2/+2 |
| | | |||||
| * | Merge pull request #3 from sam-rba/ReplicaBence | BMatajsz | 2024-12-03 | 6 | -0/+690 |
| |\ | | | | | Replica bence | ||||
| | * | Fixed typo | BMatajsz | 2024-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Added Replica4 | BMatajsz | 2024-12-02 | 7 | -337/+47 |
| | | | |||||
| | * | Progress | BMatajsz | 2024-12-02 | 8 | -0/+980 |
| | | | |||||
| * | | simplify client | Sam Anthony | 2024-12-02 | 3 | -115/+94 |
| | | | |||||
| * | | responder client methods | Sam Anthony | 2024-12-02 | 2 | -7/+63 |
| | | | |||||
| * | | rmulticast: make HeartbeatMessage Serializable | Sam Anthony | 2024-12-02 | 2 | -1/+4 |
| | | | |||||
| * | | client cli | Sam Anthony | 2024-12-02 | 3 | -25/+141 |
| | | | |||||
| * | | FE: compare responses | Sam Anthony | 2024-12-02 | 7 | -3/+35 |
| | | | |||||
| * | | Replica3 added | Vijaykumar Patel | 2024-12-02 | 10 | -1/+1099 |
| |/ | |||||
| * | Merge pull request #2 from sam-rba/multihost | Sam Anthony | 2024-12-02 | 4 | -31/+58 |
| |\ | | | | | Make Run On Multiple Hosts | ||||
| | * | client: get endpoint url from FE method | Sam Anthony | 2024-12-02 | 1 | -2/+2 |
| | | | |||||
| | * | pass FE ip address as cmdline arg | Sam Anthony | 2024-12-02 | 3 | -16/+29 |
| | | | |||||
| | * | FE: one receiver per RM | Sam Anthony | 2024-12-02 | 3 | -18/+32 |
| |/ | |||||
| * | pass FE host to client | Sam Anthony | 2024-12-02 | 1 | -3/+1 |
| | | |||||
| * | replica2: implement startProcess() | Sam Anthony | 2024-12-02 | 1 | -24/+25 |
| | | |||||
| * | pass NetworkInterface to TotalOrderMulticastReceiver | Sam Anthony | 2024-12-01 | 3 | -1/+28 |
| | | |||||
| * | added ReliableUnicastReceiver in FE to receive response | Vijaykumar Patel | 2024-12-01 | 1 | -31/+68 |
| | | |||||
| * | replica2: CoordinatorID default constructor | Sam Anthony | 2024-12-01 | 4 | -3/+7 |
| | | |||||
| * | pass network interface name to sequencer explicitely | Sam Anthony | 2024-12-01 | 4 | -8/+52 |
| | | |||||
| * | All comm running. Response parse error | ShazaAli | 2024-12-01 | 2 | -1/+9 |
| | | |||||
| * | running all. error comm between FE Replica | ShazaAli | 2024-12-01 | 12 | -123/+187 |
| | | |||||
| * | close sequencer socket at shutdown | Sam Anthony | 2024-11-30 | 1 | -8/+5 |
| | | |||||
| * | remove socket code | Sam Anthony | 2024-11-30 | 1 | -17/+0 |
| | | |||||
| * | remove unused constants | Sam Anthony | 2024-11-30 | 1 | -2/+0 |
| | | |||||
| * | send request from frontend to sequencer | Sam Anthony | 2024-11-30 | 1 | -18/+19 |
| | | |||||
| * | FE bug fixes and running | Vijaykumar Patel | 2024-11-30 | 3 | -21/+30 |
| | | |||||
| * | move replica2 to top level | Sam Anthony | 2024-11-28 | 28 | -28/+28 |
| | | |||||
| * | Replica2: restrict scope | Sam Anthony | 2024-11-28 | 28 | -140/+140 |
| | | |||||
| * | Replica2: implement Replica interface | Sam Anthony | 2024-11-28 | 12 | -180/+286 |
| | | |||||
| * | Replica interface | Sam Anthony | 2024-11-28 | 2 | -1/+17 |
| | | |||||
| * | hash() for Request and Response | Sam Anthony | 2024-11-28 | 2 | -16/+15 |
| | | |||||
| * | basic responder client | Sam Anthony | 2024-11-28 | 3 | -1/+59 |
| | | |||||