Brandon Philips 19ef1042d6 Merge pull request #497 from philips/store-bench-no-rand vor 12 Jahren
..
v2 cc10b1084d Merge branch 'master' of https://github.com/coreos/etcd into logging vor 12 Jahren
command_factory.go 9cf1fcc987 refactor(compareAndDelete) vor 12 Jahren
event.go 189b98c03f refactor(node_extern.go) remove unused prevValue field vor 12 Jahren
event_history.go 317b34f4a0 refactor(store/event_history): cleanup some comments vor 12 Jahren
event_queue.go ef988020b7 fix(event_history) fix a bug in event queue vor 12 Jahren
event_test.go e1d909eb0e test(store/event_test): add a test for a full queue vor 12 Jahren
heap_test.go 08c59895b5 refactor(Node) do not expose node struct vor 12 Jahren
node.go a2e5bae951 fix(store): TTL should range 1..n rather than 1..n+1 vor 12 Jahren
node_extern.go 189b98c03f refactor(node_extern.go) remove unused prevValue field vor 12 Jahren
response_v1.go baaaf24f70 (feat) v1 apt backward support vor 12 Jahren
stats.go 5b739f6166 track CompareAndDelete stats vor 12 Jahren
stats_test.go b556252358 tests fix all tests vor 12 Jahren
store.go 7a948746a8 fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub vor 12 Jahren
store_bench_test.go 80c22a4fb2 fix(store/store_bench): don't use rand vor 12 Jahren
store_test.go 641edd4e6e test(store): group together all store tests that deal with hidden keys vor 12 Jahren
ttl.go 0c5808eeec fix server/server.go accept name when creating a when server; gofmt vor 12 Jahren
ttl_key_heap.go 08c59895b5 refactor(Node) do not expose node struct vor 12 Jahren
watcher.go c247d807af feat(stream watchers) end streaming if too many notifications vor 12 Jahren
watcher_hub.go 823fdfab12 fix(store): make isHidden see if any portion of the path is hidden, not just the last element vor 12 Jahren
watcher_test.go 22a25a18b3 feat(stream watchers) add stream watcher support vor 12 Jahren