Fabrizio (Misto) Milo
e7d15b6488
split config
2013-08-13 11:52:55 -07:00
Fabrizio (Misto) Milo
339d8b435d
move to util
2013-08-13 11:52:55 -07:00
Fabrizio (Misto) Milo
e6d8d4046d
split raft server logic into separate module
2013-08-13 11:52:55 -07:00
Xiang Li
7afbbb294d
Merge pull request #102 from Mistobaan/master
...
minor go idiomatic fixes
2013-08-12 17:23:05 -07:00
Fabrizio (Misto) Milo
d88bfc084b
fix doc
2013-08-12 17:18:05 -07:00
Fabrizio (Misto) Milo
ddc53c6584
use filepath
2013-08-12 17:18:05 -07:00
Xiang Li
21c658b151
Merge pull request #86 from xiangli-cmu/master
...
Change snapshot to clientside
2013-08-12 10:46:34 -07:00
Xiang Li
58e9e0c557
add comments in snapshot.go
2013-08-12 10:41:44 -07:00
Xiang Li
969c8ba8ca
log remoteAddr in etcdHttpHandler
2013-08-12 10:29:50 -07:00
Xiang Li
32d1681b6b
change name to url in http handlers
2013-08-12 10:16:30 -07:00
Xiang Li
6ac6dfcc52
Merge pull request #100 from xiangli-cmu/fix95
...
fixes #95
2013-08-12 09:30:48 -07:00
Xiang Li
928781aaa3
fix #95
2013-08-12 09:24:33 -07:00
Xiang Li
1107f1d7ab
Merge pull request #98 from philips/node-library
...
feat(README): add node library
2013-08-12 09:06:51 -07:00
Brandon Philips
1bf4e656a8
feat(README): add node library
...
Thanks for @stianeikeland for starting a node-etcd library.
2013-08-12 08:59:40 -07:00
polvi
aad1626dc9
typo(README): thanks asbjorn
2013-08-12 00:03:06 -07:00
Brandon Philips
2b14fbebde
Merge pull request #94 from philips/fixup-readme
...
feat(README): point people at etcdctl
2013-08-11 19:36:56 -07:00
Brandon Philips
e8a284d295
feat(README): point people at etcdctl
...
etcdctl is included in the releases so point people at it.
2013-08-11 19:10:35 -07:00
Brandon Philips
0e26d96791
Merge pull request #93 from philips/fixup-readme
...
README fixups
2013-08-11 19:05:54 -07:00
Brandon Philips
b3654e68d9
fix(README): fixup a grammar bug
2013-08-11 19:05:06 -07:00
Brandon Philips
9d85c741d9
fix(README): use -n everywhere
2013-08-11 19:03:43 -07:00
Brandon Philips
47babce767
feat(README): add the active-proxy project
2013-08-11 17:40:19 -07:00
Brandon Philips
408d0caafc
fix(README): remove url highlight
...
```url isn't a thing. delete it.
2013-08-11 17:19:57 -07:00
polvi
2403fe79c1
Merge pull request #92 from philips/add-default-name
...
fix(etcd): add a default name
v0.1.0
2013-08-11 13:31:21 -07:00
Brandon Philips
5a88da1d37
fix(etcd): add a default name
...
etcd shouldn't require flags by default.
2013-08-11 13:28:53 -07:00
Xiang Li
af202c7412
Merge pull request #89 from philips/readme-fixups
...
feat(README): add a link to binary downloads
2013-08-11 12:21:37 -07:00
Brandon Philips
08abb4bb6a
feat(README): add a link to binary downloads
2013-08-11 12:17:45 -07:00
Brandon Philips
fb93103d33
Merge pull request #87 from philips/remove-insecureskipverify
...
fix(etcd): remove insecureskipverify
2013-08-11 12:15:05 -07:00
Xiang Li
74fb19ad4a
Merge pull request #88 from philips/readme-fixups
...
fix(README): use fixture certs
2013-08-11 11:57:57 -07:00
Xiang Li
8e48a20c85
clean up trans.go
2013-08-11 11:56:18 -07:00
Xiang Li
8f3e6f340f
remove duplicate codes
2013-08-11 11:42:38 -07:00
Xiang Li
6120fa634e
remove duplicate codes
2013-08-11 11:40:45 -07:00
Brandon Philips
d8a05f1766
feat(README): add note about the license
2013-08-11 11:15:07 -07:00
Brandon Philips
f8e68ba272
feat(README): at a versioning section
2013-08-11 11:11:38 -07:00
Xiang Li
fa6c8f4f18
fix naming in long_test.go
2013-08-11 11:04:15 -07:00
Brandon Philips
14ed8e9719
fix(README): use fixture certs
2013-08-11 10:49:26 -07:00
Brandon Philips
be85442e5e
fix(etcd): remove insecureskipverify
...
The client certs and server certs should share the same CA since
everyone is a peer. Use this logic instead of InsecureSkipVerify.
Test-plan: tested manually and tests pass still.
2013-08-11 10:36:34 -07:00
Xiang Li
1124fe21a0
cleaning up
2013-08-11 10:18:40 -07:00
Xiang Li
e3dae8fcf9
do not print out debug info when testing
2013-08-11 09:53:02 -07:00
Xiang Li
d3649d3254
gofmt
2013-08-11 09:48:12 -07:00
Xiang Li
434b0045db
add snapshot
2013-08-11 09:47:23 -07:00
Xiang Li
64eeca3941
add snpshot
2013-08-11 09:47:10 -07:00
Xiang Li
9fd62298ff
Merge pull request #85 from philips/fixweb
...
Fixweb
2013-08-11 09:23:29 -07:00
Brandon Philips
a86e3aa7d9
feat(test): add TLS tests
...
add some basic TLS tests
2013-08-11 08:51:27 -07:00
Brandon Philips
9f14e75360
fix(fixtures/ca): generate with clientAuth and serverAuth
...
clientAuth and serverAuth are required for ssl cert auth to work! Add it
to the fixtures.
2013-08-11 08:51:22 -07:00
Xiang Li
03a2d608c2
add x509 extended key usage
2013-08-11 00:46:08 -07:00
Xiang Li
0e1125666f
better naming in join
2013-08-11 00:42:46 -07:00
Xiang Li
6f388513fb
fix test
2013-08-11 00:41:03 -07:00
Brandon Philips
466229cf4d
fix(etcd): reverse the cert handling
...
the server tls config needs the client CA information and the client
needs the pub/priv key. This is how this code used to work.
2013-08-10 23:33:40 -07:00
Brandon Philips
7f9c2eee45
fix(transporter): consistently print debug
...
not all transporter handlers were printing debug on failure. Fix.
2013-08-10 23:32:22 -07:00
Brandon Philips
f1ad907875
chore(transporter): add spaces before return
...
just a little nip
2013-08-10 23:32:21 -07:00