etcd/pkg
Yicheng Qin 3153e635d5 Revert "Treat URLs have same IP address as same"
This reverts commit f8ce5996b0.

etcd no longer resolves TCP addresses passed in through flags,
so there is no need to compare hostname and IP slices anymore.
(for more details: a3892221ee)

Conflicts:
	etcdserver/cluster.go
	etcdserver/config.go
	pkg/netutil/netutil.go
	pkg/netutil/netutil_test.go
2015-05-16 03:21:10 -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: add plan9 lockfile support 2015-05-11 13:24:01 -07:00
flags *: update to use IANA-assigned ports 2015-04-06 13:49:43 -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 Revert "Treat URLs have same IP address as same" 2015-05-16 03:21:10 -07:00
osutil osutil: fix InterruptHandler comment position 2015-04-04 11:32:42 -04:00
pbutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
runtime etcdserver: metrics and monitor number of file descriptor 2015-04-08 11:17:48 -07: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 etcd: server SSL and client cert auth configuration is more explicit 2015-03-12 23:09:54 -07:00
types *: extract types.Cluster from etcdserver.Cluster 2015-05-12 14:53:11 -07:00
wait pkg/wait: fix TestWaitTestStress 2015-05-13 13:41:34 -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.