1. 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
  2. 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
  3. 06 Oct, 2016 1 commit
  4. 07 Sep, 2016 1 commit
  5. 14 Apr, 2016 1 commit
  6. 30 Jan, 2016 2 commits
  7. 12 Jan, 2016 1 commit
  8. 05 Sep, 2015 1 commit
  9. 20 Aug, 2015 1 commit
  10. 11 Aug, 2015 1 commit