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