Commit Graph

  • 0813139140 storage: add more tests for index Yicheng Qin 2015-08-24 22:36:16 -0700
  • 3723f01b48 storage: add more unit tests for keyIndex Yicheng Qin 2015-08-24 11:29:08 -0700
  • ad8a291dc1 storage: return error when tombstone on new generation Yicheng Qin 2015-08-24 23:52:14 -0700
  • ffa87f9678 storage: fix the comment in generation.walk Yicheng Qin 2015-08-24 20:06:13 -0700
  • 8f6bf029f8 etcdserver: specify request timeout error due to connection lost Yicheng Qin 2015-08-25 15:14:41 -0700
  • 76db9747f8 Merge pull request #3377 from yichengq/tls-info-string Yicheng Qin 2015-08-25 22:45:10 -0700
  • 45bb88069b Merge pull request #3378 from yichengq/set-late Yicheng Qin 2015-08-25 22:38:36 -0700
  • 58455a2ae4 etcdmain: check error before assigning peer transport Yicheng Qin 2015-08-25 21:59:56 -0700
  • 57e88465bf pkg/transport: print ClientCertAuth in TLSInfo.String() Yicheng Qin 2015-08-25 21:53:52 -0700
  • 6250fed8a8 Merge pull request #3096 from philips/tls-info-debug Yicheng Qin 2015-08-25 20:08:19 -0700
  • 008f988f6b Merge pull request #3375 from xiang90/doc Xiang Li 2015-08-25 14:48:35 -0700
  • 2b58da1699 Merge pull request #3374 from yichengq/gomaxprocs Yicheng Qin 2015-08-25 14:48:00 -0700
  • 35a0459cc8 doc: add evn variable name to configuration.md Xiang Li 2015-08-25 14:35:15 -0700
  • 32ab3f6931 Merge pull request #3372 from xiang90/doc Xiang Li 2015-08-25 14:04:30 -0700
  • c30c85898e doc: add explanation for client urls Xiang Li 2015-08-25 11:32:46 -0700
  • 2ac9a329ab etcdmain: stop setting GOMAXPROCS explicitly Yicheng Qin 2015-08-25 12:08:52 -0700
  • a4285ef5c9 Merge pull request #3367 from MSamman/master Yicheng Qin 2015-08-25 13:12:48 -0700
  • e2e002f94e etcdserver: handle malformed basic auth Mohammad Samman 2015-08-24 11:10:19 -0700
  • 7bd558b2e0 Merge pull request #3373 from ecnahc515/add_report_bugs_contributing Xiang Li 2015-08-25 12:17:06 -0700
  • ad843341a9 Contributing: Link to reporting bugs doc Chance Zibolski 2015-08-25 12:13:10 -0700
  • f56c5455f3 doc: mention reconfiguration design in clustering.md Xiang Li 2015-08-25 11:22:08 -0700
  • 986f354694 Merge pull request #3371 from xiang90/bolt Xiang Li 2015-08-25 11:17:14 -0700
  • e8f40b0412 storage/backend: add commitAndStop Xiang Li 2015-08-25 10:57:23 -0700
  • 8738a88fae Godeps: update bolt dependency Xiang Li 2015-08-25 10:39:29 -0700
  • 2d06f6b371 Merge pull request #3362 from yichengq/rafthttp-cancel Yicheng Qin 2015-08-25 09:26:46 -0700
  • 61a75b3d48 rafthttp: always cancel in-flight request when pipeline.send Yicheng Qin 2015-08-24 10:33:21 -0700
  • 27b9963959 client: always cancel in-flight request when do request Yicheng Qin 2015-08-24 10:42:28 -0700
  • ece39c9462 proxy: always cancel in-flight request Yicheng Qin 2015-08-24 10:51:17 -0700
  • 6fc638673c rafthttp: return err if stopped before setting cancel in dial() Yicheng Qin 2015-08-25 08:52:48 -0700
  • fc95ec0cc6 rafthttp: always cancel in-flight request when stop streamReader Yicheng Qin 2015-08-24 07:28:36 -0700
  • 0132b091d2 Merge pull request #3360 from yichengq/bench-3 Yicheng Qin 2015-08-25 07:58:30 -0700
  • 3632a1b9b1 *: add initial read benchmark for etcd v3 Yicheng Qin 2015-08-22 23:02:22 -0700
  • e3ef1d363a Merge pull request #3366 from xiang90/v3_proto Xiang Li 2015-08-24 11:22:29 -0700
  • 0cb45aee64 rfc: update v3 proto Xiang Li 2015-08-24 10:58:05 -0700
  • 1cccbb5ebd etcdserverpb: add comments for compaction Xiang Li 2015-08-24 10:52:54 -0700
  • 3a60d490d1 storagepb: fix comment location Xiang Li 2015-08-24 10:42:16 -0700
  • 4a5b94478e etcdserverpb: update comment for txn request Xiang Li 2015-08-24 10:40:05 -0700
  • 98ceb3cdbd etcdserverpb: add more field into rangeResponse Xiang Li 2015-08-24 10:33:20 -0700
  • c7f10ed975 Merge pull request #3361 from yichengq/no-log Yicheng Qin 2015-08-24 09:44:13 -0700
  • 3702be476b integration: only print critical log Yicheng Qin 2015-08-23 21:16:18 -0700
  • 514c4371a9 Merge pull request #3359 from yichengq/storage-test Yicheng Qin 2015-08-23 21:12:36 -0700
  • 1e2b0acf6d test: activate test for storage package Yicheng Qin 2015-08-22 17:40:11 -0700
  • 9c0c314425 storage: add functional tests for the package Yicheng Qin 2015-08-22 17:38:54 -0700
  • 9960651c3f storage: let range work in the process of txn Yicheng Qin 2015-08-22 17:30:59 -0700
  • 6d97dcaf3f storage: ensure that desired compaction is persisted Yicheng Qin 2015-08-22 16:47:19 -0700
  • 353f10ca2b storage: reject to compact on future rev Yicheng Qin 2015-08-22 16:44:39 -0700
  • 47b243be5d storage: let TxnDeleteRange return rev if no error Yicheng Qin 2015-08-22 16:42:27 -0700
  • 62f7481b19 storage: keyIndex.get returns err when key is tombstoned Yicheng Qin 2015-08-22 16:39:29 -0700
  • 3b2fa9f1de storage: fix TestKeyIndexCompact Yicheng Qin 2015-08-22 17:57:12 -0700
  • 97b211c8ba Merge pull request #3357 from ccding/master Xiang Li 2015-08-22 10:29:29 -0700
  • c09b667d57 *: fix go vet reported issues Cong Ding 2015-08-22 12:07:53 -0500
  • 044b23c3ca Merge pull request #3356 from xiang90/travis Xiang Li 2015-08-21 18:59:51 -0700
  • 6b23a8131f *: test gofmt with -s and fix reported issues Xiang Li 2015-08-21 18:52:16 -0700
  • 151c18d650 *: bump to v2.1.2+git Yicheng Qin 2015-08-21 16:20:16 -0700
  • ff8d1ecb9f *: bump to v2.1.2 v2.1.2 Yicheng Qin 2015-08-21 16:19:55 -0700
  • ccb67a691b pkg/netutil: stop resolving in place Yicheng Qin 2015-08-21 12:09:17 -0700
  • 059233768e pkg/netutil: not introduce empty url when converting Yicheng Qin 2015-08-21 12:01:00 -0700
  • c530acf6a4 pkg/netutil: not export resolve and urlsEqual functions Yicheng Qin 2015-08-21 11:58:37 -0700
  • bad1b20620 pkg/netutil: fix false negative comparison Yicheng Qin 2015-08-21 10:15:08 -0700
  • 89640cf08f etcdserver: remove TODO to delete URLStringsEqual Yicheng Qin 2015-08-21 09:51:07 -0700
  • bbefb0ad0b Revert "Revert "Treat URLs have same IP address as same"" Yicheng Qin 2015-08-21 09:41:13 -0700
  • 8e0706583c etcdmain: print out version information on startup Xiang Li 2015-08-20 14:48:53 -0700
  • cd2a2182cf etcdctl/cluster_health: set health var when checked healthy Yicheng Qin 2015-08-21 15:27:35 -0700
  • 301b7f57c0 Merge pull request #3355 from yichengq/health-var Yicheng Qin 2015-08-21 15:37:15 -0700
  • 224755855d etcdctl/cluster_health: set health var when checked healthy Yicheng Qin 2015-08-21 15:27:35 -0700
  • 8d410bdfcb etcdctl: use health endpoint to greatly simplify health checking Xiang Li 2015-08-18 15:04:41 -0700
  • 0a2d2b8b9d etcdctl: cluster-health supports forever flag Xiang Li 2015-07-30 10:01:47 +0800
  • 6c9e876d7a etcdctl: refactor the way to check cluster health Yicheng Qin 2015-07-23 16:49:31 -0700
  • a845f82d4f etcdctl: health use etcd/client Xiang Li 2015-06-05 19:46:55 -0700
  • c1c23626cb raft: downgrade the logging around snapshot to debugf Xiang Li 2015-08-18 15:43:49 -0700
  • ac67aa9f63 etcdhttp:write etcderror for all errors in keyhandler Xiang Li 2015-08-17 15:51:29 -0700
  • 52c5203370 *: key handler should write auth error as etcd error Xiang Li 2015-08-17 13:30:39 -0700
  • 27bfb3fcb2 etcdserver: improve error message when timeout due to leader fail Yicheng Qin 2015-08-13 15:46:21 -0700
  • 084936a920 etcdserver: specify timeout caused by leader election Yicheng Qin 2015-08-12 13:38:43 -0700
  • d2ecd9cecf test: race detector doesn't work on armv7l Brandon Philips 2015-08-08 17:45:13 -0700
  • 07b82832f0 etcdserver: move atomics to make etcd work on arm64 Brandon Philips 2015-08-08 17:40:12 -0700
  • 61f4e74652 etcdmain: reject unreasonably high values of -election-timeout Yicheng Qin 2015-07-23 14:48:11 -0700
  • 331ecdf8c8 client: return correct error for 50x response Yicheng Qin 2015-08-04 22:21:54 -0700
  • 3a346eac25 discovery: print out detailed cluster error Xiang Li 2015-07-29 23:04:12 +0800
  • 97605046c1 client: return cluster error if the etcd cluster is not avaliable Xiang Li 2015-07-20 08:24:42 +0800
  • 84b614c508 Merge pull request #3342 from xiang90/travis Xiang Li 2015-08-21 14:49:00 -0700
  • 1dcc145aef client: fix test Xiang Li 2015-08-21 14:36:29 -0700
  • 41ecf7f722 etcdmain: Don't print flags when flag parse error Guohua Ouyang 2015-07-22 09:01:19 +0800
  • fcd564efb8 etcdmian: fix initialization confilct Xiang Li 2015-07-19 09:53:57 +0800
  • 0876c5e1ef etcdmain: warn when listening on HTTP if TLS is set Yicheng Qin 2015-07-15 16:44:00 -0700
  • ef80bb5cbf pkg/transport: fix HTTPS downgrade bug for keepalive listener Yicheng Qin 2015-07-14 12:18:15 -0700
  • 8c0610d4f5 Merge pull request #3352 from yichengq/fix-name-url Yicheng Qin 2015-08-21 12:38:38 -0700
  • 3c1e6b54b3 pkg/netutil: stop resolving in place Yicheng Qin 2015-08-21 12:09:17 -0700
  • 1c334979cd pkg/netutil: not introduce empty url when converting Yicheng Qin 2015-08-21 12:01:00 -0700
  • 7b871aab41 pkg/netutil: not export resolve and urlsEqual functions Yicheng Qin 2015-08-21 11:58:37 -0700
  • b1192e5c48 pkg/netutil: fix false negative comparison Yicheng Qin 2015-08-21 10:15:08 -0700
  • 72462a72fb etcdserver: remove TODO to delete URLStringsEqual Yicheng Qin 2015-08-21 09:51:07 -0700
  • 8ea3d157c5 Revert "Revert "Treat URLs have same IP address as same"" Yicheng Qin 2015-08-21 09:41:13 -0700
  • 07af0b3e5b Merge pull request #3346 from xiang90/auth_skip Xiang Li 2015-08-20 23:32:29 -0700
  • 11a689d063 etcdserver/auth: cache auth enable result Xiang Li 2015-08-20 16:13:27 -0700
  • e8e507b29b Merge pull request #3348 from xiang90/l Xiang Li 2015-08-20 22:44:51 -0700
  • ff37cc455c pkg/transport: remove home-grown limitedListener Xiang Li 2015-08-20 20:03:27 -0700
  • 92634356c1 *: use limitedListener from golang Xiang Li 2015-08-20 20:02:35 -0700
  • da9a12b97c Merge pull request #3344 from xiang90/startup_version Xiang Li 2015-08-20 15:10:25 -0700
  • 6b77c146ec etcdmain: print out version information on startup Xiang Li 2015-08-20 14:48:53 -0700