etcd/pkg
Xiang Li e2bd6f2213 Merge pull request #6601 from nekto0n/interval_tree_fast_stab
adt: fast path Stab in empty interval tree
2016-10-07 09:13:23 -07: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
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
expect pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
fileutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
flags pkg: use etcd as logging repo 2016-09-29 15:29:38 +08:00
httputil pkg/httputil: simplify RequestCanceler args 2016-08-14 14:35:50 -07:00
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, pkg: skip needless log entry applying 2016-07-08 15:16:45 +09:00
netutil pkg: use etcd as logging repo 2016-09-29 15:29:38 +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, tools/benchmark: refactor report out of tools/benchmark 2016-10-06 16:18:47 -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
testutil testutil, clientv3: wait for panics in txn tests to complete 2016-07-18 09:37:33 -07:00
tlsutil *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
transport Revert "pkg/transport: update tls.Config copy method" 2016-09-19 15:07:12 +09: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.