4035 Commits (01b64fc36bc18e22b10721e5fd5b01e4cc27f222)
 

Author SHA1 Message Date
Ryan Dahl 395b670e58 Add deps/uv/src/ares to include path 13 years ago
Ryan Dahl 132ae752fa Escape $CC and $CXX when passed to uv and V8 13 years ago
Ryan Dahl 6b78b6bf72 Export $CC and $CXX to uv and V8's build systems 13 years ago
Ryan Dahl 8a9fdedc9e complete libuv upgrade. sorry 13 years ago
Ryan Dahl a2f2aa97ad Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b 13 years ago
avz cc83455534 sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for 32 and 64 bit systems. Closes #1233. 14 years ago
Joe Shaw 3dbb3cdb6a SendTo and SendMsg expect a buffer only, not a string; fix the error message. Closes #1239. 14 years ago
Ryan Dahl 073fbea0f5 Bring back execScript 13 years ago
isaacs 87900b14da url: Don't swallow punycode errors 13 years ago
isaacs 8475e1527d punycode: Test for integer overflow 13 years ago
Jeremy Selier 2a848fa727 Close #1149 IDNA and Punycode support in url.parse 14 years ago
Ryan Dahl 08a334fa45 Upgrade libuv to 0bf38570e8c7837bd830388f7b57f138aebb3395 13 years ago
Ryan Dahl 2dfed9f69a Now working on version v0.5.1 13 years ago
Ryan Dahl ae7ed8482e Bump to v0.5.0 13 years ago
Ryan Dahl 111305c1bd Support SunOS 121. Check for ifaddrs in wscript for SunOS build. 13 years ago
Bert Belder a845bf74ae Libuv: add cygwin support 13 years ago
Yoshihiro Kikuchi 82cfdb88fa fix an broken question. 13 years ago
Ryan Dahl d1eba2b18b Revert "Fixes #1260" 13 years ago
Ryan Dahl 8b2f5af2a0 Revert "Fixes #1267." 13 years ago
Ryan Dahl 64a06c5ffd Revert "Error argument for http.ServerRequest 'close'" 13 years ago
Ryan Dahl 149562555c Downgrade V8 to 3.1.8.25 13 years ago
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
Alex Xu 1c174cc1aa 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
Ben Noordhuis 3e2a2a76fd Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients. 14 years ago
Ben Noordhuis f91988979f Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Ben Noordhuis c6846565cf Clean up temporary file on exit. 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