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