| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | replicas | ShazaAhmed | 2024-11-28 | 10 | -359/+590 | |
| * | 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 | 36 | -0/+2640 | |
| * | very basic tests | Sam Anthony | 2024-11-23 | 4 | -0/+157 | |
| * | 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 | |
| * | runicast: make constructors public | Sam Anthony | 2024-11-22 | 2 | -3/+9 | |
| * | ReliableUnicastReceiver | Sam Anthony | 2024-11-22 | 7 | -25/+152 | |
| * | ReliableUnicastSender | Sam Anthony | 2024-11-22 | 22 | -11/+274 | |
| * | rmulticast: fix comment | Sam Anthony | 2024-11-20 | 1 | -3/+3 | |
| * | tomulticast: fix off-by-one error in sequence number | Sam Anthony | 2024-11-20 | 2 | -2/+2 | |
| * | stash IL | Sam Anthony | 2024-11-20 | 5 | -234/+0 | |
| * | runicast: state machine function stubs | Sam Anthony | 2024-11-19 | 1 | -5/+27 | |
| * | runicast: make sendCtl() private | Sam Anthony | 2024-11-19 | 1 | -6/+6 | |