Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-07 | Remove some network metadata from State. | Kjetil Ørbekk | |
Remove .masterUrl, .masterLocation and networkName. | |||
2012-05-07 | State-wide revision field maintained by master. | Kjetil Ørbekk | |
2012-05-02 | Fix State issues. | Kjetil Ørbekk | |
– State now copies correctly. – Remove updatedComponents which was not used. | |||
2012-05-01 | Add license header to all source files. | Kjetil Ørbekk | |
2012-05-01 | Remove too verbose logging in State. | Kjetil Ørbekk | |
2012-04-17 | Add new participants list. | Kjetil Ørbekk | |
The new list, '.participants0' will hold the location of the protobuf services of clients. | |||
2012-02-27 | Clean up source code. | Kjetil Ørbekk | |
Clean up source code with Eclipse. In particular remove tabs. | |||
2012-02-27 | Remove set(id, value, revision) from ClientInterface. | Kjetil Ørbekk | |
Fix equals() bug in Component. Fix failing test. | |||
2012-02-07 | Remove unused code. | Kjetil Ørbekk | |
Remove old State.toString() method. | |||
2012-02-06 | Show state in StateServlet. | Kjetil Ørbekk | |
Support interacting with a Client. | |||
2012-01-18 | Hack: Use Same to synchronize state in the android app. | Kjetil Ørbekk | |
2012-01-18 | Refactor broadcast operations. | Kjetil Ørbekk | |
– Add handling of client errors. | |||
2012-01-17 | Fix revision update. | Kjetil Ørbekk | |
Change State to take the *new* revision when updating. | |||
2012-01-17 | Reject old state updates. | Kjetil Ørbekk | |
Only accept updates from master if revision >= currentRevision. Client must clear state before joining network. | |||
2012-01-16 | Fix failing test. | Kjetil Ørbekk | |
Add equals() to State. | |||
2012-01-16 | Send state to clients. | Kjetil Ørbekk | |
– Adds failing test - need to compare states of master and client. | |||
2012-01-13 | Bring back worker thread. | Kjetil Ørbekk | |
:( | |||
2012-01-13 | Maintain a set of recently updated components in State. | Kjetil Ørbekk | |
2012-01-13 | Add support for JSON state. | Kjetil Ørbekk | |
Use Jackson for serialization and deserialization of JSON objects. | |||
2012-01-13 | New object model in State. | Kjetil Ørbekk | |
– Currently mixed with old code. TODO: Remove old code. | |||
2012-01-13 | Rename projects. | Kjetil Ørbekk | |
– jsonrpc → same – master → same-android |