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