- 14 Jun, 2018 2 commits
-
-
Steven Allen authored
err is nil in this case
-
Steven Allen authored
-
- 13 Jun, 2018 2 commits
-
-
Steven Allen authored
Also, double check the key (should be impossible but the check is cheep).
-
Steven Allen authored
-
- 12 Jun, 2018 1 commit
-
-
Steven Allen authored
find self in DHT when bootstrapping
-
- 09 Jun, 2018 3 commits
-
-
Steven Allen authored
This ensures that our neighbors learn about us so that other peers on the network *looking* for us can actually find us. Also: * Remove dead, racy code. * Set independent timeouts per bootstrap query. fixes #147
-
Steven Allen authored
-
Steven Allen authored
-
- 07 Jun, 2018 4 commits
-
-
Whyrusleeping authored
dht query improvements
-
Jeromy authored
-
Jeromy authored
-
Steven Allen authored
remove redundant error check
-
- 06 Jun, 2018 1 commit
-
-
Steven Allen authored
fixup for stream refactor
-
- 05 Jun, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
That is, actually wait for the other end to send us an EOF.
-
Steven Allen authored
-
- 04 Jun, 2018 8 commits
-
-
Steven Allen authored
gx publish 4.1.3
-
Steven Allen authored
-
Steven Allen authored
Make DHT Protocols Configurable
-
Erin Swenson-Healey authored
-
Steven Allen authored
gx publish 4.1.2
-
Steven Allen authored
-
Steven Allen authored
gx publish 4.1.1
-
Steven Allen authored
-
- 03 Jun, 2018 1 commit
-
-
Steven Allen authored
fixes #154
-
- 02 Jun, 2018 1 commit
-
-
Steven Allen authored
update for the routing refactor
-
- 01 Jun, 2018 8 commits
-
-
Erin Swenson-Healey authored
-
Erin Swenson-Healey authored
-
Erin Swenson-Healey authored
-
Erin Swenson-Healey authored
-
Steven Allen authored
-
Steven Allen authored
Instead of changing the existing constructors, add a new DHT constructor that takes options (and add DHT options).
-
Steven Allen authored
Note: this does mean that the DHT won't work with peer keys by default and that the constructor signature changes. Given all the changes that'll come with the libp2p refactor, I don't feel too bad about this.
-
Steven Allen authored
GetValues was very DHT specific so the routing interface has been updated to remove that function. Instead, it has introduced general-purpose options. This is a minimal alternative to #141 to avoid bundling too many changes together.
-
- 30 May, 2018 1 commit
-
-
Whyrusleeping authored
Add explanation to NewDHT/NewDHTClient doc strings
-
- 21 May, 2018 1 commit
-
-
Cole Brown authored
-
- 02 May, 2018 2 commits
- 01 May, 2018 1 commit
-
-
vyzo authored
not really an error, it doesn't stop us from logging.
-
- 30 Apr, 2018 1 commit
-
-
vyzo authored
Fix panic in FindPeersConnectedToPeer
-