- 13 Apr, 2019 9 commits
-
-
Steven Allen authored
-
Steven Allen authored
1. Don't be n^2. 2. Don't bother walking the cache, just drop it.
-
Steven Allen authored
We only access it from a single goroutine.
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
This is just extra work as we write through anyways.
-
Steven Allen authored
-
- 12 Apr, 2019 2 commits
- 11 Apr, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 09 Apr, 2019 1 commit
-
-
Yusef Napora authored
-
- 04 Apr, 2019 2 commits
- 27 Mar, 2019 2 commits
-
-
Raúl Kripalani authored
dialQueue: start the control loop later
-
Steven Allen authored
Don't start the control loop till we start the queue. The _in_ queue will still work, we just won't start processing peers from it until we start the control loop. fixes #311
-
- 21 Mar, 2019 10 commits
-
-
Steven Allen authored
make it work in wasm
-
whyrusleeping authored
-
Steven Allen authored
Revert "GoModules: Checksum mismatch:"
-
Steven Allen authored
Go 1.11 has some weird go module checksum issues.
-
Steven Allen authored
-
Steven Allen authored
-
vyzo authored
GoModules: Checksum mismatch:
-
vyzo authored
Add go1.12 to TravisCI
-
Evgeniy Kulikov authored
-
Evgeniy Kulikov authored
``` verifying github.com/ipfs/go-datastore@v0.0.1/go.mod: checksum mismatch downloaded: h1:bYmHO9fuKO1Ca7dpdDBWQl0mndy5b0HFqSJjGlNYtzs= go.sum: h1:d4KVXhMt913cLBEI/PXAy6ko+W7e9AhyAKBGh803qeE= ``` ``` verifying github.com/ipfs/go-datastore@v0.0.1: checksum mismatch downloaded: h1:u3lrOIBAhGS5prBa94V89LJNMWlEsO2+zgFlEGTl0E4= go.sum: h1:AW/KZCScnBWlSb5JbnEnLKFWXL224LBEh/9KXXOrUms= ```
-
- 20 Mar, 2019 2 commits
-
-
Steven Allen authored
gx publish 4.4.34
-
Steven Allen authored
-
- 14 Mar, 2019 2 commits
-
-
Anatoliy Basov authored
It's impossible to find the self ID in the DHT because of this statement https://github.com/libp2p/go-libp2p-kad-dht/blob/ac6772539b80d687c8ed711024b104aaa881c1d6/handlers.go#L257 So maybe we should ignore the "not found" error in this case, like we do it for the random walk.
-
Matt Joiner authored
-
- 13 Mar, 2019 3 commits
-
-
Steven Allen authored
defer dialqueue action until initial peers have been added
-
Raúl Kripalani authored
-
Raúl Kripalani authored
-
- 12 Mar, 2019 2 commits
-
-
Matt Joiner authored
When a peer is found, add its addr to the peerstore, just like the addresses for closer peers are added. In particular this is helpful for followup queries by the DHT user.
-
Matt Joiner authored
-
- 11 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 07 Mar, 2019 3 commits