1. 18 Oct, 2018 1 commit
  2. 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
  3. 01 Oct, 2018 3 commits
  4. 30 Sep, 2018 1 commit
  5. 15 Sep, 2018 2 commits
  6. 26 Jun, 2018 1 commit
  7. 22 Jun, 2018 2 commits
  8. 21 Jun, 2018 1 commit
  9. 09 Jun, 2018 1 commit
  10. 06 Jun, 2018 1 commit
  11. 10 Mar, 2018 1 commit
  12. 08 Mar, 2018 6 commits
  13. 26 Jan, 2018 1 commit
  14. 25 Jan, 2018 1 commit
  15. 20 Jan, 2018 1 commit
  16. 04 Dec, 2017 1 commit
  17. 13 Aug, 2017 2 commits
  18. 11 Jul, 2017 2 commits
  19. 28 Mar, 2017 2 commits
  20. 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
  21. 24 Mar, 2017 2 commits
  22. 21 Mar, 2017 1 commit
  23. 17 Mar, 2017 1 commit
  24. 02 Feb, 2017 2 commits
  25. 06 Jan, 2017 1 commit