- 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 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
Disallow overwriting new records with older records on DHT PUT
-
Steven Allen authored
Refactor GetClosestPeers()
-
Steven Allen authored
Only retrieve one value when fetching public key from DHT
-
- 14 Mar, 2018 5 commits
-
-
Jakub Sztandera authored
misc test improvements
-
Steven Allen authored
We may fire notifications asynchronously. Well, we have to, really. We'd like: 1. Begin Open 2. Open Notifications 3. End Open 4. Begin Close 5. Close Notifications 6. End Close However, this breaks if we allow open notifications to close connections (which, IMO, we want).
-
Steven Allen authored
1. We need to close the process to tear it down. 2. Closing the signal channel will cause the goprocess timer to fire repeatedly so let's not do that. 3. Don't leak a goroutine (the amplify one).
-
Steven Allen authored
-
Jakub Sztandera authored
Set KeysOnly field of query condition to true for Datastore.Query(), then it will query only keys.
-
- 12 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 08 Mar, 2018 1 commit
-
-
RideWindX authored
License: MIT Signed-off-by: Jason Chang <ridewindx@163.com>
-
- 07 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 05 Mar, 2018 1 commit
-
-
Dirk McCormick authored
-
- 02 Mar, 2018 1 commit
-
-
Hector Sanjuan authored
This is to testify that go-libp2p-kad-dht last release (3.0.17) contains breaking changes. Bumping the major version.
-
- 27 Feb, 2018 3 commits
-
-
Dirk McCormick authored
-
Hector Sanjuan authored
gx publish 3.0.17
-
Hector Sanjuan authored
-
- 20 Feb, 2018 1 commit
-
-
Dirk McCormick authored
-
- 11 Feb, 2018 2 commits
-
-
Steven Allen authored
nit: be less noisy when testing
-
Steven Allen authored
These aren't errors, don't log them as such.
-
- 07 Feb, 2018 2 commits
-
-
Steven Allen authored
Remove record signature verification
-
Dirk McCormick authored
-
- 01 Feb, 2018 1 commit
-
-
Steven Allen authored
-
- 28 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 20 Jan, 2018 9 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Just pass the record object to validation functions
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Steven Allen authored
-
Steven Allen authored
ensure we don't store arbitrary data
-
Steven Allen authored
fix connection tracking race
-
- 11 Jan, 2018 1 commit
-
-
Steven Allen authored
-
- 09 Jan, 2018 1 commit
-
-
Steven Allen authored
Explicitly clean DHT records before storing them.
-
- 08 Jan, 2018 1 commit
-
-
Steven Allen authored
-