1. 17 Oct, 2018 2 commits
    • Steven Allen's avatar
      fix loopback/link-local checks · 03e871bd
      Steven Allen authored
      1. Ensure we check the entire addr, not just a prefix.
      2. Make the LinkLocal test skip zones.
      3. Consider link-local multicast to be link-local.
      4. Defer to *go* to determine if something is, in fact, a loopback/link-local address.
      03e871bd
    • Steven Allen's avatar
      gx: update go-multiaddr · 3895ff18
      Steven Allen authored
      3895ff18
  2. 01 Oct, 2018 3 commits
  3. 30 Sep, 2018 1 commit
  4. 15 Sep, 2018 2 commits
  5. 26 Jun, 2018 1 commit
  6. 22 Jun, 2018 2 commits
  7. 21 Jun, 2018 1 commit
  8. 09 Jun, 2018 1 commit
  9. 06 Jun, 2018 1 commit
  10. 10 Mar, 2018 1 commit
  11. 08 Mar, 2018 6 commits
  12. 26 Jan, 2018 1 commit
  13. 25 Jan, 2018 1 commit
  14. 20 Jan, 2018 1 commit
  15. 04 Dec, 2017 1 commit
  16. 13 Aug, 2017 2 commits
  17. 11 Jul, 2017 2 commits
  18. 28 Mar, 2017 2 commits
  19. 26 Mar, 2017 1 commit
    • Jack Kleeman's avatar
      Check for local ip6 addresses with more flexbility · ee4ab587
      Jack Kleeman authored
      Currently IsIPLoopback returns true for any multiaddr starting ip4/127, but only returns true on ip6 addresses that exactly equal ip6/::1. So /ip6/::1/tcp/4001 for example does not return true. Instead we should check whether ip6/::1 is contained in the multiaddr, and to do that I simply decapsulated and checked to see if the result is different. It seems this was not caught by tests as none are present specifically for this function.
      ee4ab587
  20. 24 Mar, 2017 2 commits
  21. 21 Mar, 2017 1 commit
  22. 17 Mar, 2017 1 commit
  23. 02 Feb, 2017 2 commits
  24. 06 Jan, 2017 1 commit
  25. 26 Dec, 2016 1 commit