Commit Graph

  • ef6320e638 etcdserver: make cluster checking interval shorter Xiang Li 2016-01-25 08:16:05 +0800
  • 1aa312fcce *: lease forwarding should resue transport Xiang Li 2016-01-25 06:56:07 +0800
  • 72ffa74476 pkg/transport: update timeout transport to reuse conn when timeout is not set Xiang Li 2016-01-25 06:55:54 +0800
  • 5e2dbadbc0 leasehttp: move lease/http.go to its own pkg Xiang Li 2016-01-25 06:09:54 +0800
  • 8905632837 Merge pull request #4272 from srijs/patch-2 Xiang Li 2016-01-24 23:24:30 +0800
  • 4dd1718bde Merge pull request #4273 from srijs/patch-3 Jonathan Boulle 2016-01-24 15:05:54 +0100
  • 02a34abf85 readme: link to raft.github.io instead of the old raftconsensus.github.io Sam Rijs 2016-01-25 00:28:18 +1100
  • 896719c877 raft: use configured logger in raft/node.go Sam Rijs 2016-01-25 00:15:44 +1100
  • 96d2ee20e3 *: detect leaky goroutines, fix leaks Gyu-Ho Lee 2016-01-22 16:00:53 -0800
  • 5099bf6f7a Merge pull request #4269 from heyitsanthony/v3-reject-put-bogus-lease Anthony Romano 2016-01-22 21:25:17 -0800
  • 9572197aee etcdserver: return error when putting a key with a bad lease id Anthony Romano 2016-01-22 15:48:06 -0800
  • 5a9f81b198 Merge pull request #4267 from gyuho/govet Gyu-Ho Lee 2016-01-22 15:33:55 -0800
  • 0d646a25ee pkg/testutil: fix unreachable go tool vet complain Gyu-Ho Lee 2016-01-22 15:16:35 -0800
  • c21d87354e Merge pull request #4266 from gyuho/minor_govet Gyu-Ho Lee 2016-01-22 14:43:13 -0800
  • 5e4113374b integration: minor govet shadow fix Gyu-Ho Lee 2016-01-22 14:39:06 -0800
  • 53d6aede82 Merge pull request #3889 from gyuho/raft_doc.go_20151118 Gyu-Ho Lee 2016-01-22 14:22:49 -0800
  • 6c240b4037 Merge pull request #4262 from heyitsanthony/v3-lease-watch-expire Anthony Romano 2016-01-22 14:09:19 -0800
  • ae05c87c2f Merge pull request #4238 from heyitsanthony/v3-recipes Anthony Romano 2016-01-22 14:08:21 -0800
  • b07900ae03 contrib: v3 recipes Anthony Romano 2016-01-04 11:13:43 -0800
  • 5a967eb2a0 storage: publish delete events on lease revocation Anthony Romano 2016-01-22 01:40:19 -0800
  • 53def2dc5e Merge pull request #4260 from heyitsanthony/v3-lease-forward-keepalive Anthony Romano 2016-01-22 12:53:17 -0800
  • 2e157530a0 etcdhttp, lease, v3api: forward keepalives to leader Anthony Romano 2016-01-19 21:09:09 -0800
  • be7d573366 lease: store server-decided TTL in lease Anthony Romano 2016-01-21 23:37:56 -0800
  • 2b54c5a977 Merge pull request #4253 from heyitsanthony/v3-lease-grant-consistency Anthony Romano 2016-01-22 11:10:12 -0800
  • 9113a27bde lease: grant consistent lease IDs Anthony Romano 2016-01-19 21:09:09 -0800
  • 6413c96024 Merge pull request #4254 from gyuho/check_wait Gyu-Ho Lee 2016-01-21 18:59:03 -0800
  • bbb7fb5a46 client: do not timeout when wait is true Gyu-Ho Lee 2016-01-21 18:45:15 -0800
  • 1db0148ffd Merge pull request #4252 from gyuho/client_doc Gyu-Ho Lee 2016-01-21 10:02:32 -0800
  • 2a3bd01f58 *: move EndpointSelection doc to godoc Gyu-Ho Lee 2016-01-21 09:36:49 -0800
  • 6eb0b35ed3 Merge pull request #4231 from mitake/go-client-doc Gyu-Ho Lee 2016-01-21 00:46:14 -0800
  • e196a0e8d2 Documentation: add a doc for using the go client library Hitoshi Mitake 2016-01-18 15:24:59 +0900
  • 1ec71c1cdc Merge pull request #4250 from mitake/ls-quorum Anthony Romano 2016-01-20 21:15:35 -0800
  • cae0577619 etcdctl: add an option to ls for consistent result Hitoshi Mitake 2016-01-21 14:03:10 +0900
  • 5184260907 Merge pull request #4249 from gyuho/minor_typo Gyu-Ho Lee 2016-01-20 16:25:18 -0800
  • 835d824965 *: minor typos, kill TODOs Gyu-Ho Lee 2016-01-20 16:21:39 -0800
  • cd323e0ec8 Merge pull request #4242 from gyuho/unsynced_multi Gyu-Ho Lee 2016-01-20 15:39:49 -0800
  • 39116e2e20 integration: TestV3WatchMultipleEventsPutUnsynced Gyu-Ho Lee 2016-01-20 15:06:11 -0800
  • d26b1460c5 Merge pull request #4248 from gyuho/rest_of_unsynced_test Gyu-Ho Lee 2016-01-20 12:32:08 -0800
  • 96f646c586 integration: add more tests for unsynced watch Gyu-Ho Lee 2016-01-20 12:13:58 -0800
  • 6a43aa28fe Merge pull request #4247 from gyuho/unsynced_cancel Gyu-Ho Lee 2016-01-20 11:47:31 -0800
  • 8c40232198 integration: cancel operation for unsynced watcher Gyu-Ho Lee 2016-01-20 11:21:12 -0800
  • 46bb2582fe raft: Call maybeCommit after removing a node. Ben Darnell 2016-01-20 11:03:12 -0400
  • c185bdaf95 raft: Improve formatting of DescribeMessage Ben Darnell 2016-01-20 11:02:50 -0400
  • 092879291f Merge pull request #4228 from mitake/procfile-pprof Gyu-Ho Lee 2016-01-19 22:33:37 -0800
  • 72195afbc9 Merge pull request #4237 from gyuho/multi_stream Gyu-Ho Lee 2016-01-19 14:37:33 -0800
  • 12362d292d integration: add TestV3WatchMultipleStreams Gyu-Ho Lee 2016-01-19 14:13:09 -0800
  • d2e35f68f9 Merge pull request #4235 from gyuho/watch_multi_synced Gyu-Ho Lee 2016-01-19 14:00:58 -0800
  • a571f83343 Merge pull request #4232 from heyitsanthony/test-fmt-first Anthony Romano 2016-01-19 13:47:09 -0800
  • 166055b443 integration: watch test for multi-events with txn Gyu-Ho Lee 2016-01-19 12:52:25 -0800
  • de765ac7dd Merge pull request #4236 from heyitsanthony/fix-watch-test-race Anthony Romano 2016-01-19 12:50:23 -0800
  • 7e0a5b8ed7 integration: fix race in WatchFromCurrentRevision Anthony Romano 2016-01-19 12:30:49 -0800
  • 63197782ea test: trigger formatting tests before unit tests Anthony Romano 2016-01-18 00:07:58 -0800
  • 7d9a88a687 test: refactor sorts of tests into separate functions Anthony Romano 2016-01-18 00:07:09 -0800
  • 882d63226d Procfile: enable pprof in Procfiles Hitoshi Mitake 2016-01-18 15:18:57 +0900
  • 9ca3c8e581 Merge pull request #4224 from heyitsanthony/v3-rangereq-more-flag Anthony Romano 2016-01-17 22:16:33 -0800
  • 05531b4600 integration: test v3 RangeRequest Anthony Romano 2016-01-15 17:15:11 -0800
  • ccfd68a251 etcdserver: support Revision option in v3 RangeRequest Anthony Romano 2016-01-15 17:14:36 -0800
  • 8df3f0c545 etcdserver: support 'More' flag for v3 RangeRequest Anthony Romano 2016-01-15 16:59:21 -0800
  • 1090320bb2 Merge pull request #4227 from gyuho/wait_response Gyu-Ho Lee 2016-01-17 16:32:32 -0800
  • f9b505ae56 integration: use WaitResponse for watch tests Gyu-Ho Lee 2016-01-17 14:11:30 -0800
  • 98dfdebf13 Merge pull request #4225 from gyuho/watch_test_multi Gyu-Ho Lee 2016-01-16 20:32:26 -0800
  • 0f3573a57e integration: add TestV3WatchMultiple Gyu-Ho Lee 2016-01-16 13:27:21 -0800
  • 22dd738228 Merge pull request #4223 from gyuho/watch_cancel_test Gyu-Ho Lee 2016-01-15 17:23:25 -0800
  • 2535509811 integration: add TestV3WatchCancel Gyu-Ho Lee 2016-01-15 17:16:12 -0800
  • 01ba9960d9 Merge pull request #4196 from Timer/etcdctl-docs Xiang Li 2016-01-15 16:59:44 -0800
  • 476178fce0 etcdctl: add docs for configuration flags and env vars Joe Haddad 2016-01-12 21:01:57 -0500
  • bc6613902f Merge pull request #4222 from heyitsanthony/concurrent-watch-testing Anthony Romano 2016-01-15 11:10:40 -0800
  • be4466e331 Merge pull request #4215 from xiang90/fix_proxy Xiang Li 2016-01-15 11:03:21 -0800
  • 9aea99cd6e integration: submit keys concurrently with watcher streaming Anthony Romano 2016-01-15 10:57:33 -0800
  • 9b5313a97c Merge pull request #4218 from gyuho/test_header_revision Gyu-Ho Lee 2016-01-14 21:42:11 -0800
  • 2f2b408686 integration: test header revision in v3 grpc Gyu-Ho Lee 2016-01-14 21:26:13 -0800
  • 2f9f4220c6 Merge pull request #4217 from heyitsanthony/start-store-on-rev1 Anthony Romano 2016-01-14 17:16:55 -0800
  • ecba9b61cf storage: start initial revision at 1 Anthony Romano 2016-01-14 15:50:42 -0800
  • cf873bcf81 Merge pull request #4214 from gyuho/watch_integration_test Gyu-Ho Lee 2016-01-14 16:56:56 -0800
  • d036ac85cb integration: add WatchFromCurrentRevision test Gyu-Ho Lee 2016-01-14 11:42:10 -0800
  • f3daa9f677 etcdmain: proxy should only lookup srv if there is no existing cluster file Xiang Li 2016-01-14 11:21:02 -0800
  • 02ab7be106 Merge pull request #4211 from gyuho/stack_watch Xiang Li 2016-01-14 10:27:44 -0800
  • 497bbd3010 *: FatalStack to stacktrace tests after timeout Gyu-Ho Lee 2016-01-14 10:00:52 -0800
  • 2eac21ae0a Merge pull request #4210 from xiang90/fix_panic Xiang Li 2016-01-14 08:05:46 -0800
  • ec0877b239 Merge pull request #4212 from gyuho/typo_packages Jonathan Boulle 2016-01-14 13:29:52 +0100
  • b6077f9d57 *: fix minor typos Gyu-Ho Lee 2016-01-14 01:28:29 -0800
  • f2b0689f74 storage: fix panic in test Xiang Li 2016-01-13 22:36:54 -0800
  • 84d7318820 Merge pull request #4208 from xiang90/fix_test Xiang Li 2016-01-13 22:52:15 -0800
  • e1de19bf75 backend: make test more reliable Xiang Li 2016-01-13 21:57:40 -0800
  • 0f782762f4 Merge pull request #4179 from wangjia184/master Xiang Li 2016-01-13 21:19:44 -0800
  • 5a3ba5202d doc/libraries-and-tools.md: add .net client library wj 2016-01-10 12:38:52 +0800
  • 6c82d768b2 Merge pull request #4201 from mitake/benchmark-pprof Xiang Li 2016-01-13 20:17:30 -0800
  • 1c802e9266 tools/benchmark: add flags for pprof to storage put Hitoshi Mitake 2016-01-08 17:31:28 +0900
  • a8a786598d Merge pull request #4206 from xiang90/fix_test Xiang Li 2016-01-13 16:15:07 -0800
  • 0cba12d991 storage: extend timeout for slow CI Xiang Li 2016-01-13 15:37:45 -0800
  • 5f3f09f82d Merge pull request #4200 from mitake/deadcode Xiang Li 2016-01-13 15:24:05 -0800
  • 9e11da50ad Merge pull request #4190 from heyitsanthony/v3-integration-test Anthony Romano 2016-01-13 14:46:11 -0800
  • 53186da0a9 integration: a few v3 grpc api tests Anthony Romano 2016-01-11 13:56:51 -0800
  • 4abb231505 *: bump to v2.2.4+git Gyu-Ho Lee 2016-01-13 14:22:16 -0800
  • 6949f052c4 integration: add support for grpc server and client Anthony Romano 2016-01-13 11:57:27 -0800
  • bdee27b19e *: bump to v2.2.4 v2.2.4 Gyu-Ho Lee 2016-01-13 14:07:39 -0800
  • 7f684641a3 Godeps: remove golang.org/x/net/netutil Anthony Romano 2016-01-08 10:32:25 -0800
  • d54cf26bed etcdmain: support keep alive listeners on limit listener connections Anthony Romano 2016-01-08 10:10:05 -0800
  • d3e73aadab etcdmain: tls listener MUST be at the outer layer of all listeners Xiang Li 2016-01-06 21:59:38 -0800
  • e340928988 etcdctl: ignore value in updatedir command Gyu-Ho Lee 2016-01-06 16:34:39 -0800