1. Aug 11, 2010
  2. Aug 10, 2010
  3. Aug 09, 2010
  4. Aug 07, 2010
  5. Aug 06, 2010
  6. Aug 05, 2010
  7. Aug 04, 2010
    • isaacs's avatar
      When the parent's stdio FDs are passed to a child, make them temporarily blocking. · e9aacd40
      isaacs authored
      Many programs do not handle non-blocking stdio very well.  In particular,
      man and less have serious problems with this, and since stdout isn't being
      flushed after each write, the output jumps about on the screen as you page
      down.  Programs that do use non-blocking stdio will set that flag themselves
      (as node does).
      
      This puts the stdio file descriptors into blocking mode before sharing them
      with the child process, so that one could spawn a vim subprocess, or some
      other program that depends on blocking IO.
      e9aacd40
    • Ryan Dahl's avatar
      Upgrade V8 to 2.3.4 · a6bc68a8
      Ryan Dahl authored
      a6bc68a8
  8. Aug 03, 2010
  9. Aug 02, 2010