| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Response.equals(): rename RmResponse to Response | Sam Anthony | 2024-11-28 | 1 | -2/+2 |
| | | |||||
| * | rename assignment code replica package | Sam Anthony | 2024-11-28 | 28 | -28/+28 |
| | | |||||
| * | Merge pull request #1 from sam-rba/ReplicaManager | Sam Anthony | 2024-11-28 | 10 | -359/+590 |
| |\ | | | | | merge replicas | ||||
| | * | replicas | ShazaAhmed | 2024-11-28 | 10 | -359/+590 |
| |/ | |||||
| * | add pom.xml | Sam Anthony | 2024-11-26 | 9 | -1/+216 |
| | | |||||
| * | wsdl files | Sam Anthony | 2024-11-26 | 3 | -0/+182 |
| | | |||||
| * | make frontend with with wsgen | Sam Anthony | 2024-11-26 | 1 | -10/+13 |
| | | |||||
| * | frontend | Sam Anthony | 2024-11-26 | 6 | -0/+831 |
| | | |||||
| * | clean imports | Sam Anthony | 2024-11-25 | 13 | -52/+21 |
| | | |||||
| * | rmulticast.NullPayload.toString() | Sam Anthony | 2024-11-25 | 1 | -0/+3 |
| | | |||||
| * | optimize CPU usage | Sam Anthony | 2024-11-25 | 5 | -27/+5 |
| | | |||||
| * | sequencer | Sam Anthony | 2024-11-25 | 2 | -0/+107 |
| | | |||||
| * | request and response stubs | Sam Anthony | 2024-11-25 | 2 | -0/+26 |
| | | |||||
| * | replica1: remove old JAX code | Sam Anthony | 2024-11-25 | 11 | -619/+2 |
| | | |||||
| * | import replica code from assignment | Sam Anthony | 2024-11-23 | 37 | -0/+2641 |
| | | |||||
| * | very basic tests | Sam Anthony | 2024-11-23 | 5 | -2/+161 |
| | | |||||
| * | remove unused imports | Sam Anthony | 2024-11-23 | 5 | -5/+5 |
| | | |||||
| * | remove Packet | Sam Anthony | 2024-11-23 | 1 | -31/+0 |
| | | |||||
| * | remove ConcurrentMulticastSocket | Sam Anthony | 2024-11-23 | 2 | -50/+0 |
| | | |||||
| * | rmulticast: use DatagramChannel | Sam Anthony | 2024-11-23 | 8 | -82/+105 |
| | | |||||
| * | runicast.Retransmit: catch ClosedChannelException before IOException | Sam Anthony | 2024-11-23 | 1 | -14/+13 |
| | | |||||
| * | runicast: reuse buffer between receive()'s | Sam Anthony | 2024-11-23 | 2 | -2/+4 |
| | | |||||
| * | remove ConcurrentDatagramSocket | Sam Anthony | 2024-11-23 | 1 | -59/+0 |
| | | |||||
| * | runicast: use DatagramChannel | Sam Anthony | 2024-11-23 | 8 | -67/+110 |
| | | |||||
| * | comment Hashable interface | Sam Anthony | 2024-11-22 | 1 | -0/+1 |
| | | |||||