Commit History

Author SHA1 Message Date
  Gyu-Ho Lee 312c68a9c6 clientv3: deprecate grpc.ErrClientConnTimeout errors 7 years ago
  Anthony Romano 4669aaa9a2 clientv3: only retry mutable KV RPCs if no endpoints found 7 years ago
  Saksham Sharma 2a30a754e9 clientv3: add keep-alive to connection 7 years ago
  Gyu-Ho Lee 5e059fd8dc *: use metadata Incoming/OutgoingContext 7 years ago
  Anthony Romano ea8561c35c clientv3: support unixs:// scheme 7 years ago
  Anthony Romano 8effbda3a7 clientv3: use Endpoints[0] to initialize grpc creds 7 years ago
  Iwasaki Yudai aa85b0cea7 clientv3: Do no stop keep alive loop by server side errors 7 years ago
  Hitoshi Mitake e1306bff8f *: simply ignore ErrAuthNotEnabled in clientv3 if auth is not enabled 7 years ago
  Anthony Romano 9b8e39e7ca clientv3: let client.Dial() dial endpoints not in the balancer 7 years ago
  Anthony Romano d42c1f5131 Merge pull request #7646 from andelf/fix-unix-socket-url 7 years ago
  andelf 4f27981c46 *: fix a bug in handling unix socket urls 7 years ago
  Anthony Romano 62d7bae496 clientv3: respect dial timeout when authenticating 7 years ago
  Anthony Romano a2cdd908dc clientv3: permit creating client without grpc connection 7 years ago
  Anthony Romano 270dc9427b clientv3: pass back dial error on dial timeout 7 years ago
  Anthony Romano 4d2aa80ecf clientv3: add cluster version checking 7 years ago
  Anthony Romano c9452c6ad4 clientv3: let user provide a client context through Config 7 years ago
  Anthony Romano 8c43bd06a0 clientv3: add DialOptions to config 7 years ago
  Anthony Romano b465b48476 clientv3: remove strict yaml dependency 7 years ago
  Anthony Romano 56286ccd29 clientv3: use DialContext 7 years ago
  Hitoshi Mitake d431b64d97 etcdserver, clientv3: handle a case of expired auth token 7 years ago
  Anthony Romano 246fb29d8a clientv3: close Lease on client Close 8 years ago
  Gyu-Ho Lee a08103c088 clientv3: return copy of endpoints, not pointer 8 years ago
  sharat 8fd1dd7862 clientv3: added client side metrics support 8 years ago
  Anthony Romano c100e40715 clientv3: only receive from closing streams in Watcher close 8 years ago
  Gyu-Ho Lee 084c407a8d clientv3: drop Config.Logger field 8 years ago
  Gyu-Ho Lee f45542394b clientv3: handle 'https' scheme in endpoint 8 years ago
  Gyu-Ho Lee cdb1e34799 clientv3: add 'Sync' method 8 years ago
  Gyu-Ho Lee b9d18d4ac9 clientv3: add 'SetEndpoints' method 8 years ago
  Anthony Romano 5e963608b7 clientv3: do not treat Internal codes as halting 8 years ago
  Anthony Romano 267063efd0 clientv3: use grpc codes to translate raw grpc errors 8 years ago