summaryrefslogtreecommitdiff
path: root/same/src/main
AgeCommit message (Expand)Author
2012-02-03Extend configuration.Kjetil Ørbekk
2012-02-03Don't depend on HandlerFactory (deleted).Kjetil Ørbekk
2012-02-03Add Configuration system.Kjetil Ørbekk
2012-02-03Refactor Handler code.Kjetil Ørbekk
2012-02-03Move Handler code around.Kjetil Ørbekk
2012-01-31Reuse HTTP connections.Kjetil Ørbekk
2012-01-31Fix: Set correct /ClientService.json handler.Kjetil Ørbekk
2012-01-31Use full url with discovery.Kjetil Ørbekk
2012-01-31Refactor client.Kjetil Ørbekk
2012-01-31Clean up MasterApp.Kjetil Ørbekk
2012-01-31Add client discovery functionality.Kjetil Ørbekk
2012-01-31WorkList => WorkQueue – A worker thread helper class.Kjetil Ørbekk
2012-01-31Add WorkQueue.Kjetil Ørbekk
2012-01-30Add WorkList data structure.Kjetil Ørbekk
2012-01-27Hack collection.Kjetil Ørbekk
2012-01-27Add Discovery handling in SameService.Kjetil Ørbekk
2012-01-27Improve discovery and error handling.Kjetil Ørbekk
2012-01-27Add DiscoveryListener interface.Kjetil Ørbekk
2012-01-27Client answers discovery events.Kjetil Ørbekk
2012-01-27ClientService supports network discovery.Kjetil Ørbekk
2012-01-26Use SameController in ClientApp.Kjetil Ørbekk
2012-01-26Client support in SameController.Kjetil Ørbekk
2012-01-26Deprecate old ClientApp code.Kjetil Ørbekk
2012-01-26Use SameController in MasterApp.Kjetil Ørbekk
2012-01-26Add SameController.Kjetil Ørbekk
2012-01-24Basic Paxos working.Kjetil Ørbekk
2012-01-24Refactor Paxos: Return proposal values.Kjetil Ørbekk
2012-01-24Paxos: Remove roundId parameter.Kjetil Ørbekk
2012-01-23Add TODO for KeepAlive.Kjetil Ørbekk
2012-01-23Support more than one rpc Service on a Jetty server.Kjetil Ørbekk
2012-01-23Add Paxos integration test.Kjetil Ørbekk
2012-01-23Add MasterProposer.Kjetil Ørbekk
2012-01-23Start implementing MasterProposer.Kjetil Ørbekk
2012-01-23Support PaxosService in ConnectionManager.Kjetil Ørbekk
2012-01-22Add comment on thread safety.Kjetil Ørbekk
2012-01-22Unit test of Paxos Service.Kjetil Ørbekk
2012-01-22Start implementing Paxos service.Kjetil Ørbekk
2012-01-20Fix: Use factory method when creating a Same instance.Kjetil Ørbekk
2012-01-20GameController listens to state changes.Kjetil Ørbekk
2012-01-20Implement interface for notification of state changes.Kjetil Ørbekk
2012-01-19Implement the library interface to a SameClientImpl.Kjetil Ørbekk
2012-01-19Add SameInterface – the programming interface to Same.Kjetil Ørbekk
2012-01-18Hack: Use Same to synchronize state in the android app.Kjetil Ørbekk
2012-01-18Refactor client.Kjetil Ørbekk
2012-01-18Fix race condition.Kjetil Ørbekk
2012-01-18Remove clients upon errors.Kjetil Ørbekk
2012-01-18Refactor broadcast operations.Kjetil Ørbekk
2012-01-18Refactor Broadcaster.Kjetil Ørbekk
2012-01-17Begin error handling.Kjetil Ørbekk
2012-01-17Add timeout to network operations.Kjetil Ørbekk