Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-09 | Run benchmark from Activities. | Kjetil Ørbekk | |
2012-04-09 | Add benchmark for Jetty+JsonRpc. | Kjetil Ørbekk | |
2012-04-09 | Add ExampleProtobufServerActivity. | Kjetil Ørbekk | |
This Activity hosts a protocol buffer server. | |||
2012-04-09 | Fix bugs in ExampleServer. | Kjetil Ørbekk | |
– StopServer() should not cast InterruptedExeception. – Use correct Logger class. | |||
2012-04-09 | Add (non-Android) protobuf benchmark code. | Kjetil Ørbekk | |
2012-03-27 | Next release feature notes. | Kjetil Ørbekk | |
2012-03-27 | Fix state bug.0.3 | Kjetil Ørbekk | |
Make sure to copy the state when creating a new master. Using the same state instance on the master and client is a disaster. | |||
2012-03-27 | Fix Android problem. | Kjetil Ørbekk | |
Avoid the IOException(Throwable) constructor on Android. | |||
2012-03-27 | Next release feature note. | Kjetil Ørbekk | |
2012-03-27 | Bugfixes on same-android. | Kjetil Ørbekk | |
2012-03-27 | Add 0.3 release notes. | Kjetil Ørbekk | |
2012-03-27 | Change same-android to work with new Same version. | Kjetil Ørbekk | |
2012-03-27 | Fix NullPointerException. | Kjetil Ørbekk | |
Support null valiues in NetworkEntry. | |||
2012-03-27 | Remove unused UDP broadcast code. | Kjetil Ørbekk | |
2012-03-20 | Remove discovery code. | Kjetil Ørbekk | |
Use centralized discovery instead. | |||
2012-03-20 | Do not support broadcast discovery in next version. | Kjetil Ørbekk | |
2012-03-20 | Add release notes. | Kjetil Ørbekk | |
2012-03-20 | Various fixes related to takeover. | Kjetil Ørbekk | |
2012-03-20 | Fix issues when transfering to new master. | Kjetil Ørbekk | |
.masterUrl needs to be set explicitly. Some other fixes. | |||
2012-03-20 | Start master election when update fails. | Kjetil Ørbekk | |
2012-03-20 | Make sure there is only one valid new master. | Kjetil Ørbekk | |
This is done using the paxos proposal number as a certificate. | |||
2012-03-20 | Master has to advertise its ID when taking over. | Kjetil Ørbekk | |
2012-03-20 | Abort master proposal when master has been elected. | Kjetil Ørbekk | |
Note: This doesn't really work. We need to do this based on serial number, otherwise the proposal may be canceled before it has begun, with the result that the proposal doesn't get canceled at all. | |||
2012-03-20 | Client performs master election. | Kjetil Ørbekk | |
2012-03-20 | Broadcast masterDown() event. | Kjetil Ørbekk | |
2012-03-20 | Add Broadcaster in Client. | Kjetil Ørbekk | |
2012-03-15 | Add tools for concurrent master proposal. | Kjetil Ørbekk | |
2012-03-15 | Add missing MasterController interface. | Kjetil Ørbekk | |
2012-03-13 | Clients can become new masters. | Kjetil Ørbekk | |
2012-03-13 | Clients can control their master. | Kjetil Ørbekk | |
Add failing test. | |||
2012-03-13 | Add MasterController interface. | Kjetil Ørbekk | |
This interface should be used by a client in order to become a master. | |||
2012-03-13 | Start master in created networks only. | Kjetil Ørbekk | |
2012-03-13 | Add MasterServiceProxy. | Kjetil Ørbekk | |
This class can be used to enable and disable a master. | |||
2012-03-13 | Fix warnings in com.orbekk.same tests. | Kjetil Ørbekk | |
2012-03-12 | Fix failing functional test. | Kjetil Ørbekk | |
2012-03-12 | Add failing functional test. | Kjetil Ørbekk | |
Test fails because of the new ConnectionState that is not properly implemented. | |||
2012-03-12 | Client begins in disconnected state. | Kjetil Ørbekk | |
2012-03-12 | Add TODO. | Kjetil Ørbekk | |
2012-03-12 | Add ConnectionState to Client. | Kjetil Ørbekk | |
2012-03-06 | Register local server with directory service. | Kjetil Ørbekk | |
2012-03-06 | Centralized discovery client on Android. | Kjetil Ørbekk | |
2012-03-06 | Add tools used with the Directory service. | Kjetil Ørbekk | |
2012-03-06 | Better network list on Android. | Kjetil Ørbekk | |
2012-03-06 | Remove old Client code. | Kjetil Ørbekk | |
2012-03-06 | Add Directory support in same. | Kjetil Ørbekk | |
2012-03-06 | Set correct main class in directory project. | Kjetil Ørbekk | |
2012-03-02 | Improve code example. | Kjetil Ørbekk | |
2012-03-02 | Syntax hilighting of code example. | Kjetil Ørbekk | |
2012-03-02 | Add code example. | Kjetil Ørbekk | |
2012-03-02 | Document web management. | Kjetil Ørbekk | |