Use net_uv instead of net_legacy for stdio
authorRyan Dahl <ry@tinyclouds.org>
Tue, 13 Sep 2011 00:19:09 +0000 (17:19 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 13 Sep 2011 00:32:52 +0000 (17:32 -0700)
commit0aad61e80205baa5e7e4b4bdc81f53f17edc983c
tree252fa268dd89cc5ff55e80be5de296dad83388a4
parent190abcac9debb2f4c729af32f88703d26026a049
Use net_uv instead of net_legacy for stdio

Also temporary hack to prevent process.stdout from keeping event loop alive
by calling uv_unref on process.stdout initialization.
lib/tty_posix.js
src/node.js
src/node_stdio.cc
test/simple/test-module-load-list.js