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