1. 05 Oct, 2018 1 commit
  2. 04 Oct, 2018 1 commit
  3. 27 Sep, 2018 2 commits
  4. 24 Sep, 2018 2 commits
  5. 14 Sep, 2018 2 commits
  6. 13 Sep, 2018 2 commits
  7. 12 Sep, 2018 2 commits
  8. 11 Sep, 2018 1 commit
  9. 08 Sep, 2018 1 commit
  10. 31 Aug, 2018 1 commit
  11. 22 Aug, 2018 1 commit
  12. 15 Aug, 2018 2 commits
  13. 13 Aug, 2018 1 commit
  14. 12 Aug, 2018 1 commit
  15. 09 Aug, 2018 1 commit
  16. 07 Aug, 2018 1 commit
  17. 05 Aug, 2018 1 commit
  18. 28 Jul, 2018 3 commits
  19. 23 Jul, 2018 1 commit
  20. 16 Jul, 2018 1 commit
  21. 27 Jun, 2018 1 commit
    • Steven Allen's avatar
      gx update · b8056e41
      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>
      b8056e41
  22. 09 Jun, 2018 1 commit
  23. 01 Jun, 2018 1 commit
  24. 20 Apr, 2018 2 commits
  25. 19 Apr, 2018 2 commits
  26. 17 Apr, 2018 1 commit
    • Lucas Molas's avatar
      dag: deduplicate AddNodeLinkClean into AddNodeLink · af580ea1
      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>
      af580ea1
  27. 30 Mar, 2018 2 commits
  28. 26 Mar, 2018 1 commit
  29. 04 Mar, 2018 1 commit