aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-07-18Move HandleWrap rules to one placeRyan Dahl
2011-07-18PipeWrap should use HandleWrap::CloseRyan Dahl
2011-07-18Abstract out HandleWrap classRyan Dahl
2011-07-18Add pipe_wrapRyan Dahl
2011-07-18Abstract StreamWrap from TCPWrapRyan Dahl
2011-07-16Improve --help message and Fix -e/--eval switchSteve Engledow
2011-07-15net_uv: getsockname bindingHenry Rawas
2011-07-15connect-timeout callbacks after closeHenry Rawas
2011-07-15Upgrade libuv to 1be48f12a0Ryan Dahl
2011-07-15Use uv_exepathRyan Dahl
2011-07-14Now working on v0.5.2Ryan Dahl
2011-07-14Bump to v0.5.1Ryan Dahl
2011-07-14Merge branch 'v0.4'Ryan Dahl
2011-07-14Comment out wsa_get_proto_info(AF_INET6) - not needed - causes warning in Win2k3Ryan Dahl
2011-07-14Upgrade libuv to f5ff8694Ryan Dahl
2011-07-14Fix fs can't handle large file on 64bit platformkoichik
2011-07-14Fix Buffer drops last null character in UTF-8koichik
2011-07-09Fix off-by-one error in assertion.Ben Noordhuis
2011-07-08Statically link in dependencies for node.exeIgor Zinkovsky
2011-07-08Add several asserts to tcp_wrapRyan Dahl
2011-07-07ipv6 nodeHenry Rawas
2011-07-06sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 3...avz
2011-07-06SendTo and SendMsg expect a buffer only, not a string; fix the error message....Joe Shaw
2011-07-05Now working on version v0.5.1Ryan Dahl
2011-07-05Bump to v0.5.0Ryan Dahl
2011-07-05Support SunOS 121. Check for ifaddrs in wscript for SunOS build.Ryan Dahl
2011-07-05Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis
2011-07-05Parse the command line before initializing V8.Ben Noordhuis
2011-07-05dns_uv: match the old api better, fix testsBert Belder
2011-07-05Avoid assertion failure closing tty stdin on windowsBert Belder
2011-07-05Fix wrong error handling at Open() after open(2) in sync modeavz
2011-07-05Bindings for libuv-integrated c-aresBert Belder
2011-07-04Removed/Fixed TODO DRYNiklas Fiekas
2011-07-04Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias
2011-07-04Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias
2011-07-04Check that PR_SET_NAME is defined.Ben Noordhuis
2011-07-03Fix require with --evalRyan Dahl
2011-07-01Set process.useUV also on env NODE_USE_UV=1Ryan Dahl
2011-07-01Upgrade libuvRyan Dahl
2011-06-29fix mingw buildHenry Rawas
2011-06-29Revert "Add support for file descriptor type detection."Ryan Dahl
2011-06-29Enable new timer binding only on --use-uvRyan Dahl
2011-06-29Revert "Get rid of the old timer binding"Ryan Dahl
2011-06-29Merge branch 'v0.4'Ryan Dahl
2011-06-29Now working on v0.4.10Ryan Dahl
2011-06-29Bump to v0.4.9Ryan Dahl
2011-06-28Fix the MinGW buildHenry Rawas
2011-06-28Fix test-net-pingpong.js on windowsHenry Rawas
2011-06-28Upgrade libuv to f9b9bb44bd6e2b74729b5d1ff481adf4213e9a0bRyan Dahl
2011-06-20net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env varRyan Dahl