1. 31 Jul, 2018 1 commit
  2. 28 Jul, 2018 2 commits
  3. 27 Jul, 2018 1 commit
  4. 23 Jul, 2018 1 commit
  5. 16 Jul, 2018 1 commit
  6. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · 0821b4dd
      Steven Allen authored
      Updates:
      
      * go-kad-dht: Query performance improvements, DHT client fixes, validates
        records on *local* put.
      * go-libp2p-swarm/go-libp2p-transport: Timeout improvements.
      * go-multiaddr-net: Exposes useful Conn methods (CloseWrite, CloseRead, etc.)
      * go-log: fixes possible panic when enabling/disabling events.
      * go-multiaddr: fixes possible panic when stringifying malformed multiaddrs,
        adds support for consuming /p2p/ multiaddrs.
      
      fixes #5113
      unblocks #4895
      
      License: MIT
      Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
      0821b4dd
  7. 09 Jun, 2018 1 commit
  8. 01 Jun, 2018 1 commit
  9. 20 Apr, 2018 3 commits
  10. 19 Apr, 2018 2 commits
  11. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · 82e7692e
      Lucas Molas authored
      `AddNodeLink` used to cache the linked node whereas `AddNodeLinkClean`
      did not, however, at some point the former was changed to do the same
      thing as the latter (i.e., not cache the linked node). That is, they now
      do the same thing so there's no reason to have both.
      
      The name `AddNodeLink` is preserved, even though it used to imply the
      cache functionality contrasting with the `Clean` suffix of
      `AddNodeLinkClean`, with this function removed the cache connotation
      doesn't hold anymore.
      
      License: MIT
      Signed-off-by: default avatarLucas Molas <schomatis@gmail.com>
      82e7692e
  12. 08 Apr, 2018 1 commit
  13. 30 Mar, 2018 2 commits
  14. 29 Mar, 2018 1 commit
  15. 28 Mar, 2018 2 commits
  16. 27 Mar, 2018 1 commit
  17. 26 Mar, 2018 1 commit
  18. 23 Mar, 2018 2 commits
  19. 21 Mar, 2018 1 commit
  20. 05 Mar, 2018 1 commit
  21. 01 Mar, 2018 1 commit
  22. 27 Feb, 2018 2 commits
  23. 15 Feb, 2018 2 commits
  24. 14 Feb, 2018 1 commit
  25. 08 Feb, 2018 4 commits
  26. 07 Feb, 2018 2 commits
  27. 06 Feb, 2018 1 commit