etcd/raft
Anthony Romano dc17eaace7 *: rename Lease Create to Grant
Creating a lease through the client API interface union looked like
"c.Create(...)"-- the method name wasn't very descriptive.
2016-04-07 12:28:14 -07:00
..
raftpb *: rename Lease Create to Grant 2016-04-07 12:28:14 -07:00
rafttest *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07: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: add optimization notes 2016-03-17 09:53:50 -07:00
example_test.go *: fix many typos 2016-01-31 21:42:39 -08:00
log.go *: clean up bool comparison 2016-04-02 18:27:54 -07:00
log_test.go *: clean up bool comparison 2016-04-02 18:27:54 -07:00
log_unstable.go *: fix many typos 2016-01-31 21:42:39 -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 *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
node_bench_test.go *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
node_test.go *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
progress.go *: exported godoc fixups 2016-02-21 20:36:44 -08:00
progress_test.go raft: fix freeTo fails to free 2015-04-03 13:21:26 -07:00
raft.go *: clean up unused vars, functions 2016-04-06 21:33:55 -07:00
raft_flow_control_test.go *: fix many typos 2016-01-31 21:42:39 -08:00
raft_paper_test.go *: clean up bool comparison 2016-04-02 18:27:54 -07:00
raft_snap_test.go *: clean up bool comparison 2016-04-02 18:27:54 -07:00
raft_test.go raft: correct doc comment 2016-04-06 08:43:42 -04:00
rawnode.go raft: Remove redundant `raft.Commit` field. 2016-01-26 15:18:55 -05:00
rawnode_test.go *: fix many typos 2016-01-31 21:42:39 -08:00
status.go *: exported godoc fixups 2016-02-21 20:36:44 -08:00
storage.go *: exported godoc fixups 2016-02-21 20:36:44 -08:00
storage_test.go *: fix many typos 2016-01-31 21:42:39 -08: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