summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-07-08test-uv: add more test casesHenry Rawas1-0/+10
2011-07-08add tests to "make test-uv"Henry Rawas1-2/+123
2011-07-08Start 'make test-uv' commandRyan Dahl1-0/+7
2011-07-08isIP testHenry Rawas2-1/+7
2011-07-07fix eaddrinuse bugHenry Rawas1-1/+1
2011-07-07net_uv: fix test-net-eaddrinuse.jsHenry Rawas1-10/+28
2011-07-07ipv6 nodeHenry Rawas3-17/+64
2011-07-07Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis2-6/+3
2011-07-07Add deps/uv/src/ares to include pathRyan Dahl1-0/+1
2011-07-07Escape $CC and $CXX when passed to uv and V8Ryan Dahl1-5/+8
2011-07-07Export $CC and $CXX to uv and V8's build systemsRyan Dahl1-1/+8
Now you can compile with clang by doing make distclean CC=clang CXX=clang++ ./configure make
2011-07-07complete libuv upgrade. sorryRyan Dahl158-0/+96280
2011-07-07Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4bRyan Dahl186-96371/+131
2011-07-06sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for ↵avz2-6/+6
32 and 64 bit systems. Closes #1233.
2011-07-06SendTo and SendMsg expect a buffer only, not a string; fix the error ↵Joe Shaw1-2/+2
message. Closes #1239.
2011-07-06url: Don't swallow punycode errorsisaacs1-11/+7
2011-07-06punycode: Test for integer overflowisaacs1-1/+2
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier5-12/+357
Using @bnoordhuis's punycode lib. Close #1174 also
2011-07-06Upgrade libuv to 0bf38570e8c7837bd830388f7b57f138aebb3395Ryan Dahl12-22/+206
2011-07-05Now working on version v0.5.1Ryan Dahl1-2/+2
2011-07-05Bump to v0.5.0v0.5.0Ryan Dahl4-3/+66
2011-07-05Support SunOS 121. Check for ifaddrs in wscript for SunOS build.Ryan Dahl2-1/+22
2011-07-06Libuv: add cygwin supportBert Belder2-0/+60
Fails a few tests
2011-07-05Revert "Fixes #1260"Ryan Dahl1-16/+10
Due to downgrade of V8. This reverts commit 3e2abd12d3534d76e480fce7a0475d228749f31d.
2011-07-05Revert "Fixes #1267."Ryan Dahl1-1/+1
Revert due to V8 downgrade. This reverts commit 04c916989291ccc28fb2a8230e4013f97cc9799d.
2011-07-05Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl5-166/+5
Too slow. This reverts commit e7ac6d8fcd3841da072d8b4b6c328b33549d45c3.
2011-07-05Downgrade V8 to 3.1.8.25Ryan Dahl755-128651/+107721
There are serious performance regressions both in V8 and our own legacy networking stack. Until we correct our own problems we are going back to the old V8.
2011-07-05Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis2-2/+21
Fixes #558.
2011-07-05Parse the command line before initializing V8.Ben Noordhuis1-2/+4
Doing it the other way around means that V8 won't pick up command line switches like `--prof`. Props to Joshua Kehn for reporting the issue and Jeff Fifield for pointing out the cause. Fixes #900. Fixes #1217.
2011-07-05dns_uv: match the old api better, fix testsBert Belder2-32/+41
2011-07-05uv: exception.code isntead of exception.errnoRyan Dahl2-2/+2
2011-07-05Merge branch 'V8-3.4'Ryan Dahl120-3795/+4428
2011-07-05Upgrade V8 to 3.4.9Ryan Dahl121-3880/+4575
2011-07-05make test-process-uptime fail less oftenRyan Dahl1-3/+5
2011-07-05Revert "Remove 'connect' event from server side sockets"Ryan Dahl2-1/+12
Fixes #1276 This reverts commit f0a440d886bf5d7f84203c0520b274dbe834a5da.
2011-07-05Fix internet testcase configRyan Dahl1-9/+33
2011-07-05net_uv: enable another test case in test-net-pingpongRyan Dahl1-2/+2
2011-07-05Typo: stout -> stdoutAlex Xu1-1/+1
Closes #874
2011-07-05Avoid assertion failure closing tty stdin on windowsBert Belder1-1/+3
2011-07-05Fix wrong error handling at Open() after open(2) in sync modeavz1-1/+1
2011-07-05Test case for issue #1228: errno masked in fs.openSync().Ben Noordhuis1-0/+12
2011-07-05Fix `make test-internet`Bert Belder1-1/+1
2011-07-05Fix bug in timers_uv timeout recomputationBert Belder1-3/+2
Closes #1209
2011-07-05Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients.Ben Noordhuis1-30/+142
2011-07-05Don't send a HTTP/1.1 status line to HTTP/1.0 clients.Ben Noordhuis1-2/+5
Fixes #1234.
2011-07-05Clean up temporary file on exit.Ben Noordhuis1-3/+10
Unbreaks test/simple/test-http-get-pipeline-problem.js, it assumed a fixed number of files in the tmp directory.
2011-07-04legacy c-ares binding should use legacy timerRyan Dahl1-1/+1
2011-07-05Bindings for libuv-integrated c-aresBert Belder8-10/+1149
2011-07-05Fix v8 mingw buildBert Belder1-1/+9
2011-07-05Fix net_uv.isIPv4/6 bugBert Belder1-2/+2