Histórico de Commits

Autor SHA1 Mensagem Data
  Gyuho Lee 9561f6b3b6 clientv3: rewrite based on 3.4 há 5 anos atrás
  Jordan Liggitt 1fea97b898 clientv3: backoff on reestablishing watches when Unavailable errors are encountered há 6 anos atrás
  Gyuho Lee 497412c588 clientv3: call other APIs with default gRPC call options há 7 anos atrás
  Gyu-Ho Lee 5d98710b2e api/v3rpc: deprecate grpc.Errorf há 7 anos atrás
  Gyu-Ho Lee 1fa60c9882 clientv3: add TODO for watch retry há 7 anos atrás
  Gyu-Ho Lee f65aee0759 *: replace 'golang.org/x/net/context' with 'context' há 7 anos atrás
  Anthony Romano 2d0eec0b35 clientv3: goword spelling check há 7 anos atrás
  Anthony Romano 1c75c383a1 clientv3: use FromOutgoingContext to bucket watches há 7 anos atrás
  Anthony Romano 318caeee7e clientv3: return CompactRevision wresp when set with Canceled há 7 anos atrás
  Anthony Romano 13d9438cf9 clientv3: clarify Watch close conditions há 7 anos atrás
  fanmin shi 762b2c625c clientv3: change watchGrpcStream Close() to close() há 7 anos atrás
  Hitoshi Mitake 939912c425 clientv3, etcdserver: support auth in Watch() há 7 anos atrás
  Anthony Romano ca4acceb1e clientv3: set current revision to create rev regardless of CreateNotify há 7 anos atrás
  Anthony Romano 4ab818a856 clientv3: only update initReq.rev == 0 with creation watch revision há 7 anos atrás
  Anthony Romano aab2eda7df clientv3: register waitCancelSubstreams closingc goroutine with waitgroup há 7 anos atrás
  Anthony Romano a39107a3b8 clientv3: use waitgroup to wait for substream goroutine teardown há 7 anos atrás
  Anthony Romano a087325452 clientv3: close open watch channel if substream is closing on reconnect há 7 anos atrás
  Anthony Romano 1aeeb38459 clientv3: let watchers cancel when reconnecting há 8 anos atrás
  Gyu-Ho Lee 0a3d45a307 clientv3: send create event over outc há 8 anos atrás
  Anthony Romano c100e40715 clientv3: only receive from closing streams in Watcher close há 8 anos atrás
  Anthony Romano b980ab0c67 Merge pull request #6582 from heyitsanthony/fix-cancel-close há 8 anos atrás
  Anthony Romano 06d5cf2d52 clientv3: fix race on watch initial revision há 8 anos atrás
  Anthony Romano e285f599e2 clientv3: only return closing error to watcher if context is not canceled há 8 anos atrás
  Anthony Romano 5b50658118 clientv3: simplify watch synchronization há 8 anos atrás
  Anthony Romano bf2581390d clientv3: make IsProgressNotify() false on compact event and closed channel há 8 anos atrás
  Anthony Romano a32518006c clientv3: process closed watcherStreams in watcherGrpcStream run loop há 8 anos atrás
  Anthony Romano ad318ee891 clientv3: drain buffered WatchResponses before resuming há 8 anos atrás
  Anthony Romano 7b2f769643 clientv3: only resume watcher if error is non-halting há 8 anos atrás
  Anthony Romano 1c83a46c6d clientv3: handle watchGrpcStream shutdown if prior to goroutine start há 8 anos atrás
  Anthony Romano 5e651a0d0d clientv3: close watcher stream once all watchers detach há 8 anos atrás