- 05 Jun, 2018 2 commits
-
-
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
-
- 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
-
- 29 Apr, 2018 2 commits
- 16 Apr, 2018 4 commits
-
-
Steven Allen authored
update peer-id public key extraction (and more!)
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
1. Rely on the peerstore to extract the public key instead of doing so internally (centralize). 2. Update the tests for the changes in go-libp2p-peer. 3. Update a bunch of deps (including go-libp2p-crypto, go-log, etc.) 4. Remove unnecessary progress bar dependency.
-
- 01 Apr, 2018 2 commits
-
-
Steven Allen authored
document and clean small things
-
Michael Muré authored
-
- 28 Mar, 2018 2 commits
-
-
Lars Gierth authored
docs: remove mentions of coral, it's not implemented
-
Lars Gierth authored
-
- 27 Mar, 2018 2 commits
-
-
Steven Allen authored
fix loggable collision on peer and target
-
ForrestWeston authored
License: MIT Signed-off-by: ForrestWeston <forrest@protocol.ai>
-
- 15 Mar, 2018 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
Disallow overwriting new records with older records on DHT PUT
-
Steven Allen authored
Refactor GetClosestPeers()
-