- 02 Apr, 2020 4 commits
-
-
Will authored
chore: slightly simplify backoff logic
-
Steven Allen authored
-
Steven Allen authored
change backoffs to per-address
-
Will Scott authored
-
- 01 Apr, 2020 2 commits
-
-
Will Scott authored
-
Will Scott authored
-
- 31 Mar, 2020 3 commits
-
-
Steven Allen authored
Merge pull request #171 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-transport-upgrader-0.2.0 build(deps): bump github.com/libp2p/go-libp2p-transport-upgrader from 0.1.1 to 0.2.0
-
Steven Allen authored
fix: set teardown after storing the context
-
Steven Allen authored
Otherwise, we can modify the context after/while the process is shutting down. fixes #189
-
- 30 Mar, 2020 11 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-transport-upgrader](https://github.com/libp2p/go-libp2p-transport-upgrader) from 0.1.1 to 0.2.0. - [Release notes](https://github.com/libp2p/go-libp2p-transport-upgrader/releases) - [Commits](https://github.com/libp2p/go-libp2p-transport-upgrader/compare/v0.1.1...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
build(deps): bump github.com/ipfs/go-log from 1.0.2 to 1.0.3
-
dependabot-preview[bot] authored
Bumps [github.com/ipfs/go-log](https://github.com/ipfs/go-log) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/ipfs/go-log/releases) - [Commits](https://github.com/ipfs/go-log/compare/v1.0.2...v1.0.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
build(deps): bump github.com/jbenet/goprocess from 0.1.3 to 0.1.4
-
Steven Allen authored
Merge pull request #176 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.3 build(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.2 to 0.1.3
-
Steven Allen authored
Merge pull request #186 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.2.2 build(deps): bump github.com/libp2p/go-libp2p-peerstore from 0.1.4 to 0.2.2
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.1.4 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.1.4...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/jbenet/goprocess](https://github.com/jbenet/goprocess) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/jbenet/goprocess/releases) - [Commits](https://github.com/jbenet/goprocess/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
feat: handle no addresses
-
Steven Allen authored
If we aren't listening on any addresses, we should return no addresses, not an error.
-
- 18 Mar, 2020 2 commits
-
-
Aarsh Shah authored
fix: make sure to include peer in dial error
-
Steven Allen authored
-
- 10 Mar, 2020 2 commits
-
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p-yamux from 0.2.1 to 0.2.2
-
Steven Allen authored
Don't drop connections when simultaneous dialing occurs
-
- 09 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-yamux](https://github.com/libp2p/go-libp2p-yamux) from 0.2.1 to 0.2.2. - [Release notes](https://github.com/libp2p/go-libp2p-yamux/releases) - [Commits](https://github.com/libp2p/go-libp2p-yamux/compare/v0.2.1...v0.2.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 27 Feb, 2020 1 commit
-
-
Steven Allen authored
fix: fire a listen close event when closing the listener
-
- 26 Feb, 2020 1 commit
-
-
Steven Allen authored
fixes https://github.com/libp2p/go-libp2p-swarm/issues/163
-
- 10 Feb, 2020 1 commit
-
-
Adin Schmahmann authored
only cancel dials when an outbound connection succeeds. this may result in duplicate connections, but it's better to have two connections than dropping both of them and ending up with zero connections.
-
- 06 Feb, 2020 4 commits
-
-
Steven Allen authored
build(deps): bump github.com/libp2p/go-libp2p-core from 0.2.5 to 0.3.0
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.5 to 0.3.0. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.5...v0.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Merge pull request #158 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.2 build(deps): bump github.com/multiformats/go-multiaddr-net from 0.1.1 to 0.1.2
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.1...v0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 11 Dec, 2019 2 commits
-
-
Steven Allen authored
Merge pull request #155 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 build(deps): bump github.com/multiformats/go-multiaddr from 0.1.2 to 0.2.0
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.2 to 0.2.0. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.2...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 09 Dec, 2019 4 commits
-
-
Steven Allen authored
Merge pull request #153 from libp2p/dependabot/go_modules/github.com/libp2p/go-libp2p-peerstore-0.1.4 Bump github.com/libp2p/go-libp2p-peerstore from 0.1.3 to 0.1.4
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-core from 0.2.4 to 0.2.5
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-core](https://github.com/libp2p/go-libp2p-core) from 0.2.4 to 0.2.5. - [Release notes](https://github.com/libp2p/go-libp2p-core/releases) - [Commits](https://github.com/libp2p/go-libp2p-core/compare/v0.2.4...v0.2.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-peerstore](https://github.com/libp2p/go-libp2p-peerstore) from 0.1.3 to 0.1.4. - [Release notes](https://github.com/libp2p/go-libp2p-peerstore/releases) - [Commits](https://github.com/libp2p/go-libp2p-peerstore/compare/v0.1.3...v0.1.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 07 Dec, 2019 2 commits
-
-
Steven Allen authored
Link to godocs for Host instead of deprecated repo
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-yamux from 0.2.0 to 0.2.1
-