etcd/pkg
David Cheney 9b84127739 pkg/transport: remove dependency on pkg/fileutils
4a0f922 changed SelfCert to use a helper from pkg/fileutils which
introduced a transitive dependency on coreos/pkg/capnslog. This means
anyone who imports pkg/transport to use TLS with the clientv3 library
has the default stdlib logger hijacked by capnslog.

This PR reverts 4a0f922. There are no tests because 4a0f922 contained no
test and was not attached to a PR.

Fixes #7350
2017-02-20 12:32:04 +11:00
..
adt adt: fast path Stab in empty interval tree 2016-10-06 22:41:33 +05:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cors pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
cpuutil pkg/cpuutil: add cpuutil 2017-01-20 01:47:56 -08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
expect *: add and expose StopSignal field in ExpectProcess 2017-02-17 14:47:06 -08:00
fileutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
flags pkg/flags: fixed prefix checking of the env variables 2017-01-20 13:13:40 +05:30
httputil *: Use http.Request.WithContext instead of Cancel 2017-02-02 22:50:07 +05:30
idutil pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
ioutil pkg/ioutil: configure pageOffset in NewPageWriter 2016-09-28 09:45:54 -07:00
logutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
mock etcdserver: do not send v2 sync if ttl keys do not exist 2016-12-07 14:48:15 -08:00
monotime lease: Use monotonic time in lease 2016-11-29 12:31:00 -08:00
netutil pkg/netutil: name GetDefaultInterfaces consistent 2017-02-03 00:37:31 -08:00
osutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
pathutil pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
pbutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
report pkg/report: add min/max latency per second 2017-02-04 12:46:54 -08:00
runtime pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
schedule *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
stringutil etcd-runner: move string generation to pkg/stringutil 2016-10-31 12:20:02 -07:00
testutil testutil: increase size of buffer for stack dump 2017-01-06 17:14:42 -08:00
tlsutil *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
transport pkg/transport: remove dependency on pkg/fileutils 2017-02-20 12:32:04 +11:00
types pkg/types: accept unix and unixs schemes 2016-06-24 21:04:39 -07:00
wait etcdserver: support apply wait 2016-08-19 16:18:35 -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.