node/src
Ryan 7363ccd273 bugfix: Properly exit a process.
This requires that onExit() is not called immediately upon receiving a
SIGCHLD. There could still be data in the pipez. So, instead just set a
flag and invoke the pipe watchers.

Sometimes one will not receive an EOF from pipes because the process was
killed by a SIGTERM, or something. If SIGCHLD has been recved but we are
getting EAGAIN, the pipez need to be closed too.
2009-06-24 13:44:12 +02:00
..
constants.cc define signal constants 2009-06-21 13:50:13 +02:00
constants.h Add errno constants. Move all constants to `node.constants` namespace. 2009-05-26 19:48:49 +02:00
file.cc Fix thread pool unref issue. 2009-06-23 11:27:18 +02:00
file.h Large refactor of file code. 2009-05-26 03:30:51 +02:00
file.js Namespace trimming: remove node.constants 2009-06-18 14:58:17 +02:00
http.cc Bugfix+Refactor: accessing HTTP connection remoteAddress 2009-06-15 15:29:32 +02:00
http.h Bug: Add HTTPConnection->size() and HTTPServer->size() 2009-06-20 15:17:54 +02:00
http.js lint 2009-06-22 13:12:47 +02:00
net.cc Fix thread pool unref issue. 2009-06-23 11:27:18 +02:00
net.h Clean ups 2009-06-17 15:05:44 +02:00
node.cc Move oi_buf creation to node.cc 2009-06-22 19:48:02 +02:00
node.h Move oi_buf creation to node.cc 2009-06-22 19:48:02 +02:00
node.js lint 2009-06-22 13:12:47 +02:00
process.cc bugfix: Properly exit a process. 2009-06-24 13:44:12 +02:00
process.h bugfix: Properly exit a process. 2009-06-24 13:44:12 +02:00
timer.cc Rename fatal_exception to FatalException 2009-05-26 18:18:17 +02:00
timer.h Inform V8 of external allocations. 2009-05-15 16:28:10 +02:00