- 06 Dec, 2019 9 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>
-
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
-
- 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 2 commits
-
-
Steven Allen authored
logging: make the swarm less noisy
-
Steven Allen authored
Avoid logging about closed listeners, etc., when shutting down.
-
- 04 Jun, 2019 3 commits
-
-
Steven Allen authored
feat: cache interface addresses for 1 minute
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
Jakub Sztandera authored
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 03 Jun, 2019 1 commit
-
-
Jakub Sztandera authored
This can be quite an overhead in cases of high connection rates. The main overhead is thread blocking syscall causing a lot of context switching. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 22 May, 2019 2 commits
-
-
Steven Allen authored
dep: import go-smux-* into the libp2p org
-
Steven Allen authored
-
- 21 May, 2019 3 commits
-
-
Steven Allen authored
-
Steven Allen authored
dep: update for go-smux-yamux retag
-
Steven Allen authored
-
- 25 Apr, 2019 1 commit
-
-
Steven Allen authored
dial: return a nice custom dial error
-