Commit History

Author SHA1 Message Date
  Xiang Li e954d3d41f fix registry.go: use the correct node name; self is already in the list 12 years ago
  Ben Johnson 55c1f45805 Merge branch 'refactoring' of https://github.com/benbjohnson/etcd into refactoring 12 years ago
  Ben Johnson ec24e76959 Fix duplicates in registry. 12 years ago
  Ben Johnson 2b9c4bc90d Merge pull request #1 from xiangli-cmu/refactoring 12 years ago
  Xiang Li 0c5808eeec fix server/server.go accept name when creating a when server; gofmt 12 years ago
  Ben Johnson d3b064c2e9 Refactor v2 routes. 12 years ago
  Ben Johnson 7416d2fdcc Mostly working. 12 years ago
  Ben Johnson 52b67ca307 Add gorilla/mux to third_party. 12 years ago
  Ben Johnson 34b99ee343 bump(github.com/gorilla/mux): b08c5fcf14d01cb0c20ddf70157f54d4a2c3a38a 12 years ago
  Ben Johnson 8670e1b7aa Refactored. 12 years ago
  Ben Johnson bb9401544a Intermediate commit. 12 years ago
  Ben Johnson eb78d96a20 Intermediate commit. 12 years ago
  Ben Johnson 89334df5ae Refactor commands. 12 years ago
  Ben Johnson 594c2cab47 Refactor v2 API into server/v2. 12 years ago
  Ben Johnson a113a51d73 Refactor v1 API into server/v1. 12 years ago
  Ben Johnson a8b677f6e7 Merge pull request #214 from xiangli-cmu/newStore 12 years ago
  Xiang Li 40c520ca1b refactor remove raft singleton 12 years ago
  Ben Johnson a3b07f71d2 Merge pull request #212 from xiangli-cmu/newStore 12 years ago
  Xiang Li 255e14a5c4 refactor command.go,server.go: add raftWrapper as context, totally get rid of reference in command.go 12 years ago
  Xiang Li 61899d62c5 refactor command.go: commands do not rely on the etcdStore singleton. So we can seprate command into a package in the furture. 12 years ago
  Brandon Philips b8e5794765 Merge remote-tracking branch 'xiangli-cmu/newStore' into 0.2 12 years ago
  Xiang Li 4bf57537b5 refactor store.go remove extra assignment 12 years ago
  Xiang Li e597947bd8 refactor store.go update 12 years ago
  Xiang Li a030a41153 refactor store.go remove unwanted print 12 years ago
  Xiang Li 75959f9948 refactor add node.ExpirationAndTTL 12 years ago
  Xiang Li c3e2332479 refactor separate kvpair to kvpair.go; simplify sorting interface 12 years ago
  Xiang Li 3c7f9215d1 comments node.go 12 years ago
  Xiang Li 48e6137f46 fix node.go race between expire and update 12 years ago
  Xiang Li a07802a347 refactor node.go; use once 12 years ago
  Xiang Li a71838a59b refactor watcher.go 12 years ago