Commit Graph

  • 1b5e41e3f4 doc: add reporting bug doc Xiang Li 2015-07-21 09:11:21 +0800
  • 93002caca5 Merge pull request #3165 from yichengq/client-quorum Yicheng Qin 2015-07-22 16:54:14 -0700
  • b20b87893f client: add Quorum option in getOption Yicheng Qin 2015-07-21 14:16:07 -0700
  • 6be02ff5ec etcdmian: fix initialization confilct Xiang Li 2015-07-19 09:53:57 +0800
  • 24db661401 etcdmain: warn when listening on HTTP if TLS is set Yicheng Qin 2015-07-15 16:44:00 -0700
  • 604709cad7 etcdctl: update -peers to default to use schema Yicheng Qin 2015-07-16 10:55:39 -0700
  • d9c27138fa discovery: return bad discovery endpoint error Xiang Li 2015-07-15 07:46:49 +0800
  • d2dac0fe59 client: consume json error and return ErrInvaildJSON Xiang Li 2015-07-15 07:35:57 +0800
  • 6317abf7e4 pkg/transport: fix HTTPS downgrade bug for keepalive listener Yicheng Qin 2015-07-14 12:18:15 -0700
  • 43437e21f9 etcdctl: added domain discovery flag Mohammad Samman 2015-07-10 22:41:30 -0600
  • dc3f7f5d90 *: detect duplicate name for discovery bootstrap Xiang Li 2015-07-02 18:16:49 -0700
  • b8279b3591 types: add len func for urlmaps Xiang Li 2015-07-02 18:16:30 -0700
  • ee82ee05b4 etcdctl: support member update command Xiang Li 2015-07-01 13:55:00 -0700
  • 6e3769d39e client: add member update Xiang Li 2015-07-01 13:38:03 -0700
  • 9f9661f513 etcdctl: print out key and action when watching recursively Xiang Li 2015-07-01 12:57:14 -0700
  • 87ef0f0b3e godep: remove go-etcd dependency Xiang Li 2015-06-05 19:47:45 -0700
  • 071ad9f72b etcdctl: health use etcd/client Xiang Li 2015-06-05 19:46:55 -0700
  • 0b1ddce889 etcdctl: import snap use etcd/client Xiang Li 2015-06-05 19:30:18 -0700
  • adeb101e04 etcdctl: remove old stuff Xiang Li 2015-06-05 17:10:27 -0700
  • 759c156e3e etcdctl: exec_watch use etcd/client Xiang Li 2015-06-05 17:06:24 -0700
  • 5b01b3877f etcdctl: watch use etcd/client Xiang Li 2015-06-05 16:22:37 -0700
  • b20c06348d etcdctl: ls use etcd/client Xiang Li 2015-06-05 13:36:17 -0700
  • ae1669de26 etcdctl: updatedir use etcd/client Xiang Li 2015-06-05 13:15:50 -0700
  • f12ae45c6a etcdctl: update use etcd/client Xiang Li 2015-06-05 13:09:25 -0700
  • 58b19a7c1e etcdctl: rmdir use etcd/client Xiang Li 2015-06-05 13:00:23 -0700
  • 9d7a8dd2b0 etcdctl: mk use etcd/client Xiang Li 2015-06-05 10:24:17 -0700
  • 61befc7ce6 etcdctl: minor cleanup Xiang Li 2015-06-05 10:07:17 -0700
  • e3fcc450cf etcdctl: make rm use etcd/client Xiang Li 2015-06-04 16:44:29 -0700
  • 9d9c3a7180 etcdctl: make setdir/mkdir use etcd/client Xiang Li 2015-06-04 09:38:10 -0700
  • db4b18aee3 etcdctl: make set command use etcd/client Xiang Li 2015-06-04 09:01:44 -0700
  • e9478ba630 etcdctl: make get command use etcd/client Xiang Li 2015-06-03 20:26:13 -0700
  • 147b14cfc0 *: bump to v2.1.1+git Yicheng Qin 2015-07-21 10:43:49 -0700
  • 6335fdc595 *: bump to v2.1.1 v2.1.1 Yicheng Qin 2015-07-21 10:41:26 -0700
  • ca540b23dc Merge pull request #3158 from yichengq/exp-auth v2.1.0 Yicheng Qin 2015-07-21 10:24:11 -0700
  • 097ec0f25b docs: add experimental notice on auth doc Yicheng Qin 2015-07-20 15:24:40 -0700
  • ed444419c0 Merge pull request #3160 from ryandoyle/docs-nss-etcd Xiang Li 2015-07-21 08:53:08 +0800
  • d373645b8c docs: glibc NSS module for resolving names in etcd Ryan Doyle 2015-07-21 10:33:23 +1000
  • d86e94b824 Merge pull request #3128 from yichengq/doc-watch-api Yicheng Qin 2015-07-20 14:54:26 -0700
  • d52cb2e5d9 docs: add watch command and correct the example Yicheng Qin 2015-07-14 00:33:28 -0700
  • 40681bdf03 Merge pull request #3146 from a-robinson/snap Xiang Li 2015-07-17 06:03:33 +0800
  • 7d38115cb2 Merge pull request #3148 from yichengq/update-contact Yicheng Qin 2015-07-16 15:01:54 -0700
  • f8baa4ebe0 Merge pull request #3138 from barakmich/auth_doc Barak Michener 2015-07-16 16:41:15 -0400
  • 9b962c8350 README: let roadmap point to ROADMAP.md Yicheng Qin 2015-07-16 12:54:46 -0700
  • c1aed32920 README: update irc channel to #etcd Yicheng Qin 2015-07-16 12:52:26 -0700
  • 57a5520157 snap: Record the snapshot save duration on success rather than only on error. Alex Robinson 2015-07-16 09:52:10 -0700
  • 452a327334 documentation: Add authentication walkthrough with etcdctl. Fixes #2949 Barak Michener 2015-07-15 14:35:46 -0400
  • ebbb0caff0 Merge pull request #3136 from yichengq/fix-proxy-doc Yicheng Qin 2015-07-15 11:30:07 -0700
  • d0e976ad4b docs: fix wrong proxy command Yicheng Qin 2015-07-15 08:37:10 -0700
  • d0e3e2c992 Merge pull request #3131 from yichengq/remove-header-timeout Xiang Li 2015-07-15 07:50:36 +0800
  • 1db176151b discovery: remove ResponseHeaderTimeout when discovery Yicheng Qin 2015-07-14 16:19:11 -0700
  • f52db1c08e docs: add back original example w/index=prevIndex Michael Schurter 2015-06-10 10:48:14 -0700
  • b94f6595e6 docs: rewrite existing docs instead of adding a new section Michael Schurter 2015-04-30 11:23:55 -0700
  • 953a59d554 Merge pull request #3127 from yanana/emend-error-message Xiang Li 2015-07-14 13:46:08 +0800
  • d7276d6ace etcdmain: emend configuration error message Shun Yanaura 2015-07-14 14:28:23 +0900
  • d80f4c8aa2 Merge pull request #3125 from yichengq/doc-tuning Yicheng Qin 2015-07-13 16:52:11 -0700
  • 8b7c600009 docs: update tuning.md to match today's situation Yicheng Qin 2015-07-13 16:35:30 -0700
  • 7a520bb80b Merge pull request #3121 from yichengq/extend-schedule Yicheng Qin 2015-07-13 15:23:36 -0700
  • 1624235bb3 pkg/testutil: extend wait schedule time to 10ms Yicheng Qin 2015-07-11 21:40:04 -0700
  • 5be545b872 Merge pull request #3077 from yichengq/fix-test-sync Yicheng Qin 2015-07-10 14:44:52 -0700
  • c7a949349e Merge pull request #3113 from xiang90/fix_proxy_bt Xiang Li 2015-07-10 14:12:45 -0600
  • dedabddcb3 etcdmain: proxy ignores discovery if it is initialized Xiang Li 2015-07-10 12:52:24 -0700
  • 61e9b99edb Merge pull request #2417 from kelseyhightower/improve-etcdctl-ls-command-help Xiang Li 2015-07-09 11:33:19 -0600
  • 4631b727c0 Merge pull request #3105 from xiang90/rd Xiang Li 2015-07-09 11:27:05 -0600
  • 11452585bb doc: add rolling upgrade doc for 2.1 Xiang Li 2015-07-07 10:38:58 -0700
  • 8ab388fa56 Merge pull request #3001 from mwitkow-io/feature/rich_metrics Xiang Li 2015-07-07 08:12:06 -0700
  • 7bca757d09 *: add metrics to `store` and `proxy`. Michal Witkowski 2015-06-17 14:32:13 +0100
  • 573f62f7a5 Merge pull request #3101 from yichengq/check-err Yicheng Qin 2015-07-06 18:10:31 -0700
  • e7ed7a7b7a integration: always check error for function calls Yicheng Qin 2015-07-06 16:21:56 -0700
  • 121ff4684c Merge pull request #3097 from philips/tls-churn-faq Brandon Philips 2015-07-04 15:30:42 -0700
  • 83fe8187f4 Documentation/security: add FAQ about peer TLS and etcd 2.0.x Brandon Philips 2015-07-04 15:27:09 -0700
  • 09b9c30beb pkg/transport: include debug output for trusted-ca Brandon Philips 2015-07-04 14:22:09 -0700
  • cbe00e4415 Merge pull request #2967 from webner/feature/proxy-config Xiang Li 2015-07-03 11:51:15 -0700
  • 954e416bf6 proxy: fixed director.go formatting Wolfgang Ebner 2015-07-03 14:11:40 +0200
  • 883bb47dcf Merge pull request #3074 from xiang90/storage_restore Xiang Li 2015-06-30 09:20:19 -0700
  • eff67afc60 Merge pull request #3081 from xiang90/storage_fix Xiang Li 2015-06-29 22:05:46 -0700
  • 585e74a1b1 Merge pull request #3080 from xiang90/rpc Xiang Li 2015-06-29 22:04:47 -0700
  • f8b947a00b storage: fix small issues Xiang Li 2015-06-29 22:02:21 -0700
  • 2fb8347d36 etcdserver: add rpc proto Xiang Li 2015-06-29 18:59:24 -0700
  • 436bacd77a *: introduce grpc dependency Xiang Li 2015-06-29 18:59:00 -0700
  • 718cb18ca2 Merge pull request #3079 from xiang90/gogo Xiang Li 2015-06-29 18:50:49 -0700
  • 581ef05bab *: resolve proto warnings Xiang Li 2015-06-29 18:37:52 -0700
  • 621b43bacb Merge pull request #3078 from xiang90/gogo Xiang Li 2015-06-29 16:59:08 -0700
  • 13f44e4b79 *: update generated proto code Xiang Li 2015-06-29 16:05:55 -0700
  • 59b479e59b godep: update gogo version Xiang Li 2015-06-29 15:59:50 -0700
  • 7f95780bfb etcdserver: init raft internal var early Yicheng Qin 2015-06-29 15:34:15 -0700
  • 235aef5365 *: bump to v2.1.0-rc.0+git Yicheng Qin 2015-06-29 13:31:30 -0700
  • 00c32ef022 *: bump to v2.1.0-rc.0 v2.1.0-rc.0 Yicheng Qin 2015-06-29 13:31:00 -0700
  • 9884c9d977 Merge pull request #3075 from yichengq/fix-windows Yicheng Qin 2015-06-29 14:02:16 -0700
  • 207b67c72a Godeps/capnslog: bump to 99f6e6b8f8ea30b0f82769c1411691c44a66d015 Yicheng Qin 2015-06-29 13:45:30 -0700
  • 433f2ee1bc storage: correctly restore create and ver Xiang Li 2015-06-29 13:44:39 -0700
  • 8d3e3ff25a Merge pull request #3073 from xiang90/storage_ver Xiang Li 2015-06-29 13:19:02 -0700
  • ccca2b04da storage: save version Xiang Li 2015-06-29 12:47:17 -0700
  • bd84e678e6 Merge pull request #3061 from yichengq/fix-stream-test Yicheng Qin 2015-06-29 11:15:29 -0700
  • f421eaeff7 Merge pull request #3071 from yichengq/rename-rafthttp-metrics Yicheng Qin 2015-06-29 10:58:36 -0700
  • e01d53b853 Merge pull request #2979 from xiang90/fix_sendapp Xiang Li 2015-06-29 10:49:04 -0700
  • 28342ae097 rafthttp: avoid TestStream to use outdated stream Yicheng Qin 2015-06-29 10:46:54 -0700
  • 2afa6688ab Merge pull request #3069 from yichengq/init-term Yicheng Qin 2015-06-29 10:45:53 -0700
  • 606876154d rafthttp: message_sent_latency metrics: channel -> sendingType Yicheng Qin 2015-06-29 10:42:51 -0700
  • 4430a80c0f Merge pull request #3063 from yichengq/fix-create-root Yicheng Qin 2015-06-29 10:29:23 -0700
  • bb287fa22e Merge pull request #3051 from yichengq/doc-rafthttp-metrics Yicheng Qin 2015-06-29 10:22:50 -0700