1. 26 Feb, 2020 1 commit
    • Will Scott's avatar
      add ToIP to complement ToNetAddr · 9a640fd8
      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.
      9a640fd8
  2. 05 Feb, 2020 1 commit
  3. 28 Sep, 2019 1 commit
  4. 19 Sep, 2019 1 commit
    • Steven Allen's avatar
      fix unix path handling on windows · d66032c3
      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.
      d66032c3
  5. 18 Sep, 2019 1 commit
  6. 04 Dec, 2018 1 commit
  7. 01 Dec, 2018 1 commit
  8. 28 Nov, 2018 1 commit
  9. 22 Nov, 2018 1 commit
  10. 21 Oct, 2018 1 commit
    • 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
  11. 18 Oct, 2018 2 commits
  12. 17 Mar, 2017 1 commit
  13. 19 Sep, 2016 1 commit
  14. 10 Jun, 2016 1 commit
  15. 15 May, 2016 1 commit
  16. 06 May, 2016 1 commit
  17. 04 May, 2016 1 commit
  18. 03 May, 2016 1 commit
  19. 02 May, 2016 1 commit
  20. 27 Apr, 2016 1 commit
  21. 09 Oct, 2015 1 commit
  22. 03 Oct, 2015 1 commit
  23. 25 Feb, 2015 1 commit
    • Henry's avatar
      updated godeps · 4e467c67
      Henry authored
      small api change from utp (removed stutter)
      4e467c67
  24. 13 Jan, 2015 1 commit
  25. 20 Nov, 2014 2 commits
  26. 19 Nov, 2014 1 commit
  27. 05 Nov, 2014 4 commits
  28. 11 Oct, 2014 1 commit