Commit History

Author SHA1 Message Date
  Xiang Li 52c5203370 *: key handler should write auth error as etcd error 9 years ago
  Chance Zibolski 48e144ae2e client: Support creating directory through KeysAPI 9 years ago
  Brian Waldon ee9e336fd4 client: add Node.TTLDuration() 9 years ago
  Chance Zibolski d89a8628c6 client: Add CreateInOrder method to client.KeysAPI 9 years ago
  Xiang Li 666a97271d client: add dir/ttl fields into node 9 years ago
  Brian Waldon ece03fb987 client: drop unnecessary field deleteAction.Value 9 years ago
  Brian Waldon cd85451971 client: clarify relationship of AfterIndex and waitIndex 9 years ago
  Brian Waldon b174732812 client: introduce Error type 9 years ago
  Brian Waldon 8fdc6b154e client: document PrevExistType 9 years ago
  Brian Waldon 27de5eec76 client: document Response and Node structs 9 years ago
  Brian Waldon 1c03df62a5 client: WaitIndex -> AfterIndex 9 years ago
  Brian Waldon a834f297f9 client: document KeysAPI methods 9 years ago
  Brian Waldon 479a17dcbf client: add GetOptions.Sort 9 years ago
  Brian Waldon 84ede6fbec client: use options struct for KeysAPI.Get 9 years ago
  Brian Waldon 932351a00d client: document Watcher.Next 9 years ago
  Brian Waldon aee95468ba client: document MembersAPI/KeysAPI constructors 9 years ago
  Brian Waldon e885c6c5f4 client: document *Options 9 years ago
  Brian Waldon 88cea415a7 client: NewDiscoveryKeysAPI -> NewKeysAPIWithPrefix 9 years ago
  Brian Waldon 3d4e1f59dc client: drop unnecessary Nodes type 9 years ago
  Brian Waldon 7ff84351f5 client: centralize exported variables 9 years ago
  Brian Waldon bb9f016b91 client: unexport defaultV2KeysPrefix 9 years ago
  Brian Waldon 3fdda06602 client: s/SyncableHTTPClient/Client/g 9 years ago
  Brian Waldon bac1d2f420 client: unexport httpClient interface 9 years ago
  Brian Waldon 942f0f6b9e client: accept TTL through KeysAPI.Set 9 years ago
  Brian Waldon 3d53e9bfaa client: pass around options as pointers 9 years ago
  Brian Waldon 0a7e0875d5 client: copy DeleteOptions onto deleteAction 9 years ago
  Brian Waldon 025ee0379c client: copy SetOptions onto setAction 9 years ago
  Brian Waldon 01fc01ec69 client: KeysAPI.[R]Watch -> Watcher w/ opts struct 9 years ago
  Brian Waldon bc32060b1d client: support PrevIndex in SetOptions & DeleteOptions 9 years ago
  Brian Waldon 7ccf5eb476 client: support PrevValue in SetOptions & DeleteOptions 9 years ago