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