- 11 Apr, 2020 2 commits
-
-
Steven Allen authored
In case we're sending a _lot_ of wants: * Prioritize cancels. * Then targeted wants. * Finally broadcast wants.
-
Steven Allen authored
fix: in message queue only send cancel if want was sent
-
- 10 Apr, 2020 2 commits
-
-
Dirk McCormick authored
-
Steven Allen authored
-
- 07 Apr, 2020 2 commits
- 03 Apr, 2020 2 commits
-
-
Steven Allen authored
fix: ensure wantlist gauge gets decremented on disconnect
-
Dirk McCormick authored
-
- 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 1 commit
-
-
Steven Allen authored
feat: expose the full wantlist through GetWantlist
-