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