https://github.com/etcd-io/etcd

sort by:
Revision Author Date Message Commit Date
714e7ec version: bump up to 3.1.2 22 February 2017, 18:45:48 UTC
2cdaf6d netutil: use ipv4 host by default Was non-deterministic. 22 February 2017, 18:45:38 UTC
77a51e0 pkg/netutil: name GetDefaultInterfaces consistent 22 February 2017, 18:45:29 UTC
d96d3aa netutil: add dualstack to linux_route in v3.1.0 netutil couldn't get default interface for ipv6only hosts Fixes #7219 22 February 2017, 18:45:19 UTC
66e7532 pkg/netutil: use native byte ordering for route information Fixes #7199 22 February 2017, 18:45:07 UTC
3eff360 pkg/cpuutil: add cpuutil A package for unsafe cpu-ish things. 22 February 2017, 18:44:59 UTC
1487071 integration: add 'TestV3HashRestart' 22 February 2017, 18:39:49 UTC
5d62bba auth: keep old revision in 'NewAuthStore' When there's no changes yet (right after auth store initialization), we should commit old revision. Fix https://github.com/coreos/etcd/issues/7359. 22 February 2017, 18:39:28 UTC
114e293 integration: test keepalives for short TTLs 22 February 2017, 18:38:38 UTC
1439955 clientv3: do not set next keepalive time <= now+TTL 22 February 2017, 18:38:28 UTC
2c8ecc7 tcpproxy: don't use range variable in reactivate goroutine Ends up trying to reactivate only the last endpoint. 22 February 2017, 18:38:19 UTC
7b4d622 raft: fix read index request for #7331 22 February 2017, 18:38:09 UTC
db8abbd version: bump to 3.1.1+git 22 February 2017, 01:00:02 UTC
ac1c7eb version: bump up to 3.1.1 16 February 2017, 21:53:25 UTC
9cc6d48 travis: update for Go 1.7.5 tests 16 February 2017, 21:53:05 UTC
ff7fa98 clientv3: fix lease keepalive duration 16 February 2017, 21:52:27 UTC
f66138d clientv3: fix lease keepalive duration 16 February 2017, 20:41:09 UTC
8c87916 auth: add 'setupAuthStore' to tests 14 February 2017, 22:39:51 UTC
9e81b00 auth: correct initialization in NewAuthStore() Because of my own silly mistake, current NewAuthStore() doesn't initialize authStore in a correct manner. For example, after recovery from snapshot, it cannot revive the flag of enabled/disabled. This commit fixes the problem. Fix https://github.com/coreos/etcd/issues/7165 14 February 2017, 21:49:19 UTC
4962c5c auth: add a test case for recoverying from snapshot Conflicts: auth/store_test.go 14 February 2017, 21:48:17 UTC
e5bf25a e2e: add cases for defrag and snapshot with authentication 14 February 2017, 21:43:11 UTC
98c60e8 auth, etcdserver: let maintenance services require root role This commit lets maintenance services require root privilege. It also moves AuthInfoFromCtx() from etcdserver to auth pkg for cleaning purpose. 14 February 2017, 21:42:31 UTC
3ac3fa6 travis: disable email notifications Was spamming security@coreos.com 14 February 2017, 20:55:02 UTC
eaa8b9e clientv3: test closing client cancels blocking dials 14 February 2017, 19:31:51 UTC
ea2aae4 clientv3: use DialContext Fixes #7216 14 February 2017, 19:31:43 UTC
776739e roadmap: update roadmap 20 January 2017, 22:21:08 UTC
a7a8a47 README: remove ACI, update Go version 20 January 2017, 22:21:00 UTC
379f7ae op-guide: change grpc-proxy from 'pre' to alpha' 20 January 2017, 21:25:21 UTC
ead2d95 version: bump to v3.1.0+git 20 January 2017, 21:25:04 UTC
8ba2897 version: bump to v3.1.0 20 January 2017, 20:42:12 UTC
bc31e27 documentation: update build documentation 20 January 2017, 19:20:54 UTC
fce20a0 test: passed the test script arguments as the test function parameters 20 January 2017, 19:15:01 UTC
f10363f etcdctlv3: snapshot restore works with lease key 20 January 2017, 18:06:49 UTC
a7ec6c8 pkg/flags: fixed prefix checking of the env variables 20 January 2017, 17:57:00 UTC
62c591d integration: test STM apply on concurrent deletion 20 January 2017, 17:56:42 UTC
5676226 clientv3/concurrency: fix rev comparison on concurrent key deletion 20 January 2017, 17:56:36 UTC
898b9e6 Documentation: fix typo s/endpoint-health/endpoint health/ 20 January 2017, 04:48:01 UTC
b84be6b NEWS: fix date for v3.1 release 20 January 2017, 01:56:35 UTC
7a12d65 Documentation: update experimental_apis for v3.1 release 19 January 2017, 20:43:32 UTC
53ac04b vendor: update 'golang.org/x/net' 18 January 2017, 21:11:48 UTC
fbcd537 glide: update 'golang.org/x/net' 18 January 2017, 21:11:13 UTC
c2e8d06 grpcproxy, etcdmain, integration: add close channel to kv proxy ccache launches goroutines that need to be explicitly stopped. Fixes #7158 18 January 2017, 21:11:03 UTC
6c8f198 etcdserver: use ReqTimeout for linearized read Fixes #7136 18 January 2017, 01:31:31 UTC
be9ae30 pkg/report: add nil checking for getTimeSeries 17 January 2017, 21:23:57 UTC
9ba3632 Documentation: document upgrading to v3.1 17 January 2017, 21:23:19 UTC
c2d8b5a ctlv3: print cluster info after adding new member 17 January 2017, 18:23:02 UTC
0c88795 Merge pull request #7151 from gyuho/travis travis: use Go 1.7.4, drop old env var 13 January 2017, 20:55:32 UTC
21e3418 travis: use Go 1.7.4, drop old env var We don't use Go 1.5.x anymore 13 January 2017, 19:34:05 UTC
bb797c1 Merge pull request #7147 from gyuho/pkg/report pkg/report: add 'Stats' to expose report raw data 13 January 2017, 19:17:57 UTC
304606a Merge pull request #7139 from heyitsanthony/proxy-rlock grpcproxy/cache: acquire read lock on Get instead of write lock 13 January 2017, 19:15:13 UTC
74bad57 pkg/report: add 'Stats' to expose report raw data 13 January 2017, 18:26:00 UTC
7dfe503 Merge pull request #7148 from heyitsanthony/fix-lease-overlap clientv3: don't reset stream on keepaliveonce or revoke failure 13 January 2017, 18:05:02 UTC
af51f87 vendor: remove groupcache, add ccache 13 January 2017, 18:02:04 UTC
9fa6c95 grpcproxy: use ccache for key cache groupcache needs a write lock and has no way to expire keys; ccache can do this, though. Also removes the key count metric, since there's no way to efficiently calculate it using ccache. 13 January 2017, 18:00:57 UTC
5e3b20e clientv3: don't reset stream on keepaliveonce or revoke failure Would cause the keepalive loop to cancel out. Fixes #7082 13 January 2017, 17:05:23 UTC
c89eae7 Merge pull request #7110 from mitake/reauth etcdserver, clientv3: handle a case of expired auth token 13 January 2017, 02:57:25 UTC
432bda4 Merge pull request #7146 from fanminshi/clientv3_balancer_uses_one_connection clientv3: fix balancer test logic 12 January 2017, 21:51:03 UTC
6d443ba clienv3: fix balancer test logic 12 January 2017, 21:07:44 UTC
6ce0338 Merge pull request #7138 from gyuho/NEWS NEWS: add v3.1.0, v3.0.16 + minor fixes 12 January 2017, 19:33:13 UTC
34136a6 Merge pull request #7145 from heyitsanthony/warn-ca-ignore transport: warn on user-provided CA 12 January 2017, 19:14:28 UTC
c23d666 NEWS: add v3.1.0, v3.0.16 + minor fixes 12 January 2017, 19:07:27 UTC
da8fd18 transport: warn on user-provided CA ServerName is ignored for a user-provided CA for backwards compatibility. This breaks PKI, so warn it is deprecated. 12 January 2017, 17:10:05 UTC
824277c Merge pull request #7119 from sinsharat/add_load_test_tool tools: Add etcd 3.0 load test tool refernece 12 January 2017, 06:17:57 UTC
c512839 tools: Add etcd 3.0 load test tool refernece 12 January 2017, 06:05:32 UTC
d431b64 etcdserver, clientv3: handle a case of expired auth token This commit adds a mechanism of handling a case of expired auth token to clientv3. If a server returns an error code grpc.codes.Unauthenticated, newRetryWrapper() tries to get a new token and use it as an option of PerRPCCredential. Fixes https://github.com/coreos/etcd/issues/7012 12 January 2017, 02:49:02 UTC
0df543d Merge pull request #7141 from heyitsanthony/rate-limit-range benchmark: option to rate limit range benchmark 11 January 2017, 23:44:33 UTC
6e730af benchmark: option to rate limit range benchmark 11 January 2017, 22:36:46 UTC
43dd751 Merge pull request #7137 from heyitsanthony/display-docs documentation: display docs.md in github browser 11 January 2017, 19:29:29 UTC
6f801d2 documentation: display docs.md in github browser 11 January 2017, 18:37:42 UTC
925d1d7 Merge pull request #7133 from gyuho/bench pkg/report: support 99.9-percentile, change column name 11 January 2017, 02:25:03 UTC
e44d3ab pkg/report: support 99.9-percentile, change column name 11 January 2017, 02:22:47 UTC
88bdd8a Merge pull request #7120 from sttts/sttts-update-ugorji-2 Update ugorji/go with embedded interface support 10 January 2017, 21:11:56 UTC
f0fa5ec Merge pull request #7128 from heyitsanthony/etcdctl-make-rootrole etcdctl: create root role on auth enable if it does not yet exist 10 January 2017, 20:22:02 UTC
b32a801 Merge pull request #7121 from hhkbp2/add-test-case raft: add RawNode test case for #6866 10 January 2017, 07:37:23 UTC
5222322 Merge pull request #7127 from heyitsanthony/fix-auth-spin auth: reject empty user name when checking op permissions 10 January 2017, 03:11:18 UTC
1613516 raft: add RawNode test case for #6866 10 January 2017, 02:55:57 UTC
d20f23c etcdctl: create root role on auth enable if it does not yet exist Kind of tedious to add the root role when enabling auth; can just add it automatically. 10 January 2017, 00:18:13 UTC
c39a59c auth: reject empty user name when checking op permissions Passing AuthInfo{} to permission checking was causing an infinite loop because it would always return an old revision error. Fixes #7124 09 January 2017, 23:53:36 UTC
5278ea5 integration: add grpc auth testing 09 January 2017, 23:53:36 UTC
8adfc06 Merge pull request #7118 from hhkbp2/fix-test-case raft: fix test cases for #7042 09 January 2017, 18:34:46 UTC
4a245a6 vendor: update ugorji/go 09 January 2017, 11:13:50 UTC
7bb768b raft: fix test case for #7042 09 January 2017, 08:52:02 UTC
f99c76c Merge pull request #7113 from heyitsanthony/testutil-bufsize testutil: increase size of buffer for stack dump 07 January 2017, 02:16:42 UTC
6ab8dcb testutil: increase size of buffer for stack dump Too many goroutines to fit all stack traces in 8kb. 07 January 2017, 01:14:42 UTC
bc2d471 Merge pull request #7016 from fanminshi/faq_add_meaning_of_etcd why: add origin of the term etcd 06 January 2017, 22:13:34 UTC
953b0c6 why: add origin of the term etcd explain the meaning behind the term etcd. 06 January 2017, 22:12:20 UTC
628e83e Merge pull request #7106 from gyuho/go1.8 integration: use only digits in unix ports 06 January 2017, 21:04:35 UTC
998f8bf Merge pull request #7112 from heyitsanthony/expect-debug expect: EXPECT_DEBUG environment variable 06 January 2017, 19:52:26 UTC
af5b819 Merge pull request #7111 from heyitsanthony/e2e-ctl-trace e2e: dump stacks on ctlTest timeout 06 January 2017, 19:28:56 UTC
cf382db expect: EXPECT_DEBUG environment variable Dump process output to stdout when EXPECT_DEBUG != "". 06 January 2017, 19:09:06 UTC
acfa601 e2e: dump stack on ctlTest timeout Figure out which process is blocking for Elect/Lock test timeouts. 06 January 2017, 10:03:55 UTC
6825ffe integration: use only digits in unix ports Fix https://github.com/coreos/etcd/issues/6959. 05 January 2017, 20:34:54 UTC
a42b399 Merge pull request #7094 from heyitsanthony/fix-duplicate-grant auth: use quorum get for GetUser/GetRole for mutable operations 05 January 2017, 19:28:33 UTC
5feb4e1 Merge pull request #7103 from heyitsanthony/proxy-watch-close grpcproxy: tear down watch when client context is done 05 January 2017, 03:04:08 UTC
fd72ecf Merge pull request #7087 from sinsharat/make_etcd-runner_command_compliant etcd-runner: make command compliant 05 January 2017, 00:33:19 UTC
e179225 grpcproxy: tear down watch when client context is done If client closes but all watch streams are not canceled, the outstanding watch will wait until it is canceled, causing watch server to potentially wait forever to close. Fixes #7102 05 January 2017, 00:23:27 UTC
154f268 Merge pull request #7001 from heyitsanthony/etcdctl-doc etcdctl: tighten up output, reorganize README.md 04 January 2017, 21:44:49 UTC
10d3b81 Merge pull request #7093 from gyuho/member etcdserver: expose ErrMemberNotEnoughStarted 04 January 2017, 20:09:29 UTC
f9f691e auth: use quorum get for GetUser/GetRole for mutable operations GetUser would not propagate to the minority node, causing TestCtlV2GetRoleUser to run CreateUser instead of UpdateUser. Instead, use quorum get to fetch the current state of auth. Fixes #7069 04 January 2017, 19:55:07 UTC
729dcd5 Merge pull request #7090 from vimalk78/fix-comactor-resume-leadr-change#7040 etcdserver: resume compactor only if leader 04 January 2017, 18:47:44 UTC
back to top