提交历史

作者 SHA1 备注 提交日期
  Brian Waldon 5c3a3db2d8 refactor(server): treat Server as an http.Handler 12 年之前
  Brian Waldon 074099a1b2 refactor(cors): Simplify corsInfo struct 12 年之前
  Brian Waldon a2ee620394 refactor(raft): init raft transporter & server in main 12 年之前
  Brian Waldon ffa2b07dc4 refactor(transporter): Pass in everything the transporter needs 12 年之前
  Brian Waldon 60bbc57aeb refactor(transporter): pass in timeouts 12 年之前
  Brian Waldon 86718167e8 refactor(peer_server): move stats construction to factories 12 年之前
  Brian Waldon 7bd4d05a38 refactor(peer-server): move listener init out of peer_server.go 12 年之前
  Brian Waldon d0c4916fe9 refactor(server): move listener init out of server.go 12 年之前
  Brian Waldon 91fc6aabd2 chore(gofmt): Run gofmt 12 年之前
  Brian Waldon c0ff8f6026 chore(imports): Shift around some imports 12 年之前
  Brian Waldon a93d60be90 refactor(cors): Break apart CORS data and middleware 12 年之前
  Brian Waldon c47760382e refactor(Server): Use a config struct in Server 12 年之前
  Brian Waldon 9c8a23c333 refactor(PeerServer): Use a config struct in PeerServer 12 年之前
  Brian Waldon 91f768f9ae refactor(cors): Rename cors_handler.go to cors.go 12 年之前
  Brandon Philips 6c48466bfe Merge pull request #500 from drusellers/patch-2 12 年之前
  Dru Sellers 5bf667851c adding .net client to the matrix 12 年之前
  Brandon Philips d77e3a203f Merge pull request #499 from drusellers/patch-1 12 年之前
  Dru Sellers c32dfa013d adding .net client 12 年之前
  Xiang Li 6b70efbe30 Merge pull request #498 from tobz/actually-hidden-keys 12 年之前
  tobz 641edd4e6e test(store): group together all store tests that deal with hidden keys 12 年之前
  tobz 823fdfab12 fix(store): make isHidden see if any portion of the path is hidden, not just the last element 12 年之前
  tobz 0cacb6cba4 test(store): exercise watchers receiving notifications of non-hidden keys within hidden directories 12 年之前
  tobz 7a948746a8 fix(store): move logic to handle whether or not to notify (re: hidden keys) entirely into watcher hub 12 年之前
  tobz 139f59f7d1 fix(store): properly hide hidden keys from watchers, not just gets 12 年之前
  Brian Waldon a417782151 Merge pull request #483 from bcwaldon/metrics 12 年之前
  Brandon Philips e87f3231a1 Merge pull request #496 from bcwaldon/droneio 12 年之前
  Brian Waldon fe39288ebf test(ci): Replace travis.ci with drone.io 12 年之前
  Brian Waldon 97bc5b260d feat(metrics): Publish peer heartbeat events as metrics 12 年之前
  Brian Waldon 47f24d1088 bump(github.com/coreos/raft): bf7accb84ce4fe446983abffe00dd18a6b8cbc18 12 年之前
  Xiang Li 3a75d0a465 Merge pull request #493 from xiangli-cmu/bench_watcher 12 年之前