1. 07 Jun, 2012 2 commits
    • Denis Bilenko's avatar
      subprocess: use built-in fork rather than gevent.fork since we don't need to... · 053faf09
      Denis Bilenko authored
      subprocess: use built-in fork rather than gevent.fork since we don't need to reinit libev in the child
      053faf09
    • Denis Bilenko's avatar
      update libev to latest CVS losing all our local modifications: · 4d0ed0cd
      Denis Bilenko authored
       - childpollev removed - there is a race condition in libev w.r.t to signals and loop_fork() which was reported to libev author. the "childpollev" patch just masked the bug in our test case but it might have other consequences. waiting for the libev author to fix it properly.
       - delayed start of SIGCHLD is removed: the patch has its problems - if SIGCHLD was originally set to SIG_IGN than it's possible for some children to be auto-reaped by OS.
       - printing WSASend and WSARecv errors s no longer done (this did not bring any problems, was removed incidentally, can be restored if there are more bugs in this area).
      4d0ed0cd
  2. 29 May, 2012 3 commits
  3. 28 May, 2012 2 commits
  4. 15 May, 2012 1 commit
  5. 12 May, 2012 8 commits
  6. 11 May, 2012 8 commits
  7. 08 May, 2012 9 commits
  8. 06 May, 2012 1 commit
  9. 05 May, 2012 6 commits