etcd/raft
Shawn Smith edd823bba6 raft: fix var name in comment 2016-01-29 16:18:47 +09:00
..
raftpb *: update gRPC, proto interface 2016-01-26 17:41:39 -08:00
rafttest raft/rafttest: fix shadowed variable 2015-12-12 09:38:26 -08:00
design.md raft/documentation: clarify progress's subjects. 2015-10-15 19:15:08 -07:00
diff_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
doc.go raft/doc: add notice about thread safety of messages 2016-01-27 20:18:19 +11:00
example_test.go raft: fix malformed example name 2015-10-20 16:40:01 -07:00
log.go raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode 2015-11-26 17:14:14 +08:00
log_test.go raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode 2015-11-26 17:14:14 +08:00
log_unstable.go *: fix typo 2016-01-06 16:17:02 +08:00
log_unstable_test.go raft: set logger to raft so log context such as multinode groupID can be logged 2015-08-12 22:56:00 +08:00
logger.go *: fix typo 2016-01-06 16:17:02 +08:00
node.go raft: Remove redundant `raft.Commit` field. 2016-01-26 15:18:55 -05:00
node_bench_test.go raft: node bench matches reality 2015-03-28 14:53:42 -07:00
node_test.go raft: support quorum check when raft is leader 2015-11-24 09:36:37 -08:00
progress.go raft: follow golint notice to replace +=1 with ++ 2016-01-13 09:39:00 +08:00
progress_test.go raft: fix freeTo fails to free 2015-04-03 13:21:26 -07:00
raft.go Merge pull request #4293 from bdarnell/bcast-after-commit 2016-01-27 09:58:22 -08:00
raft_flow_control_test.go *: fix typos vaild->valid 2015-08-07 10:57:11 -07:00
raft_paper_test.go *: fix typo 2016-01-06 16:17:02 +08:00
raft_snap_test.go raft: make raft configurable 2015-03-23 09:55:19 -07:00
raft_test.go raft: Remove redundant `raft.Commit` field. 2016-01-26 15:18:55 -05:00
rawnode.go raft: Remove redundant `raft.Commit` field. 2016-01-26 15:18:55 -05:00
rawnode_test.go raft: add RawNode which is a thread-unsafe node without goroutine and remove MultiNode 2015-11-26 17:14:14 +08:00
status.go raft: Remove redundant `raft.Commit` field. 2016-01-26 15:18:55 -05:00
storage.go raft: fix var name in comment 2016-01-29 16:18:47 +09:00
storage_test.go raft: limit the size of msgApp 2015-03-18 15:59:30 -07:00
util.go raft: Improve formatting of DescribeMessage 2016-01-20 11:03:07 -04:00
util_test.go raft: limit the size of msgApp 2015-03-18 15:59:30 -07:00