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