736 Commits (97cf216c74796e7f6dbc65e346ce69cbb160c67f)

Author SHA1 Message Date
Trent Mick a8f96d3314 http: fix setting ServerResponse.statusCode in writeHead 13 years ago
Yoshihiro Kikuchi d3d776f978 test: added test/simple/test-fs-watch-file.js 13 years ago
Ben Noordhuis 0c396c05fd test: beef up checks in test-http-unix-socket.js, add to `make test-uv` 13 years ago
isaacs 588d885e81 Close #1357 Load json files with require() 13 years ago
Ben Noordhuis 1b0e054737 url: throw descriptive error if url argument to parse() is not a string 13 years ago
isaacs ddfc6b78cc Close #1360 url: Allow _ in hostnames. 13 years ago
isaacs dcecfc5f1b Close #1360 url: Allow _ in hostnames. 13 years ago
Reid Burke 973153d1cc Properly respond to HEAD during end(body) hot path 13 years ago
Steve Engledow 292345fe62 Improve --help message and Fix -e/--eval switch 13 years ago
isaacs 7f0047c2d5 Close #1348 Remove require.paths 13 years ago
Ryan Dahl f5a7de1ea7 windows: fix simple/test-executable-path 13 years ago
Elijah Insua b722aaa8c5 Close #1303 Stream.pipe returns the destination 13 years ago
isaacs 9b5098f509 Close #1281 Make require a public member of module 13 years ago
Henry Rawas 876712a074 test-tcp-wrap dont assume port 80 priveleged' 13 years ago
koichik 8caf7fdb05 Add tests for #1085 and #1304 13 years ago
koichik 5208abe723 Fix Buffer drops last null character in UTF-8 14 years ago
koichik 5f97c9a005 Improvements AssertionError message 13 years ago
Henry Rawas 9057d3f17e fix isip test 13 years ago
koichik 8faf941109 Fixes #1267. 13 years ago
Henry Rawas 1018e7d23f isIP test 13 years ago
Henry Rawas b6f6a1ca11 ipv6 node 13 years ago
Ben Noordhuis b62ecdc5bb Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client. 13 years ago
Ben Noordhuis 3e8667d829 Revert 8dc8773. Always send a HTTP/1.1 status line to the client. 13 years ago
Jeremy Selier 2a848fa727 Close #1149 IDNA and Punycode support in url.parse 14 years ago
Ryan Dahl 8b2f5af2a0 Revert "Fixes #1267." 13 years ago
Ryan Dahl 64a06c5ffd Revert "Error argument for http.ServerRequest 'close'" 13 years ago
Ben Noordhuis f087206067 Verify that the argument passed to vm.runInContext() is a context object. 13 years ago
Ryan Dahl ede1acc1ed Revert "Remove 'connect' event from server side sockets" 13 years ago
Ryan Dahl d964b4c5aa net_uv: enable another test case in test-net-pingpong 13 years ago
Ben Noordhuis 1e6b72e8cb Test case for issue #1228: errno masked in fs.openSync(). 14 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 c6846565cf Clean up temporary file on exit. 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 092fc42fbf Clean up temporary file on exit. 13 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 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
koichik c60cdcda4e Fix net.Socket.connect argument parsing 13 years ago
Ben Noordhuis 8e0d788842 Test for #402: writing base64 at position > 0 should not mangle the result. 13 years ago
Ryan Dahl 6d8b43c366 http: Fix agent id creation 13 years ago
Ryan Dahl 69d20f5352 use_uv: Correct readyState on connecting 14 years ago
Ryan Dahl efca5456b8 Fixes #877. Don't wait for socket pool to establish connections. 14 years ago
Ryan Dahl 20996dbc2b Revert "Add support for file descriptor type detection." 14 years ago
Ryan Dahl 8cb5338f35 Fix test-tcp-wrap-listen 14 years ago
Henry Rawas 47a5d93256 Fix test-net-pingpong.js on windows 14 years ago
koichik 6c121edc60 Fix mismatch createConnection and Socket.connect 14 years ago
Ben Noordhuis c626f8bd8f Test case for issue #1218: uncatchable exception on TLS connection error. 14 years ago
koichik d6ec8f668e Fix -e/--eval can't load module from node_modules 14 years ago
Ben Noordhuis 5c38163787 Fixes #1197. Fix failing os.getNetworkInterfaces() test in test-os.js 14 years ago
Ryan Dahl 9696c27c45 tcp_wrap: implement shutdown 14 years ago