1. 24 Sep, 2018 1 commit
  2. 14 Sep, 2018 2 commits
  3. 13 Sep, 2018 2 commits
  4. 12 Sep, 2018 2 commits
  5. 11 Sep, 2018 1 commit
  6. 08 Sep, 2018 1 commit
  7. 31 Aug, 2018 1 commit
  8. 22 Aug, 2018 1 commit
  9. 15 Aug, 2018 2 commits
  10. 13 Aug, 2018 1 commit
  11. 12 Aug, 2018 1 commit
  12. 09 Aug, 2018 1 commit
  13. 07 Aug, 2018 1 commit
  14. 05 Aug, 2018 1 commit
  15. 28 Jul, 2018 3 commits
  16. 23 Jul, 2018 1 commit
  17. 16 Jul, 2018 1 commit
  18. 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
  19. 09 Jun, 2018 1 commit
  20. 01 Jun, 2018 1 commit
  21. 20 Apr, 2018 2 commits
  22. 19 Apr, 2018 2 commits
  23. 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
  24. 30 Mar, 2018 2 commits
  25. 26 Mar, 2018 1 commit
  26. 04 Mar, 2018 1 commit
  27. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 28826e12
      Hector Sanjuan authored
      This extracts the blocks/blockstore package and renames the
      blocks/blockstore/util package to /blocks/blockstoreutil
      (because util depends on Pin and I don't plan to extract
      Pin and its depedencies).
      
      The history of blocks/blockstore has been preserved. It has
      been gx'ed and imported. Imports have been rewritten accordingly
      and re-ordered.
      
      License: MIT
      Signed-off-by: default avatarHector Sanjuan <hector@protocol.ai>
      28826e12
  28. 13 Feb, 2018 2 commits
  29. 04 Feb, 2018 2 commits