etcd/pkg
Xiang Li 3c9581adde pkg/transport: fix downgrade https to http bug in transport
If the TLS config is empty, etcd downgrades https to http without a warning.
This commit avoid the downgrade and stoping etcd from bootstrap if it cannot
listen on TLS.
2015-03-06 10:42:23 -08:00
..
coreos main: detects coreos 2015-01-30 12:10:05 -08:00
cors *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
crc pkg/crc: add test 2015-01-13 11:07:18 -08:00
fileutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
flags etcdmain: infer bind addr from addr in v1 flagset 2015-02-10 09:42:10 -08:00
idutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
ioutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
netutil Treat URLs have same IP address as same 2015-01-27 04:36:41 +09:00
osutil osutil: pid 1 should exit directly instead of trying to kill itself 2015-02-19 20:27:50 -08:00
pbutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
testutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
timeutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
transport pkg/transport: fix downgrade https to http bug in transport 2015-03-06 10:42:23 -08:00
types *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
wait Merge pull request #2354 from xiang90/wait_time 2015-02-23 14:29:39 -08:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.