index
:
same.git
discovery
master
protobuf-benchmark
protobuf-refactoring
tjws_test
wait_code__bad
wait_code__new
Distributed Shared Objects for Android
KJ
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
same
/
src
/
main
/
java
/
com
/
orbekk
/
paxos
Age
Commit message (
Expand
)
Author
2012-04-30
Fix threading bug.
Kjetil Ørbekk
2012-04-30
Make fields final in ResponseHandler.
Kjetil Ørbekk
2012-04-25
Add debug messages in Paxos service.
Kjetil Ørbekk
2012-04-25
Set timeouts for all RPCs.
Kjetil Ørbekk
2012-04-24
Fix off-by-one error in MasterProposer.
Kjetil Ørbekk
2012-04-24
Fix master takeover code.
Kjetil Ørbekk
2012-04-24
Switch to protobuf based Paxos in functional test.
Kjetil Ørbekk
2012-04-24
Asynchronous paxos client using the protobuf interface.
Kjetil Ørbekk
2012-04-24
Add protobuf version of Paxos service.
Kjetil Ørbekk
2012-03-20
Make sure there is only one valid new master.
Kjetil Ørbekk
2012-03-15
Add tools for concurrent master proposal.
Kjetil Ørbekk
2012-02-27
Clean up source code.
Kjetil Ørbekk
2012-02-06
Fix RpcServlet: Use POST requests.
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-23
Add Paxos integration test.
Kjetil Ørbekk
2012-01-23
Add MasterProposer.
Kjetil Ørbekk
2012-01-23
Start implementing MasterProposer.
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