- 20 May, 2020 2 commits
-
-
Steven Allen authored
-
Steven Allen authored
-
- 14 May, 2020 1 commit
-
-
Raúl Kripalani authored
-
- 30 Apr, 2020 2 commits
-
-
Steven Allen authored
feat: zero-alloc ToIP
-
Steven Allen authored
This is called frequently when querying the DHT.
-
- 02 Apr, 2020 1 commit
-
-
Will authored
Refactor ToIP to use logic from DialArgs address #67 fix #68
-
- 10 Mar, 2020 1 commit
-
-
Will authored
Merge pull request #65 from multiformats/dependabot/go_modules/github.com/multiformats/go-multiaddr-0.2.1 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>
-
- 29 Feb, 2020 2 commits
-
-
Steven Allen authored
feat: add wss protocol
-
Steven Allen authored
Now that we define all protocols in this package, we might as well add wss. fixes #72
-
- 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
-
- 04 Feb, 2020 2 commits
-
-
Steven Allen authored
Merge pull request #121 from multiformats/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.13 Bump github.com/multiformats/go-multihash from 0.0.10 to 0.0.13
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.10 to 0.0.13. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.10...v0.0.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 29 Jan, 2020 6 commits
-
-
Steven Allen authored
Merge pull request #119 from multiformats/dependabot/go_modules/github.com/multiformats/go-varint-0.0.2 Bump github.com/multiformats/go-varint from 0.0.1 to 0.0.2
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-varint](https://github.com/multiformats/go-varint) from 0.0.1 to 0.0.2. - [Release notes](https://github.com/multiformats/go-varint/releases) - [Commits](https://github.com/multiformats/go-varint/compare/v0.0.1...v0.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
Steven Allen authored
Merge pull request #118 from multiformats/dependabot/go_modules/github.com/multiformats/go-multihash-0.0.10 Bump github.com/multiformats/go-multihash from 0.0.8 to 0.0.10
-
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>
-
dependabot-preview[bot] authored
Bumps [github.com/multiformats/go-multihash](https://github.com/multiformats/go-multihash) from 0.0.8 to 0.0.10. - [Release notes](https://github.com/multiformats/go-multihash/releases) - [Commits](https://github.com/multiformats/go-multihash/compare/v0.0.8...v0.0.10) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-
- 10 Dec, 2019 1 commit
-
-
Steven Allen authored
feat: switch to /p2p multiaddrs by default
-
- 09 Dec, 2019 2 commits
-
-
Steven Allen authored
Validate bytes when parsing string
-
Aratz M. Lasa authored
Documented Transcoder functions, and fixed ip6zone string validation
-
- 06 Nov, 2019 1 commit
-
-
bigs authored
fix: minimal varint decoding
-
- 01 Nov, 2019 1 commit
-
-
Steven Allen authored
-
- 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 7 commits
-
-
Steven Allen authored
* Enforce minimal varint encoding when decoding multiaddrs. * Ensure codecs fit in 32bit integers for compatibility. We can increase the size, but we'd need to change the `Protocol.Codec` type from `int` to `uint64`.
-
Steven Allen authored
-
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
feat: add dns support
-
Steven Allen authored
This is a defacto standard and is used by js-libp2p. Ported from https://github.com/multiformats/go-multiaddr-dns/pull/17. This was decided in https://github.com/multiformats/multiaddr/issues/22.
-
Steven Allen authored
-
Steven Allen authored
fix: use global multiaddr definitions
-
- 18 Sep, 2019 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
So we don't have to import a DNS resolver just to parse dns multiaddrs.
-
-
godcong authored
move dns protocol definitions (https://github.com/multiformats/go-multiaddr-dns/blob/3974bf3f84c52825588fdcc0fd0e0aa7953ab5ff/dns.go#L11)
-