etcd/pkg
Anthony Romano d54cf26bed etcdmain: support keep alive listeners on limit listener connections
Fixes #4171
2016-01-13 13:32:26 -08:00
..
cors cors: Removed new(?) header from test, resolving failure 2015-08-27 15:23:14 -04:00
crc pkg/crc: add test 2015-01-13 11:07:18 -08:00
fileutil etcdserver: always check if the data dir is writable before starting etcd 2015-12-30 10:22:52 -08:00
flags pkg/flags: print out evn usage information 2015-08-27 12:08:31 -07:00
httputil rafthttp: always cancel in-flight request when stop streamReader 2015-08-25 08:54:13 -07:00
idutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
ioutil etcdmain: fix incomplete proxy config file 2015-12-22 12:30:39 -08:00
netutil Merge pull request #3356 from xiang90/travis 2015-08-21 18:59:51 -07:00
osutil *:godep log pkg 2015-06-11 14:22:14 -07:00
pathutil pkg/pathutil: change copyright for path.go 2015-08-18 11:48:22 -07:00
pbutil etcdserver: internal request union 2015-08-05 07:47:10 -07:00
runtime etcdserver: metrics and monitor number of file descriptor 2015-04-08 11:17:48 -07:00
testutil *: fix go vet reported issues 2015-08-22 12:19:02 -05:00
timeutil *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
transport etcdmain: support keep alive listeners on limit listener connections 2016-01-13 13:32:26 -08:00
types pkg/types: fix unwanted unescape in NewURLsMap 2015-10-15 15:24:00 -07:00
wait pkg/wait: extend timeout to check closed channel 2015-06-25 10:43:12 -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.