1. 02 Dec, 2016 1 commit
  2. 30 Nov, 2016 1 commit
  3. 29 Nov, 2016 1 commit
  4. 28 Nov, 2016 1 commit
  5. 22 Nov, 2016 2 commits
  6. 16 Nov, 2016 1 commit
  7. 11 Nov, 2016 1 commit
  8. 06 Nov, 2016 1 commit
  9. 04 Nov, 2016 1 commit
  10. 31 Oct, 2016 1 commit
  11. 28 Oct, 2016 1 commit
  12. 25 Oct, 2016 1 commit
  13. 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
  14. 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
  15. 08 Oct, 2016 1 commit
  16. 06 Oct, 2016 2 commits
  17. 29 Sep, 2016 1 commit
  18. 26 Sep, 2016 1 commit
  19. 20 Sep, 2016 1 commit
  20. 12 Sep, 2016 2 commits
  21. 10 Sep, 2016 2 commits
  22. 09 Sep, 2016 1 commit
  23. 07 Sep, 2016 1 commit
  24. 06 Sep, 2016 1 commit
  25. 04 Sep, 2016 1 commit
  26. 03 Sep, 2016 1 commit
  27. 02 Sep, 2016 2 commits
  28. 26 Aug, 2016 2 commits
  29. 24 Aug, 2016 1 commit
  30. 20 Aug, 2016 1 commit
  31. 16 Aug, 2016 1 commit
  32. 05 Aug, 2016 1 commit
  33. 04 Aug, 2016 1 commit
    • Jeromy's avatar
      bitswap: fix a minor data race · 71a699ca
      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>
      71a699ca
  34. 26 Jul, 2016 1 commit