etcd/pkg
Gyuho Lee 290fa0c1be *: sync "functional-tester" from 3.2 branch
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
2018-03-08 00:57:30 -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-02-22 10:44:59 -08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
debugutil *: sync "functional-tester" from 3.2 branch 2018-03-08 00:57:30 -08:00
expect expect: EXPECT_DEBUG environment variable 2017-01-06 11:09:06 -08:00
fileutil *: use filepath.Join for files 2017-03-23 09:53:56 -07:00
flags pkg/flags: fixed prefix checking of the env variables 2017-01-20 09:57:00 -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: 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: use ipv4 host by default 2017-02-22 10:45: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: add nil checking for getTimeSeries 2017-01-17 13:23:57 -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 port in Certificate.IPAddresses 2017-04-05 04:30:26 -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.