1. 01 Jun, 2018 1 commit
  2. 20 Apr, 2018 1 commit
    • Jakub Sztandera's avatar
      cid-sec: fix bitswap strom caused by insecure CIDs · fab4b5ed
      Jakub Sztandera authored
      When we introduced CID security we didn't take into account that bitswap
      might repeatly try getting the objects from the network if it fails
      putting them into the blockstore.
      
      Solution from this is not requesting those objects from bitswap.
      The proper solution of failing at CID creation will make in much more
      cleaner in future.
      
      License: MIT
      Signed-off-by: default avatarJakub Sztandera <kubuxu@protonmail.ch>
      fab4b5ed
  3. 19 Apr, 2018 1 commit
  4. 26 Mar, 2018 1 commit
  5. 04 Mar, 2018 4 commits
  6. 15 Feb, 2018 2 commits
  7. 04 Feb, 2018 1 commit
  8. 01 Feb, 2018 1 commit
  9. 29 Jan, 2018 1 commit
  10. 25 Jan, 2018 2 commits
  11. 24 Jan, 2018 1 commit
  12. 21 Jan, 2018 1 commit
  13. 14 Dec, 2017 1 commit
  14. 02 Sep, 2017 1 commit
  15. 12 Jul, 2017 1 commit
  16. 07 Jul, 2017 1 commit
  17. 05 Jul, 2017 3 commits
  18. 04 Jul, 2017 1 commit
  19. 29 Jun, 2017 2 commits
  20. 31 May, 2017 1 commit
  21. 20 Apr, 2017 1 commit
  22. 12 Feb, 2017 1 commit
  23. 11 Jan, 2017 1 commit
  24. 29 Nov, 2016 1 commit
  25. 16 Nov, 2016 1 commit
  26. 25 Oct, 2016 1 commit
  27. 12 Oct, 2016 1 commit
  28. 11 Oct, 2016 3 commits
  29. 10 Oct, 2016 1 commit
    • Jeromy's avatar
      bitswap: protocol extension to handle cids · c16035d3
      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>
      c16035d3
  30. 08 Oct, 2016 1 commit