etcd/pkg
Gyu-Ho Lee 5161b74799 pkg/debugutil: add 'mutex' profiler (Go 1.8+)
Signed-off-by: Gyu-Ho Lee <gyuhox@gmail.com>
2017-04-18 10:56:06 -07:00
..
adt auth, adt: introduce a new type BytesAffineComparable 2017-04-05 13:17:24 +09: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
debugutil pkg/debugutil: add 'mutex' profiler (Go 1.8+) 2017-04-18 10:56:06 -07:00
expect *: add and expose StopSignal field in ExpectProcess 2017-02-17 14:47:06 -08:00
fileutil *: use 'io.Seek*' for go1.7+ 2017-03-20 15:15:24 -07: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 idgen: correct comments for id generator 2017-04-02 20:56:10 +08: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 netutil: fix unused err staticcheck failure 2017-04-07 10:52:54 -07: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 report: add test for Report interface 2017-04-12 16:41:32 -07: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: check for grpc resources in AfterTest 2017-03-24 16:09:38 -07:00
tlsutil *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
transport *: use '*tls.Config.Clone' in Go 1.8 2017-04-17 20:08:27 -07: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.