Age | Commit message (Expand) | Author |
2012-01-31 | Refactor client. | Kjetil Ørbekk |
2012-01-31 | Clean up MasterApp. | Kjetil Ørbekk |
2012-01-31 | Add client discovery functionality. | Kjetil Ørbekk |
2012-01-31 | WorkList => WorkQueue – A worker thread helper class. | Kjetil Ørbekk |
2012-01-31 | Add WorkQueue. | Kjetil Ørbekk |
2012-01-30 | Add WorkList data structure. | Kjetil Ørbekk |
2012-01-27 | Hack collection. | Kjetil Ørbekk |
2012-01-27 | Add Discovery handling in SameService. | Kjetil Ørbekk |
2012-01-27 | Improve discovery and error handling. | Kjetil Ørbekk |
2012-01-27 | Add DiscoveryListener interface. | Kjetil Ørbekk |
2012-01-27 | Client answers discovery events. | Kjetil Ørbekk |
2012-01-27 | ClientService supports network discovery. | Kjetil Ørbekk |
2012-01-26 | Use SameController in ClientApp. | Kjetil Ørbekk |
2012-01-26 | Client support in SameController. | Kjetil Ørbekk |
2012-01-26 | Deprecate old ClientApp code. | Kjetil Ørbekk |
2012-01-26 | Use SameController in MasterApp. | Kjetil Ørbekk |
2012-01-26 | Add SameController. | Kjetil Ørbekk |
2012-01-24 | Basic Paxos working. | Kjetil Ørbekk |
2012-01-24 | Refactor Paxos: Return proposal values. | Kjetil Ørbekk |
2012-01-24 | Paxos: Remove roundId parameter. | Kjetil Ørbekk |
2012-01-24 | Add failing Paxos test. | Kjetil Ørbekk |
2012-01-23 | Add TODO for KeepAlive. | Kjetil Ørbekk |
2012-01-23 | Add multi-threaded Paxos test code. | Kjetil Ørbekk |
2012-01-23 | Start implementing a functional test for PaxosService. | Kjetil Ørbekk |
2012-01-23 | Support more than one rpc Service on a Jetty server. | Kjetil Ørbekk |
2012-01-23 | Add Paxos integration test. | Kjetil Ørbekk |
2012-01-23 | Add MasterProposer. | Kjetil Ørbekk |
2012-01-23 | Start implementing MasterProposer. | Kjetil Ørbekk |
2012-01-23 | Support PaxosService in ConnectionManager. | Kjetil Ørbekk |
2012-01-23 | Add mockito dependency. | Kjetil Ørbekk |
2012-01-22 | Add comment on thread safety. | Kjetil Ørbekk |
2012-01-22 | Unit test of Paxos Service. | Kjetil Ørbekk |
2012-01-22 | Start implementing Paxos service. | Kjetil Ørbekk |
2012-01-20 | Fix: Use factory method when creating a Same instance. | Kjetil Ørbekk |
2012-01-20 | GameController listens to state changes. | Kjetil Ørbekk |
2012-01-20 | Implement interface for notification of state changes. | Kjetil Ørbekk |
2012-01-19 | Implement the library interface to a SameClientImpl. | Kjetil Ørbekk |
2012-01-19 | Add SameInterface – the programming interface to Same. | Kjetil Ørbekk |
2012-01-18 | Hack: Use Same to synchronize state in the android app. | Kjetil Ørbekk |
2012-01-18 | Refactor client. | Kjetil Ørbekk |
2012-01-18 | Fix race condition. | Kjetil Ørbekk |
2012-01-18 | Remove whitespace. | Kjetil Ørbekk |
2012-01-18 | Remove clients upon errors. | Kjetil Ørbekk |
2012-01-18 | Refactor broadcast operations. | Kjetil Ørbekk |
2012-01-18 | Refactor Broadcaster. | Kjetil Ørbekk |
2012-01-17 | Begin error handling. | Kjetil Ørbekk |
2012-01-17 | Add timeout to network operations. | Kjetil Ørbekk |
2012-01-17 | Fix revision update. | Kjetil Ørbekk |
2012-01-17 | Reject old state updates. | Kjetil Ørbekk |
2012-01-17 | Change test clasess that were moved to main. | Kjetil Ørbekk |