| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-01-24 | Paxos: Remove roundId parameter. | Kjetil Ørbekk | |
| 2012-01-24 | Add failing Paxos test. | Kjetil Ørbekk | |
| Fails because proposers do not retry. | |||
| 2012-01-23 | Add multi-threaded Paxos test code. | Kjetil Ørbekk | |
| (Doesn't actually make assertions – it just burns CPU cycles :P) | |||
| 2012-01-23 | Start implementing a functional test for PaxosService. | Kjetil Ørbekk | |
| 2012-01-23 | Add Paxos integration test. | Kjetil Ørbekk | |
| 2012-01-23 | Add MasterProposer. | Kjetil Ørbekk | |
| MasterProposer tries to propose a value to a list of PaxosServices. | |||
| 2012-01-23 | Start implementing MasterProposer. | Kjetil Ørbekk | |
| 2012-01-22 | Unit test of Paxos Service. | Kjetil Ørbekk | |
| 2012-01-18 | Remove whitespace. | Kjetil Ørbekk | |
| 2012-01-18 | Remove clients upon errors. | Kjetil Ørbekk | |
| Add test for removing clients. | |||
| 2012-01-18 | Refactor Broadcaster. | Kjetil Ørbekk | |
| Take a client url instead of a client parameter, to handle error conditions. | |||
| 2012-01-17 | Fix revision update. | Kjetil Ørbekk | |
| Change State to take the *new* revision when updating. | |||
| 2012-01-16 | Fix network joining. | Kjetil Ørbekk | |
| Prevent infinite loop in master thread. | |||
| 2012-01-16 | Implement updateStateRequest(). | Kjetil Ørbekk | |
| – Verify that states are synchronized to all clients. | |||
| 2012-01-16 | Send state to clients. | Kjetil Ørbekk | |
| – Adds failing test - need to compare states of master and client. | |||
| 2012-01-16 | Add assert in test of Master. | Kjetil Ørbekk | |
| 2012-01-16 | Add failing master test. | Kjetil Ørbekk | |
| Fails because client implementation is not finished. | |||
| 2012-01-16 | Fix failing test. | Kjetil Ørbekk | |
| Uses test component to avoid NullPointerException. | |||
| 2012-01-16 | Add TestConnectionManager. | Kjetil Ørbekk | |
| 2012-01-15 | Add TestBroadcaster. | Kjetil Ørbekk | |
| TestBroadcaster implements a single-threaded broadcaster suitable for testing. | |||
| 2012-01-15 | Make Broadcaster testable. | Kjetil Ørbekk | |
| 2012-01-15 | Move old SameService files out of the way. | Kjetil Ørbekk | |
| 2012-01-13 | Bring back worker thread. | Kjetil Ørbekk | |
| :( | |||
| 2012-01-13 | Add support for JSON state. | Kjetil Ørbekk | |
| Use Jackson for serialization and deserialization of JSON objects. | |||
| 2012-01-13 | Add new Client and Master interfaces. | Kjetil Ørbekk | |
| Begin implementing Master interface. | |||
| 2012-01-13 | Rename projects. | Kjetil Ørbekk | |
| – jsonrpc → same – master → same-android | |||
