1. 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
  2. 03 Aug, 2016 12 commits
  3. 02 Aug, 2016 2 commits
  4. 01 Aug, 2016 7 commits
  5. 30 Jul, 2016 1 commit
  6. 28 Jul, 2016 2 commits
  7. 26 Jul, 2016 2 commits
  8. 25 Jul, 2016 2 commits
  9. 24 Jul, 2016 1 commit
  10. 23 Jul, 2016 4 commits
  11. 22 Jul, 2016 1 commit
  12. 21 Jul, 2016 1 commit
  13. 20 Jul, 2016 3 commits
  14. 19 Jul, 2016 1 commit