summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-194-3/+4
* Finally remove node::EventEmitterRyan Dahl2011-07-198-150/+7
* Remove StatWatcher's dep on C++ EventEmitterRyan Dahl2011-07-192-11/+4
* Move HandleWrap rules to one placeRyan Dahl2011-07-184-63/+20
* PipeWrap should use HandleWrap::CloseRyan Dahl2011-07-181-1/+3
* Abstract out HandleWrap classRyan Dahl2011-07-186-95/+148
* Add pipe_wrapRyan Dahl2011-07-182-0/+232
* Abstract StreamWrap from TCPWrapRyan Dahl2011-07-184-327/+457
* Improve --help message and Fix -e/--eval switchSteve Engledow2011-07-162-14/+15
* net_uv: getsockname bindingHenry Rawas2011-07-151-0/+60
* connect-timeout callbacks after closeHenry Rawas2011-07-151-15/+23
* Upgrade libuv to 1be48f12a0Ryan Dahl2011-07-151-29/+42
* Use uv_exepathRyan Dahl2011-07-1510-83/+1
* Now working on v0.5.2Ryan Dahl2011-07-141-2/+2
* Bump to v0.5.1v0.5.1Ryan Dahl2011-07-141-1/+1
* Merge branch 'v0.4'Ryan Dahl2011-07-141-2/+16
|\
| * Fix Buffer drops last null character in UTF-8koichik2011-07-141-2/+16
| * Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias2011-07-041-1/+1
* | Comment out wsa_get_proto_info(AF_INET6) - not needed - causes warning in Win2k3Ryan Dahl2011-07-141-2/+2
* | Upgrade libuv to f5ff8694Ryan Dahl2011-07-141-1/+1
* | Fix fs can't handle large file on 64bit platformkoichik2011-07-141-2/+37
* | Fix off-by-one error in assertion.Ben Noordhuis2011-07-091-1/+1
* | Statically link in dependencies for node.exeIgor Zinkovsky2011-07-081-0/+16
* | Add several asserts to tcp_wrapRyan Dahl2011-07-081-1/+19
* | ipv6 nodeHenry Rawas2011-07-071-0/+46
* | sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 3...avz2011-07-061-6/+2
* | SendTo and SendMsg expect a buffer only, not a string; fix the error message....Joe Shaw2011-07-061-2/+2
* | Now working on version v0.5.1Ryan Dahl2011-07-051-2/+2
* | Bump to v0.5.0v0.5.0Ryan Dahl2011-07-051-1/+1
* | Support SunOS 121. Check for ifaddrs in wscript for SunOS build.Ryan Dahl2011-07-051-1/+11
* | Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis2011-07-051-1/+9
* | Parse the command line before initializing V8.Ben Noordhuis2011-07-051-2/+4
* | dns_uv: match the old api better, fix testsBert Belder2011-07-051-2/+2
* | Avoid assertion failure closing tty stdin on windowsBert Belder2011-07-051-1/+3
* | Fix wrong error handling at Open() after open(2) in sync modeavz2011-07-051-1/+1
* | Bindings for libuv-integrated c-aresBert Belder2011-07-053-0/+605
* | Removed/Fixed TODO DRYNiklas Fiekas2011-07-041-5/+5
* | Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias2011-07-041-1/+1
* | Check that PR_SET_NAME is defined.Ben Noordhuis2011-07-041-0/+6
* | Fix require with --evalRyan Dahl2011-07-031-1/+7
* | Set process.useUV also on env NODE_USE_UV=1Ryan Dahl2011-07-011-4/+5
* | Upgrade libuvRyan Dahl2011-07-011-14/+14
* | fix mingw buildHenry Rawas2011-06-291-0/+2
* | Revert "Add support for file descriptor type detection."Ryan Dahl2011-06-291-72/+0
* | Enable new timer binding only on --use-uvRyan Dahl2011-06-291-4/+11
* | Revert "Get rid of the old timer binding"Ryan Dahl2011-06-293-0/+270
* | Merge branch 'v0.4'Ryan Dahl2011-06-292-11/+5
|\ \ | |/
| * Now working on v0.4.10Ryan Dahl2011-06-291-2/+2
| * Bump to v0.4.9v0.4.9Ryan Dahl2011-06-291-1/+1
| * Fix -e/--eval can't load module from node_moduleskoichik2011-06-201-1/+6