etcd/pkg
Gyu-Ho Lee 6e39a39e3a Merge pull request #8511 from gyuho/ctx
*: deprecate 'golang.org/x/net/context'
2017-09-07 18:07:57 -07:00
..
adt adt: Union for interval trees 2017-06-21 14:33:15 -07: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 Merge pull request #8049 from heyitsanthony/flock-base-test 2017-06-07 16:12:38 -07:00
flags flag: improve StringFlags by support set default value when init (#8447) 2017-08-28 00:02:11 -07:00
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
netutil netutil: test schemes for URLStringsEqual 2017-08-31 12:41:05 -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/pbutil: Fix go vet errors 2017-08-30 20:07:14 +05:30
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 *: replace 'golang.org/x/net/context' with 'context' 2017-09-07 13:39:42 -07:00
srv srv: if a host matches a peer, only use if url schemes match 2017-08-29 23:29:56 -07:00
stringutil *: fill out blank package godocs 2017-05-18 09:41:13 -07:00
testutil testutil: don't panic on AssertNil on non-nil errors 2017-08-23 14:26:03 -07:00
tlsutil *: add missing godoc package descriptions 2016-05-27 15:15:26 -07:00
transport Merge pull request #8281 from heyitsanthony/san-rdns 2017-07-22 08:02:57 -07:00
types pkg/types: accept unix and unixs schemes 2016-06-24 21:04:39 -07:00
wait pkg/wait: change list's lock to RWMutex 2017-08-27 18:23:18 +08: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.