summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis2011-07-052-2/+21
* Parse the command line before initializing V8.Ben Noordhuis2011-07-051-2/+4
* dns_uv: match the old api better, fix testsBert Belder2011-07-052-32/+41
* uv: exception.code isntead of exception.errnoRyan Dahl2011-07-052-2/+2
* Merge branch 'V8-3.4'Ryan Dahl2011-07-05120-3795/+4428
|\
| * Upgrade V8 to 3.4.9Ryan Dahl2011-07-05121-3880/+4575
* | make test-process-uptime fail less oftenRyan Dahl2011-07-051-3/+5
* | Revert "Remove 'connect' event from server side sockets"Ryan Dahl2011-07-052-1/+12
* | Fix internet testcase configRyan Dahl2011-07-051-9/+33
* | net_uv: enable another test case in test-net-pingpongRyan Dahl2011-07-051-2/+2
* | Typo: stout -> stdoutAlex Xu2011-07-051-1/+1
* | 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
* | Test case for issue #1228: errno masked in fs.openSync().Ben Noordhuis2011-07-051-0/+12
* | Fix `make test-internet`Bert Belder2011-07-051-1/+1
* | Fix bug in timers_uv timeout recomputationBert Belder2011-07-051-3/+2
* | Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients.Ben Noordhuis2011-07-051-30/+142
* | Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis2011-07-051-2/+5
* | Clean up temporary file on exit.Ben Noordhuis2011-07-051-3/+10
* | legacy c-ares binding should use legacy timerRyan Dahl2011-07-041-1/+1
* | Bindings for libuv-integrated c-aresBert Belder2011-07-058-10/+1149
* | Fix v8 mingw buildBert Belder2011-07-051-1/+9
* | Fix net_uv.isIPv4/6 bugBert Belder2011-07-051-2/+2
* | Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart2011-07-042-1/+9
* | Fixes #1267.koichik2011-07-051-1/+1
* | Removed/Fixed TODO DRYNiklas Fiekas2011-07-041-5/+5
* | net_uv: add isIPRyan Dahl2011-07-041-0/+32
* | Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237.Joe Shaw2011-07-041-2/+2
* | Fixed a typo in a comment: "realpatch" -> "realpath"Jörn Horstmann2011-07-041-1/+1
* | Document that `path.join()` and `path.resolve()` ignore non-string arguments.Ben Noordhuis2011-07-041-3/+8
* | Adding missing v8 namespace to NODE_PSYMBOLMariano Iglesias2011-07-041-1/+1
* | Fix net.Socket.connect argument parsingkoichik2011-07-053-15/+34
* | Check that PR_SET_NAME is defined.Ben Noordhuis2011-07-041-0/+6
* | Test for #402: writing base64 at position > 0 should not mangle the result.Ben Noordhuis2011-07-041-0/+11
* | Document behaviour of the `encoding` parameter of fs.writeFile().Ben Noordhuis2011-07-041-1/+2
* | Fix doctool uses RegExp object as a Functionkoichik2011-07-041-5/+5
* | Fixes #1260koichik2011-07-031-10/+16
* | http: Fix agent id creationRyan Dahl2011-07-032-5/+1
* | Fix require with --evalRyan Dahl2011-07-031-1/+7
* | use_uv: Correct readyState on connectingRyan Dahl2011-07-022-8/+49
* | Merge branch 'v0.4'Ryan Dahl2011-07-014-23/+62
|\ \
| * | Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl2011-07-012-11/+50
| * | Revert "debugger: don't allow users to input non-valid commands"Ryan Dahl2011-07-011-9/+9
| * | tiny fixes in tty_posix.jsYoshihiro KIKUCHI2011-07-011-3/+3
* | | Set process.useUV also on env NODE_USE_UV=1Ryan Dahl2011-07-011-4/+5
* | | net_uv: fix test-net-connect-timeout.js testHenry Rawas2011-07-012-2/+7
* | | Upgrade libuv to ba1c38f to fix mingw buildRyan Dahl2011-07-014-4/+18
* | | Fix solaris build (http://codereview.chromium.org/7282034/)Robert Mustacchi2011-07-011-85/+147
* | | Complete libuv upgradeRyan Dahl2011-07-0121-0/+16410
* | | Upgrade libuvRyan Dahl2011-07-0148-16287/+352