1. 30 Aug, 2018 1 commit
  2. 22 Aug, 2018 1 commit
  3. 15 Aug, 2018 1 commit
  4. 13 Aug, 2018 3 commits
  5. 11 Aug, 2018 5 commits
  6. 09 Aug, 2018 1 commit
  7. 08 Aug, 2018 3 commits
  8. 07 Aug, 2018 6 commits
  9. 05 Aug, 2018 1 commit
  10. 03 Aug, 2018 1 commit
  11. 02 Aug, 2018 1 commit
  12. 31 Jul, 2018 1 commit
  13. 28 Jul, 2018 2 commits
  14. 27 Jul, 2018 1 commit
  15. 23 Jul, 2018 1 commit
  16. 16 Jul, 2018 1 commit
  17. 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
  18. 09 Jun, 2018 1 commit
  19. 01 Jun, 2018 1 commit
  20. 20 Apr, 2018 3 commits
  21. 19 Apr, 2018 2 commits
  22. 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
  23. 08 Apr, 2018 1 commit