Commit Graph

7 Commits

Author SHA1 Message Date
2aeefaa102 go-vet friendly codebase
- distinguish log.Error and log.Errorf functions
- Initialize structs with field names
- A bit of unreachable code (defers)
2014-10-25 03:46:39 -07:00
9dbba5c6d0 some dht cleanup, and make DHTs take a master context 2014-10-18 04:28:26 -07:00
9b0f481c76 u.DOut -> log.Debug
and other logging switches. I kept the u.PErr and u.POut in cli
commands, as those do need to write raw output directly.
2014-10-09 04:50:22 -07:00
fdea4d9c5f got everything to build 2014-09-22 04:05:21 -07:00
027449129f Made the DHT module pass golint 2014-08-20 18:36:21 -07:00
986088887d get implementation according to kademlia spec. 2014-08-15 09:39:38 -07:00
3454da1ab3 fix a few infinitely looping RPCs 2014-08-14 08:32:17 -07:00