etcd/etcdmain
Xiang Li 4bcd7587e2 etcdmain: fix incomplete proxy config file
etcd might generate incomplete proxy config file after a power failure.
It is because we use ioutil.WriteFile. And iotuile.WriteFile does
not call Sync before closing the file.
2015-12-21 16:15:00 -08:00
..
config.go etcdmain: minor typo, make descriptions consistent 2015-11-10 13:00:08 -08:00
config_test.go *: test gofmt with -s and fix reported issues 2015-08-21 18:52:16 -07:00
const_unix.go etcdmain: fix godeps on osx 2015-02-28 11:16:41 -08:00
const_windows.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
doc.go etcdmain: fix package description for godoc.org 2015-10-29 12:28:52 -07:00
etcd.go etcdmain: fix incomplete proxy config file 2015-12-21 16:15:00 -08:00
help.go etcdmain: Add max-snapshots and max-wals to help 2015-11-19 11:58:00 +08:00
http.go etcdmain: New Logging Package 2015-04-28 15:42:32 -04:00