]> Sergey Matveev's repositories - btrtrc.git/history - dht/server.go
refactor struct identifiers to follow conventional go names
[btrtrc.git] / dht / server.go
2016-04-19 Seth Hoenigrefactor struct identifiers to follow conventional...
2016-02-26 Matt Joinerdht: Use missinggo.Event for closing
2016-02-23 Matt Joinerdht: Rename newDHTAddr->NewAddr, and clean up the interface
2016-02-23 Matt Joinerdht: Rename dHTAddr to Addr
2016-02-23 Matt Joinerdht: Misc trivial improvements
2016-01-28 Matt JoinerMerge branch 'noprio2'
2016-01-18 Matt Joinerdht: Start timer under transaction lock
2015-12-16 Matt JoinerAdd OnQuery hook, thanks to Cathal Garvey
2015-12-16 Matt JoinerAdd NodeIdHex config option
2015-12-16 Matt JoinerAdd NoDefaultBootstrap and use it and testify in a...
2015-12-07 Matt Joinersortimports
2015-12-06 Matt JoinerActually fix #41 properly; and several big changes
2015-12-06 Matt JoinerMerge pull request #42 from dborzov/dht
2015-12-06 Dmitry BorzovMove dht.Server defs to a separate file