summaryrefslogtreecommitdiff
path: root/same/src/test/java
AgeCommit message (Expand)Author
2012-06-07Change the timeout behavior of master proposers.Kjetil Ørbekk
2012-05-08Get rid of queues in Master.Kjetil Ørbekk
2012-05-07Remove some network metadata from State.Kjetil Ørbekk
2012-05-02Fix VariableUpdaterTask.Kjetil Ørbekk
2012-05-02Add CyclicCountDownLatch.Kjetil Ørbekk
2012-05-01Add license header to all source files.Kjetil Ørbekk
2012-04-25Make sure to report the *correct* failed master.Kjetil Ørbekk
2012-04-25Fix thread starvation bug in Client.Kjetil Ørbekk
2012-04-25Add debug messages in Paxos service.Kjetil Ørbekk
2012-04-25Set timeouts for all RPCs.Kjetil Ørbekk
2012-04-24Remove Broadcaster.Kjetil Ørbekk
2012-04-24Remove unused code.Kjetil Ørbekk
2012-04-24Remove unused code.Kjetil Ørbekk
2012-04-24Fix master takeover code.Kjetil Ørbekk
2012-04-24Switch to protobuf based Paxos in functional test.Kjetil Ørbekk
2012-04-24Asynchronous paxos client using the protobuf interface.Kjetil Ørbekk
2012-04-17Master→Client communication uses protobuf services.Kjetil Ørbekk
2012-04-17Master sends update requests using protobuf service.Kjetil Ørbekk
2012-04-17Client.startMasterElection() uses protobuf service.Kjetil Ørbekk
2012-04-17Client registers with protobuf service location.Kjetil Ørbekk
2012-04-11Client → Master communication now only protobuf-rpc.Kjetil Ørbekk
2012-04-11Use new RPC in Client.joinNetwork().Kjetil Ørbekk
2012-04-11Change Client.joinNetwork.Kjetil Ørbekk
2012-04-11Update tests.Kjetil Ørbekk
2012-04-10Add protobuf based Client service.protobuf-benchmarkKjetil Ørbekk
2012-03-27Fix state bug.0.3Kjetil Ørbekk
2012-03-20Remove discovery code.Kjetil Ørbekk
2012-03-20Start master election when update fails.Kjetil Ørbekk
2012-03-20Make sure there is only one valid new master.Kjetil Ørbekk
2012-03-20Master has to advertise its ID when taking over.Kjetil Ørbekk
2012-03-20Abort master proposal when master has been elected.Kjetil Ørbekk
2012-03-20Client performs master election.Kjetil Ørbekk
2012-03-20Broadcast masterDown() event.Kjetil Ørbekk
2012-03-20Add Broadcaster in Client.Kjetil Ørbekk
2012-03-15Add tools for concurrent master proposal.Kjetil Ørbekk
2012-03-13Clients can become new masters.Kjetil Ørbekk
2012-03-13Clients can control their master.Kjetil Ørbekk
2012-03-13Fix warnings in com.orbekk.same tests.Kjetil Ørbekk
2012-03-12Fix failing functional test.Kjetil Ørbekk
2012-03-12Add failing functional test.Kjetil Ørbekk
2012-03-12Client begins in disconnected state.Kjetil Ørbekk
2012-02-28Begin support for TJWS.Kjetil Ørbekk
2012-02-28Add support for more than one listener to variables.Kjetil Ørbekk
2012-02-28Add VariableUpdaterTask.Kjetil Ørbekk
2012-02-27Remove argument to DelayedOperation.working-graphics-0.1Kjetil Ørbekk
2012-02-27Remove set(id, value, revision) from ClientInterface.Kjetil Ørbekk
2012-02-27Add DelayedOperation<T> class.Kjetil Ørbekk
2012-02-23Make it possible to create "fake" clients on Android.Kjetil Ørbekk
2012-02-23Implement listeners in Variables.Kjetil Ørbekk
2012-02-23Support several state listeners in Client.Kjetil Ørbekk