etcd/pkg
Anthony Romano 5aab92414f Merge pull request #7199 from heyitsanthony/netutil-test-arch
pkg/netutil: use native byte ordering
2017-01-23 09:41:20 -08: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 expect: EXPECT_DEBUG environment variable 2017-01-06 11:09: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 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: 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: use native byte ordering for route information 2017-01-20 10:44:05 -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 nil checking for getTimeSeries 2017-01-17 12:51:47 -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: Obey the usual laws of ssl when using a private PKI 2017-01-15 21:27:53 +00: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.