1. 23 Jul, 2018 1 commit
  2. 16 Jul, 2018 1 commit
  3. 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
  4. 09 Jun, 2018 1 commit
  5. 01 Jun, 2018 1 commit
  6. 19 Apr, 2018 2 commits
  7. 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
  8. 26 Mar, 2018 1 commit
  9. 05 Mar, 2018 1 commit
  10. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 4e36c0d5
      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>
      4e36c0d5
  11. 06 Feb, 2018 1 commit
  12. 29 Jan, 2018 1 commit
  13. 25 Jan, 2018 2 commits
  14. 24 Jan, 2018 1 commit
  15. 14 Dec, 2017 1 commit
  16. 07 Dec, 2017 1 commit
  17. 06 Dec, 2017 1 commit
  18. 02 Dec, 2017 1 commit
  19. 17 Nov, 2017 1 commit
  20. 28 Oct, 2017 3 commits
  21. 02 Sep, 2017 1 commit
  22. 12 Jul, 2017 1 commit
  23. 04 Jul, 2017 1 commit
  24. 03 Jul, 2017 1 commit
  25. 29 Jun, 2017 1 commit
  26. 18 May, 2017 3 commits
  27. 20 Apr, 2017 1 commit
  28. 12 Feb, 2017 1 commit
  29. 29 Nov, 2016 1 commit
  30. 16 Nov, 2016 1 commit
  31. 25 Oct, 2016 1 commit
  32. 17 Oct, 2016 1 commit
  33. 12 Oct, 2016 1 commit
    • Jeromy's avatar
      merkledag: change 'Node' to be an interface · 3e624eec
      Jeromy authored
      Also change existing 'Node' type to 'ProtoNode' and use that most
      everywhere for now. As we move forward with the integration we will try
      and use the Node interface in more places that we're currently using
      ProtoNode.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      3e624eec
  34. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · a3c90040
      Jeromy authored
      This change adds the /ipfs/bitswap/1.1.0 protocol. The new protocol
      adds a 'payload' field to the protobuf message and deprecates the
      existing 'blocks' field. The 'payload' field is an array of pairs of cid
      prefixes and block data. The cid prefixes are used to ensure the correct
      codecs and hash functions are used to handle the block on the receiving
      end.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      a3c90040