etcd/store
Xiang Li 973bde9a07 feat(get): get from quorum 2014-06-22 21:33:38 -07:00
..
v2 feat(get): get from quorum 2014-06-22 21:33:38 -07:00
command_factory.go feat(get): get from quorum 2014-06-22 21:33:38 -07:00
event.go Merge pull request #524 from yifan-gu/remove_omitempty_on_value 2014-02-18 07:08:00 -08:00
event_history.go refactor(store/event_history): cleanup some comments 2013-12-22 15:42:10 -08:00
event_queue.go fix(event_history) fix a bug in event queue 2013-12-22 15:42:10 -08:00
event_test.go test(store/event_test): add a test for a full queue 2013-12-22 15:42:51 -08:00
heap_test.go refactor(Node) do not expose node struct 2013-11-28 11:33:23 -05:00
node.go fix(server/key): unable to update unexpired ttl 2014-04-14 11:03:46 -07:00
node_extern.go fix(store): make NodeExtern.Value a *string 2014-02-18 00:50:44 -05:00
response_v1.go fix(store): make NodeExtern.Value a *string 2014-02-18 00:50:44 -05:00
stats.go track CompareAndDelete stats 2013-11-30 10:05:48 -07:00
stats_test.go bump(github.com/stretchr/testify): 9cc77fa25329013ce07362c7742952ff887361f2 2014-02-02 16:57:36 -08:00
store.go fix(store): synchronize access to CurrentIndex 2014-05-20 13:53:47 -07:00
store_bench_test.go fix(store/store_bench): don't use rand 2014-01-21 17:01:26 -08:00
store_test.go fix(store.go) include node.dir = true when updating a directory's ttl, fixes coreos/etcd#736 2014-04-17 15:15:41 -07:00
ttl.go fix server/server.go accept name when creating a when server; gofmt 2013-10-13 10:44:40 -07:00
ttl_key_heap.go refactor(Node) do not expose node struct 2013-11-28 11:33:23 -05:00
watcher.go fix(store/watch): fix the slow consumer bug 2014-02-14 16:52:40 -08:00
watcher_hub.go fix(store/watch): fix the slow consumer bug 2014-02-14 16:52:40 -08:00
watcher_hub_test.go fix(watcher_hub) isHidden checks the length of the watchPath before getting subString of keyPath 2014-02-06 11:09:47 -05:00
watcher_test.go feat(stream watchers) add stream watcher support 2014-01-09 15:28:33 +08:00