1. 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
  2. 26 Jul, 2016 1 commit
  3. 08 Jul, 2016 1 commit
  4. 04 Jul, 2016 1 commit
  5. 03 Jul, 2016 1 commit
  6. 02 Jul, 2016 1 commit
  7. 01 Jul, 2016 1 commit
  8. 24 Jun, 2016 2 commits
  9. 15 Jun, 2016 1 commit
  10. 12 Jun, 2016 2 commits
  11. 11 Jun, 2016 2 commits
  12. 09 Jun, 2016 1 commit
  13. 08 Jun, 2016 1 commit
  14. 07 Jun, 2016 1 commit
  15. 01 Jun, 2016 1 commit
  16. 31 May, 2016 1 commit
  17. 17 May, 2016 4 commits
  18. 16 May, 2016 1 commit
  19. 13 May, 2016 1 commit
  20. 11 May, 2016 1 commit
  21. 10 May, 2016 2 commits
  22. 05 May, 2016 2 commits
  23. 04 May, 2016 2 commits
  24. 29 Apr, 2016 1 commit
  25. 28 Apr, 2016 1 commit
  26. 27 Apr, 2016 3 commits
  27. 17 Apr, 2016 2 commits
  28. 11 Apr, 2016 1 commit