etcd/pkg
Ajit Yagaty 8b6de5f85d fileutil: Sync on HFS/OSX needs to be handled differently.
A call file.Sync on OSX doesn't guarantee actual persistence on
physical drive media as the data can be cached in physical drive's
buffers. Hence calls to file.Sync need to be replaced with
fcntl(F_FULLFSYNC).
2016-04-18 21:49:04 -07:00
..
adt *: add more examples to clientv3, pkg/adt 2016-04-14 23:46:50 -07:00
contention etcdserver: detect raft starvation caused by contention 2016-02-29 17:06:57 -08:00
cors test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
expect pkg/expect: support sending Signals to expect process 2016-04-13 09:11:57 -07:00
fileutil fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00
flags etcdctlv3: accept evn for global configuration flags 2016-03-25 14:23:32 -07:00
httputil *: drain http.Response.Body before closing 2016-03-30 09:35:47 -07:00
idutil *: exported godoc fixups 2016-02-21 20:36:44 -08:00
ioutil fileutil: Sync on HFS/OSX needs to be handled differently. 2016-04-18 21:49:04 -07:00
logutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
mock move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -07:00
netutil *: clean up unused vars, functions 2016-04-06 21:33:55 -07:00
osutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
pathutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pbutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
runtime *: add missing package descriptions 2015-11-17 20:54:10 -08:00
schedule test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07:00
testutil test, clientv3: run examples as integration tests 2016-04-15 11:51:30 -07:00
tlsutil *: move baisc tls util funcs to tlsutil pkg 2016-03-31 09:45:45 -07:00
transport *: move baisc tls util funcs to tlsutil pkg 2016-03-31 09:45:45 -07:00
types etcdserver: move membership related code to membership pkg 2016-04-07 14:21:37 -07:00
wait move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -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.