Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-08 | test-uv: add more test cases | Henry Rawas | 1 | -0/+10 | |
2011-07-08 | add tests to "make test-uv" | Henry Rawas | 1 | -2/+123 | |
2011-07-08 | Start 'make test-uv' command | Ryan Dahl | 1 | -0/+7 | |
2011-07-08 | isIP test | Henry Rawas | 2 | -1/+7 | |
2011-07-07 | fix eaddrinuse bug | Henry Rawas | 1 | -1/+1 | |
2011-07-07 | net_uv: fix test-net-eaddrinuse.js | Henry Rawas | 1 | -10/+28 | |
2011-07-07 | ipv6 node | Henry Rawas | 3 | -17/+64 | |
2011-07-07 | Revert 8dc8773. Always send a HTTP/1.1 status line to the client. | Ben Noordhuis | 2 | -6/+3 | |
2011-07-07 | Add deps/uv/src/ares to include path | Ryan Dahl | 1 | -0/+1 | |
2011-07-07 | Escape $CC and $CXX when passed to uv and V8 | Ryan Dahl | 1 | -5/+8 | |
2011-07-07 | Export $CC and $CXX to uv and V8's build systems | Ryan Dahl | 1 | -1/+8 | |
Now you can compile with clang by doing make distclean CC=clang CXX=clang++ ./configure make | |||||
2011-07-07 | complete libuv upgrade. sorry | Ryan Dahl | 158 | -0/+96280 | |
2011-07-07 | Upgrade libuv to 9518ab65949257384bf7e407d8502a6437fdda4b | Ryan Dahl | 186 | -96371/+131 | |
2011-07-06 | sysctl(CTL_HW, HW_PHYSMEM) always returns unsigned long. Will work fine for ↵ | avz | 2 | -6/+6 | |
32 and 64 bit systems. Closes #1233. | |||||
2011-07-06 | SendTo and SendMsg expect a buffer only, not a string; fix the error ↵ | Joe Shaw | 1 | -2/+2 | |
message. Closes #1239. | |||||
2011-07-06 | url: Don't swallow punycode errors | isaacs | 1 | -11/+7 | |
2011-07-06 | punycode: Test for integer overflow | isaacs | 1 | -1/+2 | |
2011-07-06 | Close #1149 IDNA and Punycode support in url.parse | Jeremy Selier | 5 | -12/+357 | |
Using @bnoordhuis's punycode lib. Close #1174 also | |||||
2011-07-06 | Upgrade libuv to 0bf38570e8c7837bd830388f7b57f138aebb3395 | Ryan Dahl | 12 | -22/+206 | |
2011-07-05 | Now working on version v0.5.1 | Ryan Dahl | 1 | -2/+2 | |
2011-07-05 | Bump to v0.5.0v0.5.0 | Ryan Dahl | 4 | -3/+66 | |
2011-07-05 | Support SunOS 121. Check for ifaddrs in wscript for SunOS build. | Ryan Dahl | 2 | -1/+22 | |
2011-07-06 | Libuv: add cygwin support | Bert Belder | 2 | -0/+60 | |
Fails a few tests | |||||
2011-07-05 | Revert "Fixes #1260" | Ryan Dahl | 1 | -16/+10 | |
Due to downgrade of V8. This reverts commit 3e2abd12d3534d76e480fce7a0475d228749f31d. | |||||
2011-07-05 | Revert "Fixes #1267." | Ryan Dahl | 1 | -1/+1 | |
Revert due to V8 downgrade. This reverts commit 04c916989291ccc28fb2a8230e4013f97cc9799d. | |||||
2011-07-05 | Revert "Error argument for http.ServerRequest 'close'" | Ryan Dahl | 5 | -166/+5 | |
Too slow. This reverts commit e7ac6d8fcd3841da072d8b4b6c328b33549d45c3. | |||||
2011-07-05 | Downgrade V8 to 3.1.8.25 | Ryan Dahl | 755 | -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-05 | Verify that the argument passed to vm.runInContext() is a context object. | Ben Noordhuis | 2 | -2/+21 | |
Fixes #558. | |||||
2011-07-05 | Parse the command line before initializing V8. | Ben Noordhuis | 1 | -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-05 | dns_uv: match the old api better, fix tests | Bert Belder | 2 | -32/+41 | |
2011-07-05 | uv: exception.code isntead of exception.errno | Ryan Dahl | 2 | -2/+2 | |
2011-07-05 | Merge branch 'V8-3.4' | Ryan Dahl | 120 | -3795/+4428 | |
2011-07-05 | Upgrade V8 to 3.4.9 | Ryan Dahl | 121 | -3880/+4575 | |
2011-07-05 | make test-process-uptime fail less often | Ryan Dahl | 1 | -3/+5 | |
2011-07-05 | Revert "Remove 'connect' event from server side sockets" | Ryan Dahl | 2 | -1/+12 | |
Fixes #1276 This reverts commit f0a440d886bf5d7f84203c0520b274dbe834a5da. | |||||
2011-07-05 | Fix internet testcase config | Ryan Dahl | 1 | -9/+33 | |
2011-07-05 | net_uv: enable another test case in test-net-pingpong | Ryan Dahl | 1 | -2/+2 | |
2011-07-05 | Typo: stout -> stdout | Alex Xu | 1 | -1/+1 | |
Closes #874 | |||||
2011-07-05 | Avoid assertion failure closing tty stdin on windows | Bert Belder | 1 | -1/+3 | |
2011-07-05 | Fix wrong error handling at Open() after open(2) in sync mode | avz | 1 | -1/+1 | |
2011-07-05 | Test case for issue #1228: errno masked in fs.openSync(). | Ben Noordhuis | 1 | -0/+12 | |
2011-07-05 | Fix `make test-internet` | Bert Belder | 1 | -1/+1 | |
2011-07-05 | Fix bug in timers_uv timeout recomputation | Bert Belder | 1 | -3/+2 | |
Closes #1209 | |||||
2011-07-05 | Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients. | Ben Noordhuis | 1 | -30/+142 | |
2011-07-05 | Don't send a HTTP/1.1 status line to HTTP/1.0 clients. | Ben Noordhuis | 1 | -2/+5 | |
Fixes #1234. | |||||
2011-07-05 | Clean up temporary file on exit. | Ben Noordhuis | 1 | -3/+10 | |
Unbreaks test/simple/test-http-get-pipeline-problem.js, it assumed a fixed number of files in the tmp directory. | |||||
2011-07-04 | legacy c-ares binding should use legacy timer | Ryan Dahl | 1 | -1/+1 | |
2011-07-05 | Bindings for libuv-integrated c-ares | Bert Belder | 8 | -10/+1149 | |
2011-07-05 | Fix v8 mingw build | Bert Belder | 1 | -1/+9 | |
2011-07-05 | Fix net_uv.isIPv4/6 bug | Bert Belder | 1 | -2/+2 | |