etcd/pkg
Manjunath A Kumatagi 45d09f0508 pkg/transport: Limit InvalidCipherSuites to TLS12 2019-02-07 08:18:00 -06:00
..
adt *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
contention *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
cpuutil pkg: clean up code format 2018-07-21 15:49:58 -07:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil pkg/debugutil: add 'mutex' profiler (Go 1.8+) 2017-04-18 10:56:06 -07:00
expect pkg/expect: fix deadlock in mac OS 2018-01-01 17:34:59 -08:00
fileutil *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
flags pkg/flags: fix "TestSetFlagsFromEnvParsingError" 2018-10-31 10:44:38 -07:00
httputil pkg/httputil: add "GetHostname" 2018-02-28 17:27:40 -08:00
idutil pkg/idutil: use count field as atomic variable 2018-04-27 00:44:45 +08:00
ioutil pkg/ioutil: n is equal or greater than cw.writeBytes 2018-10-27 16:13:33 +08:00
logutil *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
mock *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
netutil *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
osutil *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
pathutil pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
pbutil *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
proxy *: fix github links 2018-11-10 11:14:18 +09:00
report pkg/*: fix "unconvert" warnings 2018-04-30 15:32:16 -07:00
runtime pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
schedule *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
srv *: add client support for discovery-srv-name 2018-11-09 10:13:04 -05:00
stringutil pkg/stringutil: add tests 2018-04-08 14:18:09 -07:00
systemd pkg/logutil: error when it can't find journal socket 2018-05-16 14:34:49 -07:00
testutil pkg/testutil: add blankline between two functions 2019-01-04 09:44:57 +08:00
tlsutil pkg, clientv3, etcdmain: let grpcproxy rise an error when its cert has non empty CN 2019-01-25 00:43:57 +09:00
transport pkg/transport: Limit InvalidCipherSuites to TLS12 2019-02-07 08:18:00 -06:00
types *: update import paths to "go.etcd.io/etcd" 2018-08-28 17:47:55 -07:00
wait pkg/wait: change list's lock to RWMutex 2017-08-27 18:23:18 +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.