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