etcd/pkg
Yicheng Qin ef80bb5cbf pkg/transport: fix HTTPS downgrade bug for keepalive listener
If TLS config is empty, etcd downgrades keepalive listener from HTTPS to
HTTP without warning. This results in HTTPS downgrade bug for client urls.
The commit returns error if it cannot listen on TLS.
2015-08-21 14:32:18 -07: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 pkg/fileutil: fix TestPurgeFile 2015-06-25 10:09:20 -07:00
flags *:godep log pkg 2015-06-11 14:22:14 -07: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 *:godep log pkg 2015-06-11 14:22:14 -07:00
osutil *:godep log pkg 2015-06-11 14:22:14 -07:00
pbutil *:godep log pkg 2015-06-11 14:22:14 -07:00
runtime etcdserver: metrics and monitor number of file descriptor 2015-04-08 11:17:48 -07:00
testutil pkg/testutil: extend wait schedule time to 10ms 2015-07-13 09:05:40 -07:00
timeutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
transport pkg/transport: fix HTTPS downgrade bug for keepalive listener 2015-08-21 14:32:18 -07:00
types *: extract types.Cluster from etcdserver.Cluster 2015-05-12 14:53:11 -07:00
wait pkg/wait: extend timeout to check closed channel 2015-06-25 10:43:12 -07: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.