| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| * | 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 | |
| * | runicast: send initial sync in syncer loop | Sam Anthony | 2024-11-19 | 2 | -5/+2 | |
| * | runicast: syncer state | Sam Anthony | 2024-11-19 | 2 | -34/+71 | |
| * | ConcurrentDatagramSocket | Sam Anthony | 2024-11-19 | 1 | -0/+44 | |
| * | rename il to runicast | Sam Anthony | 2024-11-18 | 5 | -6/+7 | |
| * | il: connect() | Sam Anthony | 2024-11-18 | 6 | -0/+183 | |
| * | rmulticast.ReceivedSet.Entry: add isBefore/After methods | Sam Anthony | 2024-11-18 | 1 | -2/+10 | |
| * | rmulticast.Message: add isSentBy() method | Sam Anthony | 2024-11-18 | 2 | -2/+6 | |
| * | rmulticast.ReceivedSet: remove unused method | Sam Anthony | 2024-11-18 | 1 | -4/+0 | |
| * | rmulticast.ReceivedSet: optimize insertion and search | Sam Anthony | 2024-11-18 | 1 | -28/+46 | |
| * | reliable multicast: avoid receiving duplicate messages | Sam Anthony | 2024-11-18 | 3 | -5/+25 | |
| * | TotalOrderMulticastReceiver: javadoc | Sam Anthony | 2024-11-16 | 1 | -0/+8 | |
| * | TotalOrderMulticastReceiver | Sam Anthony | 2024-11-16 | 4 | -2/+125 | |
| * | total order multicast: simplify javadoc links | Sam Anthony | 2024-11-16 | 1 | -2/+2 | |
| * | TotalOrderMulticastSender | Sam Anthony | 2024-11-16 | 3 | -0/+124 | |
| * | ReliableMulticast.close() | Sam Anthony | 2024-11-16 | 8 | -21/+52 | |
| * | reliable multicast: include payload in Message.toString() | Sam Anthony | 2024-11-16 | 1 | -1/+1 | |