| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | 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 |
| | | |||||
| * | reliable unicast pseudocode | Sam Anthony | 2024-11-22 | 1 | -0/+67 |
| | | |||||
| * | 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 |
| | | |||||
| * | reliable multicast: add log messages | Sam Anthony | 2024-11-16 | 5 | -1/+13 |
| | | |||||
| * | reliable multicast: construct hashmap keysets correctly | Sam Anthony | 2024-11-16 | 1 | -3/+3 |
| | | |||||