summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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-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
2011-06-20Fix -e/--eval can't load module from node_moduleskoichik
2011-06-20Fixes #1203. Add missing scope.Close to fs.sendfileSyncRyan Dahl
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl
2011-06-17Add --use-uv command-line flag to use libuv backendRyan Dahl
2011-06-16tcp_wrap: implement shutdownRyan Dahl
2011-06-16tcp_wrap: Don't return req object on error.Ryan Dahl
2011-06-16tcp_wrap: add writeQueueSizeRyan Dahl
2011-06-16tcp_wrap: implement socket.connect()Ryan Dahl
2011-06-16tcp_wrap: onread oncomplete parameter massageRyan Dahl
2011-06-16tcp_wrap: implement writeRyan Dahl
2011-06-15Cleanup crypto verify to not print unnecessary errorsMark Cavage
2011-06-15Merge branch 'v0.4'Ryan Dahl
2011-06-14tcp_wrap: Initial wrap of uv_read_startRyan Dahl
2011-06-14Remove confusing comment in node_buffer.hRyan Dahl
2011-06-14libuv wraps: Dispose of JS object on close()Ryan Dahl
2011-06-14Support for signature verification with RSA/DSA public keysMark Cavage
2011-06-14tcp_wrap: Remove listener deckRyan Dahl
2011-06-13AMD compatibility for node, with docs and testsisaacs