summaryrefslogtreecommitdiffstats
path: root/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
* Added Replica4BMatajsz2024-12-027-337/+47
|
* ProgressBMatajsz2024-12-027-0/+979
|
* client: get endpoint url from FE methodSam Anthony2024-12-021-2/+2
|
* pass FE ip address as cmdline argSam Anthony2024-12-023-16/+29
|
* FE: one receiver per RMSam Anthony2024-12-023-18/+32
|
* pass FE host to clientSam Anthony2024-12-021-3/+1
|
* replica2: implement startProcess()Sam Anthony2024-12-021-24/+25
|
* pass NetworkInterface to TotalOrderMulticastReceiverSam Anthony2024-12-013-1/+28
|
* added ReliableUnicastReceiver in FE to receive responseVijaykumar Patel2024-12-011-31/+68
|
* replica2: CoordinatorID default constructorSam Anthony2024-12-014-3/+7
|
* pass network interface name to sequencer explicitelySam Anthony2024-12-014-8/+52
|
* All comm running. Response parse errorShazaAli2024-12-012-1/+9
|
* running all. error comm between FE ReplicaShazaAli2024-12-0112-123/+187
|
* close sequencer socket at shutdownSam Anthony2024-11-301-8/+5
|
* remove socket codeSam Anthony2024-11-301-17/+0
|
* remove unused constantsSam Anthony2024-11-301-2/+0
|
* send request from frontend to sequencerSam Anthony2024-11-301-18/+19
|
* FE bug fixes and runningVijaykumar Patel2024-11-303-21/+30
|
* move replica2 to top levelSam Anthony2024-11-2828-28/+28
|
* Replica2: restrict scopeSam Anthony2024-11-2828-140/+140
|
* Replica2: implement Replica interfaceSam Anthony2024-11-2812-180/+286
|
* Replica interfaceSam Anthony2024-11-282-1/+17
|
* hash() for Request and ResponseSam Anthony2024-11-282-16/+15
|
* basic responder clientSam Anthony2024-11-283-1/+59
|
* Response.equals(): rename RmResponse to ResponseSam Anthony2024-11-281-2/+2
|
* rename assignment code replica packageSam Anthony2024-11-2828-28/+28
|
* replicasShazaAhmed2024-11-2810-359/+590
|
* make frontend with with wsgenSam Anthony2024-11-261-10/+13
|
* frontendSam Anthony2024-11-266-0/+831
|
* clean importsSam Anthony2024-11-2513-52/+21
|
* rmulticast.NullPayload.toString()Sam Anthony2024-11-251-0/+3
|
* optimize CPU usageSam Anthony2024-11-255-27/+5
|
* sequencerSam Anthony2024-11-252-0/+107
|
* request and response stubsSam Anthony2024-11-252-0/+26
|
* replica1: remove old JAX codeSam Anthony2024-11-2511-619/+2
|
* import replica code from assignmentSam Anthony2024-11-2336-0/+2640
|
* remove unused importsSam Anthony2024-11-235-5/+5
|
* remove PacketSam Anthony2024-11-231-31/+0
|
* remove ConcurrentMulticastSocketSam Anthony2024-11-232-50/+0
|
* rmulticast: use DatagramChannelSam Anthony2024-11-238-82/+105
|
* runicast.Retransmit: catch ClosedChannelException before IOExceptionSam Anthony2024-11-231-14/+13
|
* runicast: reuse buffer between receive()'sSam Anthony2024-11-232-2/+4
|
* remove ConcurrentDatagramSocketSam Anthony2024-11-231-59/+0
|
* runicast: use DatagramChannelSam Anthony2024-11-238-67/+110
|
* comment Hashable interfaceSam Anthony2024-11-221-0/+1
|
* runicast: make constructors publicSam Anthony2024-11-222-3/+9
|
* ReliableUnicastReceiverSam Anthony2024-11-227-25/+152
|
* ReliableUnicastSenderSam Anthony2024-11-2222-11/+274
|
* rmulticast: fix commentSam Anthony2024-11-201-3/+3
|
* tomulticast: fix off-by-one error in sequence numberSam Anthony2024-11-202-2/+2
|