summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-08Add ConnectionStateListener.Kjetil Ørbekk
2012-05-08Block operations on unstable connection.Kjetil Ørbekk
2012-05-08Correctly drop failed clients.Kjetil Ørbekk
2012-05-08Get rid of queues in Master.Kjetil Ørbekk
– Remove WorkQueue code. – Remove delayed operations in master. (Handled by RPC instead)
2012-05-07Add ServicesPbConversion.Kjetil Ørbekk
Used for conversion between same data types and PB data types.
2012-05-07Update service definitions.Kjetil Ørbekk
– Update Client and Master services with new message types.
2012-05-07Add RPCs for master takeover protocol.Kjetil Ørbekk
2012-05-07Refactor same-android: Remove metadata from State.Kjetil Ørbekk
2012-05-07Remove some network metadata from State.Kjetil Ørbekk
Remove .masterUrl, .masterLocation and networkName.
2012-05-07Client keeps revision field.Kjetil Ørbekk
2012-05-07State-wide revision field maintained by master.Kjetil Ørbekk
2012-05-03Release notes.Kjetil Ørbekk
2012-05-02Fix State issues.Kjetil Ørbekk
– State now copies correctly. – Remove updatedComponents which was not used.
2012-05-02Fix callback functionality in SameService.Kjetil Ørbekk
Several bugs were fixed. - SameService sends messages to the correct replyTo handler. - SameService and ClientInterfaceBridge now agree on a message format. - Make ClientInterfaceBridge a little safer by using volatile and final variables.
2012-05-02Fix VariableUpdaterTask.Kjetil Ørbekk
Use CyclicCountDownLatch to improve VariableUpdaterTask. This implementation is much better, but unfortunately really hard to test. I'm not sure how to test this.
2012-05-02Disable RPC logging per default.Kjetil Ørbekk
RPC logging is really slow and should only be used for debugging.
2012-05-02Add CyclicCountDownLatch.Kjetil Ørbekk
(You may not want to use this.)
2012-05-01Add license header to all source files.Kjetil Ørbekk
2012-05-01Fix interrupt handling in VariableUpdaterTask.Kjetil Ørbekk
2012-05-01Fix DelayedOperation.Kjetil Ørbekk
Use a CountDownLatch instead of manual synchronization.
2012-05-01Add SystemService.Kjetil Ørbekk
The SystemService is meant for debugging commands. It currently supports GetSystemStatus() which prints the state of all components.
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
– Register network from master controller. – Make fields final.
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
– Remove old PaxosService.
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
Implemented with an RpcFactory.
2012-04-25Remove HTTP dependency from DirectoryApp.Kjetil Ørbekk
2012-04-24Remove Broadcaster.Kjetil Ørbekk
– Broadcaster is not needed anymore with asynchronous RPC.
2012-04-24Remove unused code.Kjetil Ørbekk
– Remove old HTTP code. – Remove Jetty, Jsonrpc and servlet dependencies. – Remove state viewer servlet. – Remove unmaintained tests (rely on functional tests instead).
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