1. 19 Feb, 2010 1 commit
  2. 10 Feb, 2010 1 commit
  3. 09 Feb, 2010 1 commit
  4. 07 Feb, 2010 3 commits
  5. 06 Feb, 2010 3 commits
  6. 04 Feb, 2010 2 commits
  7. 02 Feb, 2010 3 commits
  8. 31 Jan, 2010 1 commit
  9. 28 Jan, 2010 1 commit
  10. 26 Jan, 2010 1 commit
  11. 23 Jan, 2010 1 commit
  12. 22 Jan, 2010 1 commit
  13. 21 Jan, 2010 2 commits
  14. 20 Jan, 2010 2 commits
  15. 19 Jan, 2010 2 commits
  16. 17 Jan, 2010 1 commit
  17. 16 Jan, 2010 1 commit
  18. 15 Jan, 2010 12 commits
  19. 14 Jan, 2010 1 commit
    • antirez's avatar
      Fixed a never experienced, theoretical bug that can actually happen in... · 2e111efe
      antirez authored
      Fixed a never experienced, theoretical bug that can actually happen in practice. Basically when a thread is working on a I/O Job we need to wait it to finish before to cancel the Job in vmCancelThreadedIOJob(), otherwise the thread may mess with an object that is being manipulated by the main thread as well.
      2e111efe