etcd/etcdmain
Yicheng Qin 207c92b627 rafthttp: build transport inside pkg instead of passed-in
rafthttp has different requirements for connections created by the
transport for different usage, and this is hard to achieve when giving
one http.RoundTripper. Pass into pkg the data needed to build transport
now, and let rafthttp build its own transports.
2015-10-11 21:42:37 -07:00
..
config.go etcdmain: better logging when user forget to set initial flags 2015-09-21 10:43:26 -07:00
config_test.go *: test gofmt with -s and fix reported issues 2015-08-21 18:52:16 -07:00
const_unix.go etcdmain: fix godeps on osx 2015-02-28 11:16:41 -08:00
const_windows.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
doc.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
etcd.go rafthttp: build transport inside pkg instead of passed-in 2015-10-11 21:42:37 -07:00
help.go doc: add a description of -strict-reconfig-check 2015-09-24 11:44:55 +09:00
http.go etcdmain: New Logging Package 2015-04-28 15:42:32 -04:00