1. 06 Mar, 2010 1 commit
  2. 05 Mar, 2010 1 commit
  3. 04 Mar, 2010 8 commits
  4. 03 Mar, 2010 5 commits
  5. 02 Mar, 2010 1 commit
  6. 01 Mar, 2010 5 commits
  7. 27 Feb, 2010 1 commit
  8. 22 Feb, 2010 1 commit
  9. 19 Feb, 2010 1 commit
  10. 09 Feb, 2010 1 commit
  11. 07 Feb, 2010 2 commits
  12. 06 Feb, 2010 3 commits
  13. 04 Feb, 2010 1 commit
  14. 02 Feb, 2010 3 commits
  15. 31 Jan, 2010 1 commit
  16. 28 Jan, 2010 1 commit
  17. 23 Jan, 2010 1 commit
  18. 22 Jan, 2010 1 commit
  19. 21 Jan, 2010 1 commit
  20. 20 Jan, 2010 1 commit
    • antirez's avatar
      fixed a deadlock caused by too much finished processes in queue so that I/O... · 76b7233a
      antirez authored
      fixed a deadlock caused by too much finished processes in queue so that I/O clients writing to the wirte side of the pipe used to awake the main thread where blocking. Then a BGSAVE started waiting for the last active thread to finish, condition impossible because all the I/O threads where blocking on threads. Takes this as a note to myself...
      76b7233a