1. 18 Sep, 2019 1 commit
  2. 12 Aug, 2019 1 commit
  3. 11 Aug, 2019 1 commit
  4. 10 Aug, 2019 1 commit
  5. 27 Feb, 2019 1 commit
  6. 26 Feb, 2019 3 commits
  7. 25 Feb, 2019 1 commit
  8. 10 Dec, 2018 1 commit
  9. 04 Dec, 2018 5 commits
  10. 03 Dec, 2018 2 commits
  11. 01 Dec, 2018 1 commit
  12. 30 Nov, 2018 1 commit
  13. 28 Nov, 2018 1 commit
  14. 22 Nov, 2018 1 commit
  15. 02 Nov, 2018 2 commits
  16. 24 Oct, 2018 4 commits
  17. 21 Oct, 2018 2 commits
    • vyzo's avatar
      Merge pull request #42 from mwnx/ip6z · 86e5d145
      vyzo authored
      Add "ip6%" multiaddr support (IPv6 with zone ID)
      86e5d145
    • mwnx's avatar
      Fully implement ip6zone support · a1defdc5
      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.
      a1defdc5
  18. 18 Oct, 2018 11 commits