summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2011-07-08isIP testHenry Rawas1-0/+4
2011-07-07ipv6 nodeHenry Rawas1-2/+2
2011-07-07Revert 8dc8773. Always send a HTTP/1.1 status line to the client.Ben Noordhuis1-1/+1
2011-07-06Close #1149 IDNA and Punycode support in url.parseJeremy Selier2-2/+93
2011-07-05Revert "Fixes #1267."Ryan Dahl1-1/+1
2011-07-05Revert "Error argument for http.ServerRequest 'close'"Ryan Dahl4-155/+4
2011-07-05Verify that the argument passed to vm.runInContext() is a context object.Ben Noordhuis1-1/+12
2011-07-05dns_uv: match the old api better, fix testsBert Belder1-30/+39
2011-07-05make test-process-uptime fail less oftenRyan Dahl1-3/+5
2011-07-05Revert "Remove 'connect' event from server side sockets"Ryan Dahl1-1/+3
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-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-05Test cases for #1234: don't send HTTP/1.1 responses to HTTP/1.0 clients.Ben Noordhuis1-30/+142
2011-07-05Clean up temporary file on exit.Ben Noordhuis1-3/+10
2011-07-05Bindings for libuv-integrated c-aresBert Belder2-10/+370
2011-07-04Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart1-0/+8
2011-07-05Fixes #1267.koichik1-1/+1
2011-07-05Fix net.Socket.connect argument parsingkoichik1-6/+14
2011-07-04Test for #402: writing base64 at position > 0 should not mangle the result.Ben Noordhuis1-0/+11
2011-07-03http: Fix agent id creationRyan Dahl1-4/+0
2011-07-02use_uv: Correct readyState on connectingRyan Dahl1-1/+3
2011-07-01Merge branch 'v0.4'Ryan Dahl1-0/+49
2011-07-01Fixes #877. Don't wait for socket pool to establish connections.Ryan Dahl1-0/+49
2011-06-29Revert "Add support for file descriptor type detection."Ryan Dahl1-24/+0
2011-06-29Merge branch 'v0.4'Ryan Dahl2-6/+35
2011-06-28Fix test-tcp-wrap-listenRyan Dahl1-1/+2
2011-06-28Fix test-net-pingpong.js on windowsHenry Rawas1-5/+12
2011-06-28Fix mismatch createConnection and Socket.connectkoichik1-0/+42
2011-06-27Test case for issue #1218: uncatchable exception on TLS connection error.Ben Noordhuis1-0/+51
2011-06-20Fix -e/--eval can't load module from node_moduleskoichik1-0/+35
2011-06-20Fixes #1197. Fix failing os.getNetworkInterfaces() test in test-os.jsBen Noordhuis1-1/+4
2011-06-17Revert "Add --cov code coverage option"Ryan Dahl1-4/+0
2011-06-16tcp_wrap: implement shutdownRyan Dahl1-1/+11
2011-06-16tcp_wrap: add writeQueueSizeRyan Dahl1-0/+9
2011-06-16tcp_wrap: implement socket.connect()Ryan Dahl2-1/+42
2011-06-16tcp_wrap: onread oncomplete parameter massageRyan Dahl1-10/+13
2011-06-16tcp_wrap: implement writeRyan Dahl1-4/+30
2011-06-15Merge branch 'v0.4'Ryan Dahl3-0/+38
2011-06-14Closes #1177 remove one node_modules optimizationMathias Buus1-6/+0
2011-06-14tcp_wrap: Initial wrap of uv_read_startRyan Dahl2-0/+60
2011-06-14Support for signature verification with RSA/DSA public keysMark Cavage3-0/+37
2011-06-13AMD compatibility for node, with docs and testsisaacs6-0/+44
2011-06-10Initial binding to uv_tcp_tRyan Dahl1-0/+18
2011-06-03Merge branch 'v0.4'Ryan Dahl2-2/+86
2011-05-31`node -e ''` should mean eval(''), not invoke REPLFuji, Goro1-0/+6
2011-05-28TimerWrap: mimic libev ref count semanticsRyan Dahl2-5/+15
2011-05-27Close #562 Close #1078 Parse file:// urls properlyRyan Petrello1-2/+28
2011-05-25Implement new wrap for uv timerRyan Dahl1-0/+17