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