etcd/pkg
Anthony Romano c3fcf0f339 fileutil: test some fallback functionality
syscall.Flock fallback and preallocExtendTrunc
2017-06-07 11:22:40 -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 expect: reload DEBUG_EXPECT for each process 2017-05-11 16:09:31 -07:00
fileutil fileutil: test some fallback functionality 2017-06-07 11:22:40 -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 snap, etcdserver: tighten up snapshot path handling 2017-05-11 13:46:59 -07:00
monotime lease: Use monotonic time in lease 2016-11-29 12:31:00 -08:00
netutil netutil: use "context" and ctx-ize TCP addr resolution 2017-04-21 10:01:53 -07:00
osutil test, osutil: disable setting SIG_DFL on linux if built with cov tag 2017-06-05 21:09:35 -07: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 NewWeightedReport 2017-05-17 16:07:20 -07:00
runtime pkg: update LICENSE header 2016-05-12 20:48:53 -07:00
schedule *: clear redundant return statement warnings (S1027) 2017-04-21 14:01:00 -07:00
srv *: fill out blank package godocs 2017-05-18 09:41:13 -07:00
stringutil *: fill out blank package godocs 2017-05-18 09:41:13 -07:00
testutil testutil: add assert functions 2017-04-22 20:29:58 -07:00
tlsutil *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
transport *: remove unused, fix typos 2017-05-18 12:11:18 -07:00
types pkg/types: accept unix and unixs schemes 2016-06-24 21:04:39 -07:00
wait pkg/wait: add comment and make List private 2017-04-27 13:25:02 -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.