- 26 Feb, 2020 1 commit
-
-
Steven Allen authored
fixes https://github.com/libp2p/go-libp2p-swarm/issues/163
-
- 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 3 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
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-testing from 0.1.0 to 0.1.1
-
- 06 Dec, 2019 10 commits
-
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-yamux](https://github.com/libp2p/go-libp2p-yamux) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-yamux/releases) - [Commits](https://github.com/libp2p/go-libp2p-yamux/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-testing](https://github.com/libp2p/go-libp2p-testing) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/libp2p/go-libp2p-testing/releases) - [Commits](https://github.com/libp2p/go-libp2p-testing/compare/v0.1.0...v0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-secio from 0.2.0 to 0.2.1
-
Steven Allen authored
-
Steven Allen authored
-
Steven Allen authored
Merge pull request #148 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.1.2 Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.1.2
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.1 to 0.1.2. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.1...v0.1.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Merge pull request #151 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.1 Bump github.com/multiformats/go-multiaddr-net from 0.1.0 to 0.1.1
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr-net](https://github.com/multiformats/go-multiaddr-net) from 0.1.0 to 0.1.1. - [Release notes](https://github.com/multiformats/go-multiaddr-net/releases) - [Commits](https://github.com/multiformats/go-multiaddr-net/compare/v0.1.0...v0.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [github.com/libp2p/go-libp2p-secio](https://github.com/libp2p/go-libp2p-secio) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/libp2p/go-libp2p-secio/releases) - [Commits](https://github.com/libp2p/go-libp2p-secio/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 05 Nov, 2019 1 commit
-
-
Steven Allen authored
improve dial errors
-
- 04 Nov, 2019 3 commits
-
-
Steven Allen authored
1. Always return the caller's context error if relevant. 2. Don't return "context canceled" when we're just shutting down. 3. Don't claim that the context deadline has been exceeded when the dial timeout is canceled.
-
Steven Allen authored
-
Steven Allen authored
-
- 27 Oct, 2019 2 commits
-
-
vyzo authored
Minor Docstring correction
-
Aliabbas Merchant authored
-
- 19 Sep, 2019 3 commits
-
-
Steven Allen authored
dep: update multidadr for protocol migration
-
Steven Allen authored
Protocol definitions have been migrated to the main go-multiaddr package.
-
Steven Allen authored
test: close peerstore when closing the test swarm
-
- 13 Sep, 2019 1 commit
-
-
Steven Allen authored
-
- 31 Aug, 2019 1 commit
-
-
Jim Pick authored
-
- 21 Aug, 2019 2 commits
-
-
Steven Allen authored
fix listen addrs race
-
Steven Allen authored
Copy the listen address list before returning it. If you're wondering about the syntax: https://github.com/go101/go101/wiki/How-to-perfectly-clone-a-slice%3F
-
- 02 Aug, 2019 3 commits
-
-
bigs authored
Bump go-libp2p-core and go-libp2p-testing
-
Cole Brown authored
-
Cole Brown authored
-
- 10 Jul, 2019 1 commit
-
-
Steven Allen authored
If they don't, this could end up reading a bunch of internal data, causing a race (and yes, this has happened).
-
- 27 Jun, 2019 2 commits
-
-
Steven Allen authored
dep: update go-maddr-filter
-
Steven Allen authored
reduce allocations
-
- 06 Jun, 2019 1 commit
-
-
Steven Allen authored
logging: make the swarm less noisy
-