summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-05-01Fix interrupt handling in VariableUpdaterTask.Kjetil Ørbekk
2012-05-01Fix DelayedOperation.Kjetil Ørbekk
2012-05-01Add SystemService.Kjetil Ørbekk
2012-05-01Enable RPC logging.Kjetil Ørbekk
2012-05-01Remove too verbose logging in State.Kjetil Ørbekk
2012-04-30Fix threading bug.Kjetil Ørbekk
2012-04-30Send state updates after master takeover.Kjetil Ørbekk
2012-04-30Fix error handling in ConnectionManagerImpl.Kjetil Ørbekk
2012-04-30Make fields final in ResponseHandler.Kjetil Ørbekk
2012-04-30Add "kill master" button.Kjetil Ørbekk
2012-04-30Add master kill switch.Kjetil Ørbekk
2012-04-25Fix SameController.0.5Kjetil Ørbekk
2012-04-25Add release notes for 0.4.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 RpcFactory.Kjetil Ørbekk
2012-04-25Add debug messages in Paxos service.Kjetil Ørbekk
2012-04-25Remove unused dependencies in Android project.Kjetil Ørbekk
2012-04-25Don't return expired networks.Kjetil Ørbekk
2012-04-25RPC timeout in same-android.Kjetil Ørbekk
2012-04-25Set timeouts for all RPCs.Kjetil Ørbekk
2012-04-25Remove HTTP dependency from DirectoryApp.Kjetil Ørbekk
2012-04-24Remove Broadcaster.Kjetil Ørbekk
2012-04-24Remove unused code.Kjetil Ørbekk
2012-04-24Fix off-by-one error in MasterProposer.Kjetil Ørbekk
2012-04-24Fix release notes for 0.4.Kjetil Ørbekk
2012-04-24Release notes for 0.4.0.4Kjetil Ørbekk
2012-04-24Add release features.Kjetil Ørbekk
2012-04-24Use same-android with protobuf services.protobuf-refactoringKjetil Ørbekk
2012-04-24Remember to register client service.Kjetil Ørbekk
2012-04-24Use MasterLocation in directory service.Kjetil Ørbekk
2012-04-24Fix location in directory service.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-24Fix compiler error in Client.Kjetil Ørbekk
2012-04-24Asynchronous paxos client using the protobuf interface.Kjetil Ørbekk
2012-04-24Add protobuf version of Paxos service.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-17Add 'location' field to ClientState.Kjetil Ørbekk
2012-04-17Add new participants list.Kjetil Ørbekk
2012-04-17Add Services.Client to ConnectionManager.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-11Add "masterLocation" variable.Kjetil Ørbekk