swh:1:snp:8a1bf80ec89c62a71cdcaaf0c2f9145695a5340a

sort by:
Revision Author Date Message Commit Date
7b28904 Merge pull request #130 from philips/add-version-to-join2 add versioning to cluster join 19 August 2013, 16:45:49 UTC
b430a07 chore(name_url_map): rename version to raftVersion make it more clear that we are referring to the raftVersion. 19 August 2013, 16:37:34 UTC
52cbc89 Merge pull request #132 from philips/add-new-projects2 feat(README): add etcdenv project 19 August 2013, 16:22:53 UTC
e848659 feat(README): add etcdenv project 19 August 2013, 16:21:36 UTC
9683bd3 Merge pull request #131 from philips/add-new-projects feat(README): add some new projects 19 August 2013, 16:20:06 UTC
2991bf5 feat(README): add etcd-vim 19 August 2013, 16:17:06 UTC
e073123 feat(README): add some new projects 19 August 2013, 16:12:14 UTC
bfc68e8 fix(raft_server): rename getLeaderVersion to getVersion 19 August 2013, 15:53:15 UTC
3fff0a3 fix(version): add raftVersion to the version file 19 August 2013, 15:45:58 UTC
fc776f2 fix(raft_server): add comment on version field explain what the version field is for and why it is set to releaseVersion 19 August 2013, 04:54:07 UTC
e79f684 fix(command): change Version to RaftVersion clear up confusion on what this field is used for: it is for the internal raft protocol version only. 19 August 2013, 04:54:07 UTC
2c9e90d feat(raft_server): do not allow mixed versions fail to join if there is an internal version mismatch. 19 August 2013, 04:54:07 UTC
53b2038 feat(command): add version to join command Add a version to the join command. Add a versioning document to discuss some of the design decisions. 19 August 2013, 04:54:07 UTC
e091923 Merge pull request #128 from xiangli-cmu/bump Bump 19 August 2013, 04:35:55 UTC
f813017 fix raft api 19 August 2013, 04:12:36 UTC
111888a bump(code.google.com/p/goprotobuf): 1141ccae4b85 19 August 2013, 02:43:26 UTC
ea28b1c bump(code.google.com/p/go.net): bc411e2ac33f 19 August 2013, 02:43:24 UTC
2662b3c bump(github.com/ccding/go-config-reader): 8b6c2b50197f20da3b1c5944c274c173634dc056 19 August 2013, 02:43:20 UTC
7ec0ee2 bump(github.com/ccding/go-logging): 4f3650d51969cc425c1940efa31fcb7c0bba86b3 19 August 2013, 02:43:19 UTC
13afdb0 bump(github.com/coreos/go-etcd): 460022c1238ee0913013936e3486f41a3c7c1d7a 19 August 2013, 02:43:14 UTC
449cad4 bump(github.com/coreos/go-raft): bb7f7ec92e4cb6d98241cea83f55d0e85e624189 19 August 2013, 02:43:13 UTC
393ed43 Merge pull request #127 from xiangli-cmu/master clean error handling 19 August 2013, 02:03:51 UTC
1527b70 fix test 18 August 2013, 04:21:18 UTC
5357fb4 Pull deeply nested logic into functions 18 August 2013, 03:55:52 UTC
cf2d688 add error package 18 August 2013, 03:41:15 UTC
8ed67be clean error handling 17 August 2013, 22:06:21 UTC
ef4aef9 Merge pull request #126 from philips/fix-missing-info-file fix(config): use IsNotExist to test missing file 17 August 2013, 21:07:50 UTC
bcc77db fix(config): use IsNotExist to test missing file Fixes #125 where a config file never gets created 17 August 2013, 20:41:01 UTC
f1786b8 Merge pull request #122 from philips/fix-nip-in-transporter chore(trasnsporter): delete unused variables 17 August 2013, 16:06:16 UTC
ec6a7be Merge pull request #124 from philips/xiangli-cleanup Cleanups from #112 17 August 2013, 15:36:46 UTC
e50871c remove unused struct 17 August 2013, 15:30:32 UTC
5bd24d8 wait for exit and release resource 17 August 2013, 15:30:32 UTC
c459b4b go flavour 17 August 2013, 15:30:31 UTC
981351c use type inheritance 17 August 2013, 15:30:31 UTC
012e747 make ttl test not so strict. testing server is not fast 17 August 2013, 15:30:31 UTC
e0ca8f2 add newJoinCommand func(). 17 August 2013, 15:30:31 UTC
ca4b581 make raft and etcd server 17 August 2013, 15:30:31 UTC
f490fba also return API version 17 August 2013, 15:30:31 UTC
6bdb9af handler version at /version 17 August 2013, 15:30:31 UTC
7004a6b fix travis 17 August 2013, 15:30:31 UTC
177854c add test package. do not compile test codes with etcd 17 August 2013, 15:30:31 UTC
ee66f23 clean getMachines 17 August 2013, 15:30:31 UTC
c7e7e13 handle readInfo error 17 August 2013, 15:30:31 UTC
9240258 use var() 17 August 2013, 15:30:31 UTC
fb00d33 cleanup print 17 August 2013, 15:30:31 UTC
c3533d6 fix test 17 August 2013, 15:30:30 UTC
cb33641 clean up 17 August 2013, 15:30:30 UTC
2c09cd7 chore(trasnsporter): delete unused variables just return directly instead of creating intermediate variables 17 August 2013, 14:57:09 UTC
f8764df Merge pull request #121 from philips/alternative-go-version-check feat(go_version): check go version at build time 16 August 2013, 22:35:37 UTC
70f2590 feat(go_version): check go version at build time ``` $ ./build can't load package: package github.com/coreos/etcd: src/github.com/coreos/etcd/go_version.go:3:1: expected 'package', found 'STRING' "etcd requires go 1.1 or greater to build" ``` 16 August 2013, 22:14:19 UTC
0cb5eef Merge pull request #118 from philips/fix-test-and-set fix(command): be consistent will all CommandNames 16 August 2013, 04:40:34 UTC
3e59bad fix(command): be consistent will all CommandNames testAndSet was missing the etcd: prefix. Make it consistent and have a helper function. 16 August 2013, 04:38:15 UTC
22b943e Merge pull request #117 from mairbek/locking Concurrent GET requests should not block. 15 August 2013, 20:27:55 UTC
ac9801f Concurrent GET requests should not block. 15 August 2013, 20:06:08 UTC
b17a2e2 Merge pull request #114 from zefhemel/dockerfile Added dockerfile 15 August 2013, 14:06:50 UTC
9ede78d Added dockerfile 15 August 2013, 08:00:37 UTC
fe2d1c1 Merge pull request #109 from xiangli-cmu/fmilo split raft server logic into separate module 13 August 2013, 19:37:46 UTC
915266d move tslconf to conf.go 13 August 2013, 19:28:50 UTC
3940196 move trans related func to trans.go 13 August 2013, 19:23:35 UTC
f7dc48a gofmt 13 August 2013, 19:17:33 UTC
b718113 fix race 13 August 2013, 19:17:19 UTC
82fe001 move etcdMux to etcd_handlers.go (better proximity code) 13 August 2013, 18:52:55 UTC
0aebf37 use check utl 13 August 2013, 18:52:55 UTC
6299f31 use check util 13 August 2013, 18:52:55 UTC
3102420 use infof instead of fmt.Printf 13 August 2013, 18:52:55 UTC
e7d15b6 split config 13 August 2013, 18:52:55 UTC
339d8b4 move to util 13 August 2013, 18:52:55 UTC
e6d8d40 split raft server logic into separate module 13 August 2013, 18:52:55 UTC
ad55b42 Update README.md 13 August 2013, 17:36:25 UTC
7afbbb2 Merge pull request #102 from Mistobaan/master minor go idiomatic fixes 13 August 2013, 00:23:05 UTC
d88bfc0 fix doc 13 August 2013, 00:18:05 UTC
ddc53c6 use filepath 13 August 2013, 00:18:05 UTC
21c658b Merge pull request #86 from xiangli-cmu/master Change snapshot to clientside 12 August 2013, 17:46:34 UTC
58e9e0c add comments in snapshot.go 12 August 2013, 17:41:44 UTC
969c8ba log remoteAddr in etcdHttpHandler 12 August 2013, 17:29:50 UTC
32d1681 change name to url in http handlers 12 August 2013, 17:16:30 UTC
6ac6dfc Merge pull request #100 from xiangli-cmu/fix95 fixes #95 12 August 2013, 16:30:48 UTC
928781a fix #95 12 August 2013, 16:24:33 UTC
1107f1d Merge pull request #98 from philips/node-library feat(README): add node library 12 August 2013, 16:06:51 UTC
1bf4e65 feat(README): add node library Thanks for @stianeikeland for starting a node-etcd library. 12 August 2013, 15:59:40 UTC
aad1626 typo(README): thanks asbjorn 12 August 2013, 07:03:06 UTC
2b14fbe Merge pull request #94 from philips/fixup-readme feat(README): point people at etcdctl 12 August 2013, 02:36:56 UTC
e8a284d feat(README): point people at etcdctl etcdctl is included in the releases so point people at it. 12 August 2013, 02:10:35 UTC
0e26d96 Merge pull request #93 from philips/fixup-readme README fixups 12 August 2013, 02:05:54 UTC
b3654e6 fix(README): fixup a grammar bug 12 August 2013, 02:05:06 UTC
9d85c74 fix(README): use -n everywhere 12 August 2013, 02:03:43 UTC
47babce feat(README): add the active-proxy project 12 August 2013, 00:40:19 UTC
408d0ca fix(README): remove url highlight ```url isn't a thing. delete it. 12 August 2013, 00:19:57 UTC
2403fe7 Merge pull request #92 from philips/add-default-name fix(etcd): add a default name 11 August 2013, 20:31:21 UTC
5a88da1 fix(etcd): add a default name etcd shouldn't require flags by default. 11 August 2013, 20:28:53 UTC
af202c7 Merge pull request #89 from philips/readme-fixups feat(README): add a link to binary downloads 11 August 2013, 19:21:37 UTC
08abb4b feat(README): add a link to binary downloads 11 August 2013, 19:17:45 UTC
fb93103 Merge pull request #87 from philips/remove-insecureskipverify fix(etcd): remove insecureskipverify 11 August 2013, 19:15:05 UTC
74fb19a Merge pull request #88 from philips/readme-fixups fix(README): use fixture certs 11 August 2013, 18:57:57 UTC
8e48a20 clean up trans.go 11 August 2013, 18:56:18 UTC
8f3e6f3 remove duplicate codes 11 August 2013, 18:42:38 UTC
6120fa6 remove duplicate codes 11 August 2013, 18:40:45 UTC
d8a05f1 feat(README): add note about the license 11 August 2013, 18:15:07 UTC
f8e68ba feat(README): at a versioning section 11 August 2013, 18:11:38 UTC
fa6c8f4 fix naming in long_test.go 11 August 2013, 18:04:15 UTC
back to top