- 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>
-
- 26 Feb, 2020 2 commits
-
-
Steven Allen authored
add ToIP to complement ToNetAddr
-
Will Scott authored
The specific implementations of net.Addr are internal implementation details of this package, and a downstream consumner shouldn't relay on the internal use of net.IPAddr / net.TCPAddr to implement that interface for direct extraction of IP. The consumer would instead need to go through a round of string conversion to retreive IP safely. Adding an IP extraction function to the interface here will allow the IP to be retreived more efficiently.
-
- 05 Feb, 2020 1 commit
-
-
Steven Allen authored
-
- 29 Jan, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #62 from multiformats/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.0 Bump github.com/multiformats/go-multiaddr from 0.1.0 to 0.2.0
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.1.0 to 0.2.0. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.1.0...v0.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 30 Sep, 2019 1 commit
-
-
Steven Allen authored
test: test unix addrs
-
- 28 Sep, 2019 2 commits
-
-
Dominic Della Valle authored
-
Steven Allen authored
-
- 19 Sep, 2019 3 commits
-
-
Steven Allen authored
* Convert to windows paths when converting from a multiaddr to a net.Addr * Convert from windows paths when converting from a net.Addr to a multiaddr Also, don't "clean". `filepath.Clean` is _usually_ correct but not _technically_ correct in all cases. We should leave cleaning to the application.
-
Steven Allen authored
-
Steven Allen authored
fix: use global multiaddr definitions
-
- 18 Sep, 2019 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
So we don't have to import a DNS resolver just to parse dns multiaddrs.
-
- 12 Aug, 2019 3 commits
-
-
Steven Allen authored
fix: remove gx support
-
Steven Allen authored
-
Steven Allen authored
resolve #57 "Build broken after #36"
-
- 11 Aug, 2019 1 commit
-
-
skillful-alex authored
-
- 10 Aug, 2019 1 commit
-
-
Steven Allen authored
Make PacketConn more idiomatic and direct
-
- 27 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
Add go mod
-
- 26 Feb, 2019 3 commits
-
-
Hector Sanjuan authored
gx publish 1.7.2
-
Hector Sanjuan authored
-
Jakub Sztandera authored
-
- 25 Feb, 2019 1 commit
-
-
Jakub Sztandera authored
README: remove out of date captain
-
- 10 Dec, 2018 1 commit
-
-
Steven Allen authored
-
- 04 Dec, 2018 5 commits
-
-
Cole Brown authored
-
Cole Brown authored
-
Cole Brown authored
-
bigs authored
Add support for unix sockets
-
Cole Brown authored
-
- 03 Dec, 2018 2 commits
-
-
Hector Sanjuan authored
gx publish 1.6.7
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 01 Dec, 2018 1 commit
-
-
Cole Brown authored
-
- 30 Nov, 2018 1 commit
-
-
Steven Allen authored
Feat: support hostnames in DialArgs() function
-
- 28 Nov, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 22 Nov, 2018 1 commit
-
-
Hector Sanjuan authored
License: MIT Signed-off-by: Hector Sanjuan <code@hector.link>
-
- 02 Nov, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 24 Oct, 2018 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
make the Is* commands only check if addrs start with
-