Commit History

Author SHA1 Message Date
  Anthony Romano 62f8ec25c0 clientv3: use grpc reconnection logic 8 years ago
  Anthony Romano 267d1cb16f clientv3: fix watch to reconnect on failure 8 years ago
  Gyu-Ho Lee 75dc10574a clientv3: watch resp with error when client close 8 years ago
  Gyu-Ho Lee f9306fb817 clientv3: preallocate watch streams slice 8 years ago
  Gyu-Ho Lee 86c85b88ad Merge pull request #5377 from purpleidea/bug/typos 8 years ago
  James Shubin 42f3b4964f clientv3: fix typos 8 years ago
  Gyu-Ho Lee fd9e07a529 clientv3: update LICENSE header 8 years ago
  Anthony Romano 712090fc09 clientv3: keep watcher client active if reconnect has network error 8 years ago
  Anthony Romano cdc8f99658 clientv3: rework reconnection logic 8 years ago
  Anthony Romano 8b52fd0d2d clientv3: gracefully handle watcher resume on compacted revision 8 years ago
  Gyu-Ho Lee 2e3d79a7bf clientv3: convert errors to rpctypes on returning 8 years ago
  Anthony Romano b7ac758969 *: rename storage package to mvcc 8 years ago
  Hongchao Deng aa11dafaf8 clientv3: expose event type in user API 8 years ago
  Gyu-Ho Lee b0cc0e443c *: clean up if, bool comparison 8 years ago
  Anthony Romano 4bdfc0a46d clientv3: fix race on writing watch channel over return channel 8 years ago
  Anthony Romano e129223dbe clientv3: fix race in watcher resume 8 years ago
  Anthony Romano bd832e5b0a *: migrate Godeps to vendor/ 8 years ago
  Anthony Romano 44753594ec v3rpc: move errors to v3rpc/rpctypes 8 years ago
  Xiang Li e708bc14d7 Merge pull request #4689 from hongchaodeng/master 8 years ago
  Hongchao Deng 5e017e94f9 watch.go: docs on WatchResponse.Canceled 8 years ago
  Gyu-Ho Lee 450b586011 clientv3: add IsProgressNotify with example 8 years ago
  Gyu-Ho Lee 27316196d8 clientv3: add WithProgressNotify 8 years ago
  Anthony Romano 1e16758029 clientv3: add Err() to WatchResponse 8 years ago
  Anthony Romano 16c35167df clientv3: do not reconnect on request context cancellation 8 years ago
  Anthony Romano 8dbc6cfd43 etcdserver: ranges in watcher rpc protocol 8 years ago
  Anthony Romano d02b1c982f clientv3: return closed channel on Watch() cancel 8 years ago
  Gyu-Ho Lee a78604dacb *: watch true cancel, created for wrong rev 8 years ago
  Gyu-Ho Lee 8f7948641c contrib/recipes: replace WatchPrefix with Watch 8 years ago
  Gyu-Ho Lee a24d276891 clientv3: combine Watch, WatchPrefix with variadic 8 years ago
  Anthony Romano f66162932c clientv3: fix current watcher reconnection 8 years ago