1. 20 Mar, 2018 1 commit
  2. 15 Feb, 2018 1 commit
    • Hector Sanjuan's avatar
      Extract blocks/blockstore package to go-ipfs-blockstore · 758e00bc
      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>
      758e00bc
  3. 08 Feb, 2018 4 commits
  4. 29 Jan, 2018 1 commit
  5. 25 Jan, 2018 1 commit
  6. 24 Jan, 2018 1 commit
  7. 14 Dec, 2017 1 commit
  8. 02 Dec, 2017 1 commit
  9. 19 Oct, 2017 1 commit
  10. 02 Sep, 2017 1 commit
  11. 12 Jul, 2017 1 commit
  12. 04 Jul, 2017 1 commit
  13. 03 Jul, 2017 1 commit
  14. 29 Jun, 2017 1 commit
  15. 31 May, 2017 1 commit
  16. 20 Apr, 2017 1 commit
  17. 24 Mar, 2017 1 commit
  18. 23 Mar, 2017 1 commit
  19. 22 Mar, 2017 1 commit
  20. 12 Feb, 2017 1 commit
  21. 29 Nov, 2016 1 commit
  22. 16 Nov, 2016 1 commit
  23. 25 Oct, 2016 1 commit
  24. 18 Oct, 2016 1 commit
  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 · 01aee446
      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>
      01aee446
  28. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · f4d7369c
      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>
      f4d7369c
  29. 06 Oct, 2016 1 commit
  30. 09 Sep, 2016 1 commit
  31. 07 Sep, 2016 1 commit
  32. 26 Aug, 2016 2 commits
  33. 26 Jul, 2016 1 commit
  34. 10 Jul, 2016 1 commit
  35. 02 Jul, 2016 1 commit
  36. 01 Jul, 2016 1 commit