1. 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
  2. 08 Oct, 2016 1 commit
  3. 06 Oct, 2016 2 commits
  4. 29 Sep, 2016 1 commit
  5. 26 Sep, 2016 1 commit
  6. 21 Sep, 2016 1 commit
  7. 20 Sep, 2016 1 commit
  8. 12 Sep, 2016 2 commits
  9. 10 Sep, 2016 2 commits
  10. 09 Sep, 2016 3 commits
  11. 07 Sep, 2016 1 commit
  12. 06 Sep, 2016 1 commit
  13. 04 Sep, 2016 2 commits
  14. 03 Sep, 2016 1 commit
  15. 02 Sep, 2016 2 commits
  16. 26 Aug, 2016 2 commits
  17. 24 Aug, 2016 1 commit
  18. 22 Aug, 2016 1 commit
  19. 20 Aug, 2016 1 commit
  20. 16 Aug, 2016 1 commit
  21. 05 Aug, 2016 1 commit
  22. 04 Aug, 2016 1 commit
    • Jeromy's avatar
      bitswap: fix a minor data race · 3fbf157a
      Jeromy authored
      race detector picked up a minor race condition, Since loop iteration
      reuses the same local variable, its not safe to take its address and use
      it concurrently. The fix is to rebind the variable into a controlled
      scope (creating a new variable) and taking the address of that to pass
      outwards.
      
      License: MIT
      Signed-off-by: default avatarJeromy <why@ipfs.io>
      3fbf157a
  23. 26 Jul, 2016 1 commit
  24. 08 Jul, 2016 1 commit
  25. 04 Jul, 2016 1 commit
  26. 03 Jul, 2016 1 commit
  27. 02 Jul, 2016 1 commit
  28. 01 Jul, 2016 1 commit
  29. 24 Jun, 2016 2 commits
  30. 15 Jun, 2016 1 commit
  31. 12 Jun, 2016 1 commit