- 24 May, 2019 2 commits
-
-
Hector Sanjuan authored
This is a -u=patch update
-
Steven Allen authored
This was causing us to build up a bunch of background goroutines. Technically, we should be resetting all these streams when the DHT stops. However, we don't actually unregister stream handlers from the host so, really, nothing will actually stop till the host stops. When it does, it'll kill all the streams anyways.
-
- 22 May, 2019 2 commits
-
-
Steven Allen authored
Really deal with the deleted tag issue.
-
Steven Allen authored
Deal with renamed tags.
-
- 17 May, 2019 1 commit
-
-
Steven Allen authored
-
- 15 Apr, 2019 1 commit
-
-
Adrian Lanzafame authored
Add initial set of metrics exposed via OpenCensus.
-
- 13 Apr, 2019 1 commit
-
-
Steven Allen authored
batches deletes
-
- 12 Apr, 2019 1 commit
-
-
vyzo authored
go-libp2p-peerstore now has a TempAddrTTL of 2 minutes
-
- 04 Apr, 2019 1 commit
-
-
vyzo authored
-
- 21 Mar, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen 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= ```
-
- 07 Mar, 2019 1 commit
-
-
vyzo authored
-
- 05 Mar, 2019 1 commit
-
-
Matt Joiner authored
* Add IpfsDHT.{Bootstrap{Random,Self},Peer{Id,Key}} * Include client mode tests, support for Ping, and uncruft setupDHTs * Include xerrors in deps
-
- 02 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 28 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
-
- 26 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
-
- 12 Feb, 2019 4 commits
-
-
Raúl Kripalani authored
-
Raúl Kripalani authored
This reverts commit 7e68ac3c.
-
Matt Joiner authored
Fixes race conditions in the tests when using go modules.
-
Adrian Lanzafame authored
-
- 07 Feb, 2019 1 commit
-
-
Matt Joiner authored
-