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