3704 Commits (b5e7b7870a1714d61f17968416c37163bab73c13)
 

Author SHA1 Message Date
Ben Noordhuis f087206067 Verify that the argument passed to vm.runInContext() is a context object. 13 years ago
Ben Noordhuis b74d119b34 Parse the command line before initializing V8. 14 years ago
Bert Belder 72e18d7f19 dns_uv: match the old api better, fix tests 13 years ago
Ryan Dahl c0d3f1f485 uv: exception.code isntead of exception.errno 13 years ago
Ryan Dahl 32a0752d49 Merge branch 'V8-3.4' 13 years ago
Ryan Dahl 6054dcc130 Upgrade V8 to 3.4.9 13 years ago
Ryan Dahl 9c77169112 make test-process-uptime fail less often 13 years ago
Ryan Dahl ede1acc1ed Revert "Remove 'connect' event from server side sockets" 13 years ago
Ryan Dahl e8542b6220 Fix internet testcase config 13 years ago
Ryan Dahl d964b4c5aa net_uv: enable another test case in test-net-pingpong 13 years ago
Alex Xu f1b7c42524 Typo: stout -> stdout 14 years ago
Bert Belder 4062a42aae Avoid assertion failure closing tty stdin on windows 13 years ago
avz 0c3a7c075e Fix wrong error handling at Open() after open(2) in sync mode 14 years ago
Ben Noordhuis 1e6b72e8cb Test case for issue #1228: errno masked in fs.openSync(). 14 years ago
Bert Belder 1e29fe65c3 Fix `make test-internet` 13 years ago
Bert Belder 1037f5c113 Fix bug in timers_uv timeout recomputation 13 years ago
Ben Noordhuis 222f85fdf4 Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients. 14 years ago
Ben Noordhuis 8dc87731c7 Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Ben Noordhuis 092fc42fbf Clean up temporary file on exit. 13 years ago
Ryan Dahl 24a671a8aa legacy c-ares binding should use legacy timer 13 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 13 years ago
Bert Belder c953ecfb9e Fix v8 mingw build 13 years ago
Bert Belder 3b16a89b3a Fix net_uv.isIPv4/6 bug 13 years ago
Adam Luikart 7f30f13543 Update POSIX splitPathRe to allow control chars. Fixes #1230. 14 years ago
koichik 04c9169892 Fixes #1267. 13 years ago
Niklas Fiekas a3e5da07b4 Removed/Fixed TODO DRY 14 years ago
Ryan Dahl 38f3bf6610 net_uv: add isIP 13 years ago
Joe Shaw f6fa20fd55 Fix a misnamed argument; multicastAddress -> multicastInterface. Closes #1237. 14 years ago
Jörn Horstmann ff50310cc5 Fixed a typo in a comment: "realpatch" -> "realpath" 14 years ago
Ben Noordhuis 20d7c47d6e Document that `path.join()` and `path.resolve()` ignore non-string arguments. 13 years ago
Mariano Iglesias 02ebcd8e26 Adding missing v8 namespace to NODE_PSYMBOL 14 years ago
koichik c60cdcda4e Fix net.Socket.connect argument parsing 13 years ago
Ben Noordhuis bd0baf2338 Check that PR_SET_NAME is defined. 13 years ago
Ben Noordhuis 8e0d788842 Test for #402: writing base64 at position > 0 should not mangle the result. 13 years ago
Ben Noordhuis d6188bdd27 Document behaviour of the `encoding` parameter of fs.writeFile(). 13 years ago
koichik bcf3c7d31c Fix doctool uses RegExp object as a Function 13 years ago
koichik 3e2abd12d3 Fixes #1260 13 years ago
Ryan Dahl 6d8b43c366 http: Fix agent id creation 13 years ago
Ryan Dahl 44d30f2d65 Fix require with --eval 13 years ago
Ryan Dahl 69d20f5352 use_uv: Correct readyState on connecting 14 years ago
Ryan Dahl a1e8fcc5ae Merge branch 'v0.4' 14 years ago
Ryan Dahl 5a2155dc71 Set process.useUV also on env NODE_USE_UV=1 14 years ago
Henry Rawas 56ec4e4f3c net_uv: fix test-net-connect-timeout.js test 14 years ago
Ryan Dahl efca5456b8 Fixes #877. Don't wait for socket pool to establish connections. 14 years ago
Ryan Dahl f78f654131 Revert "debugger: don't allow users to input non-valid commands" 14 years ago
Ryan Dahl 70a8927a93 Upgrade libuv to ba1c38f to fix mingw build 14 years ago
Robert Mustacchi 2cfab04037 Fix solaris build (http://codereview.chromium.org/7282034/) 14 years ago
Ryan Dahl 17ac0316d0 Complete libuv upgrade 14 years ago
Ryan Dahl 412e413edc Upgrade libuv 14 years ago
Henry Rawas 4c480551c3 net_uv: reuse socket 14 years ago