- 26 Mar, 2020 4 commits
-
-
Steven Allen authored
avoid copying messages and improve logging
-
Steven Allen authored
-
Steven Allen authored
Also, reduce the overhead from logging.
-
Steven Allen authored
-
- 24 Mar, 2020 11 commits
-
-
dirkmc authored
-
Steven Allen authored
fix: log unexpected condition in peerWantManager.prepareSendWants()
-
Dirk McCormick authored
-
Steven Allen authored
This makes it easier to tell where module boundaries are.
-
Steven Allen authored
wait for sessionWantSender to shutdown before completing session shutdown
-
Dirk McCormick authored
-
Dirk McCormick authored
-
dirkmc authored
-
dirkmc authored
-
dirkmc authored
-
Dirk McCormick authored
-
- 23 Mar, 2020 3 commits
-
-
dependabot-preview[bot] authored
Bumps [go.uber.org/zap](https://github.com/uber-go/zap) from 1.10.0 to 1.14.1. - [Release notes](https://github.com/uber-go/zap/releases) - [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber-go/zap/compare/v1.10.0...v1.14.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
-
Steven Allen authored
chore(deps): bump github.com/libp2p/go-libp2p from 0.6.0 to 0.6.1
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p](https://github.com/libp2p/go-libp2p) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/libp2p/go-libp2p/releases) - [Changelog](https://github.com/libp2p/go-libp2p/blob/master/NEWS.md) - [Commits](https://github.com/libp2p/go-libp2p/compare/v0.6.0...v0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 19 Mar, 2020 10 commits
-
-
Steven Allen authored
Perf/message queue
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Dirk McCormick authored
-
Steven Allen authored
This got dropped from my other patch.
-
Steven Allen authored
feat: add a custom CID type
-
Steven Allen authored
This allows us to marshal/unmarshal/size protobufs without copying CID around.
-
- 17 Mar, 2020 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
fixes #302
-
Steven Allen authored
This removes one goroutine per peer which tends to be a pretty big deal. This brings go-ipfs down from 5.5 to 4.5 goroutines per peer.
-
- 16 Mar, 2020 4 commits
-
-
Steven Allen authored
feat: expose the full wantlist through GetWantlist
-
Steven Allen authored
And expose a separate function for _just_ getting want-blocks. When the user runs `ipfs bitswap wantlist`, they expect to see everything the node is currently looking for. Co-Authored-By: dirkmc <dirkmdev@gmail.com>
-
Steven Allen authored
Clean up logs
-
Dirk McCormick authored
-
- 13 Mar, 2020 1 commit
-
-
Dirk McCormick authored
-
- 12 Mar, 2020 4 commits
-
-
Steven Allen authored
Fix order of session broadcast wants
-
dirkmc authored
-
Steven Allen authored
fix flaky TestRateLimitingRequests
-
Dirk McCormick authored
-