etcd/etcdserver
Xiang Li 94ffd72c7e etcdserver: rename StoreAdminPrefix to StoreClusterPrefix
We store cluster related key in StoreAdminPrefix for some
historical reason. The previous API is called admin. But now,
the admin name is gone and `cluster` is a more clear and correct
name.
2015-04-29 12:05:51 -07:00
..
etcdhttp *: add cluster version and cluster version detection. 2015-04-29 11:31:59 -07:00
etcdserverpb *: update protobuf 2015-03-25 10:14:35 -07:00
security security: Improve the security api as per the suggestions list in #2384 2015-04-23 16:11:38 -04:00
stats etcdserver: add stats.LatencyStats and stats.CountsStats types 2015-03-27 13:42:44 -07:00
cluster.go Revert "etcdserver: fix cluster fallback recovery" 2015-04-19 11:34:33 -07:00
cluster_test.go Revert "etcdserver: not apply stale conf change in cluster and transport" 2015-04-19 11:08:03 -07:00
cluster_util.go *: add cluster version and cluster version detection. 2015-04-29 11:31:59 -07:00
cluster_util_test.go *: add cluster version and cluster version detection. 2015-04-29 11:31:59 -07:00
config.go etcdserver: loose member validation for joining existing cluster 2015-03-25 13:59:22 -07:00
config_test.go *: update to use IANA-assigned ports 2015-04-06 13:49:43 -07:00
errors.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
member.go *: add cluster version and cluster version detection. 2015-04-29 11:31:59 -07:00
member_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
metrics.go etcdserver: metrics and monitor number of file descriptor 2015-04-08 11:17:48 -07:00
raft.go etcdserver: stop raft node goroutine before stop server 2015-04-01 11:20:51 -07:00
raft_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
server.go etcdserver: rename StoreAdminPrefix to StoreClusterPrefix 2015-04-29 12:05:51 -07:00
server_test.go rafthttp: add AddRemote 2015-04-24 11:49:23 -07:00
storage.go etcdserver: make the wal repairing logic clear 2015-03-29 21:10:28 -07:00