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