- 18 Sep, 2019 1 commit
-
-
Steven Allen authored
So we don't have to import a DNS resolver just to parse dns multiaddrs.
-
- 12 Aug, 2019 1 commit
-
-
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 4 commits
-
-
Steven Allen authored
-
Steven Allen authored
make the Is* commands only check if addrs start with
-
Steven Allen authored
It turns out we *were* relying on this. Furthermore, this is generally more useful (especially given ip6zones).
-
Steven Allen authored
-
- 21 Oct, 2018 2 commits
-
-
vyzo authored
Add "ip6%" multiaddr support (IPv6 with zone ID)
-
mwnx authored
- Add `FromIPAndZone` function (complementing the `FromIP` function). - Handle zones when parsing `net.Addr`s. - In `DialArgs`, return an error if an `ip6zone` is prefixed to an `ip4` or to another `ip6zone`. Note: I was not able to add a listen test (in TestListenAddrs) for `/zone/.../ip6/...` since there is no link-local address which is guaranteed to exist on all systems.
-
- 18 Oct, 2018 11 commits
-
-
Steven Allen authored
private networks and utility functions
-
Steven Allen authored
(would have failed with ValueForProtocol)
-
Steven Allen authored
This now means that addresses must *start* with the an IP address, we won't just pull one out of the middle.
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
vyzo authored
-
Steven Allen authored
use multiaddr parsers
-
Steven Allen authored
-
Steven Allen authored
-