- 03 Apr, 2020 1 commit
-
-
Steven Allen authored
Merge pull request #58 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.3 Bump github.com/multiformats/go-multiaddr-net from 0.1.2 to 0.1.3
-
- 30 Mar, 2020 2 commits
-
-
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>
-
Steven Allen authored
Bump github.com/multiformats/go-multiaddr from 0.2.0 to 0.2.1
-
- 02 Mar, 2020 1 commit
-
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.2.0 to 0.2.1. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.2.0...v0.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 06 Feb, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #51 from libp2p/dependabot/go_modules/github.com/multiformats/go-multiaddr-net-0.1.2 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
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>
-
- 07 Dec, 2019 2 commits
-
-
Steven Allen authored
Bump github.com/libp2p/go-libp2p-testing from 0.1.0 to 0.1.1
-
Steven Allen authored
Bump github.com/multiformats/go-multiaddr from 0.1.1 to 0.1.2
-
- 06 Dec, 2019 6 commits
-
-
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 #47 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
-
Steven Allen authored
-
Steven Allen authored
-
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-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>
-
- 19 Sep, 2019 2 commits
-
-
Steven Allen authored
use protocols definitions from multiaddr directly
-
Steven Allen authored
-
- 02 Aug, 2019 2 commits
-
-
Yusef Napora authored
Use new constructor for insecure transport in tests
-
Yusef Napora authored
-
- 25 Jul, 2019 1 commit
-
-
Yusef Napora authored
-
- 09 Jul, 2019 4 commits
-
-
Yusef Napora authored
readme: add install, usage & addressing info
-
Yusef Napora authored
-
Yusef Napora authored
-
Yusef Napora authored
-
- 26 May, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 22 May, 2019 2 commits
-
-
Steven Allen authored
dep: import go-libp2p-mplex into the libp2p org
-
Steven Allen authored
-
- 21 May, 2019 1 commit
-
-
Steven Allen authored
-
- 11 Apr, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 09 Apr, 2019 1 commit
-
-
Yusef Napora authored
-
- 04 Apr, 2019 6 commits
-
-
Steven Allen authored
chore: remove inline interface
-
Steven Allen authored
(@vyzo CR)
-
Steven Allen authored
set linger to 0 for both inbound and outbound connections
-
Steven Allen authored
-
Steven Allen authored
This causes us to send RST packets instead of FIN packets when closing connections and means connections immediately enter the "reset" state instead of entering the TIME-WAIT state. Importantly, this means we can immediately reuse the 5-tuple and reconnect.
-
Steven Allen authored
-
- 02 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
add gomod support // tag v0.0.1.
-
- 01 Mar, 2019 1 commit
-
-
Raúl Kripalani authored
-
- 27 Feb, 2019 1 commit
-
-
Steven Allen authored
-