701 Commits (e3413f08fdcd0476cd9e0c2f934a6f7c6816c322)

Author SHA1 Message Date
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
Ryan Dahl 97296e405c tcp_wrap: add writeQueueSize 14 years ago
Ryan Dahl ddc989333d tcp_wrap: implement socket.connect() 14 years ago
Ryan Dahl dae73dbd28 tcp_wrap: onread oncomplete parameter massage 14 years ago
Ryan Dahl dafe32d3bf tcp_wrap: implement write 14 years ago
Ryan Dahl 86214c9f16 tcp_wrap: Initial wrap of uv_read_start 14 years ago
Mark Cavage 88552c51ae Support for signature verification with RSA/DSA public keys 14 years ago
isaacs 9967c369c9 AMD compatibility for node, with docs and tests 14 years ago
Ryan Dahl 062759194b Initial binding to uv_tcp_t 14 years ago
Fuji, Goro 8971b59365 `node -e ''` should mean eval(''), not invoke REPL 14 years ago
Ryan Petrello 58a1d7ec30 Close #562 Close #1078 Parse file:// urls properly 14 years ago
Felix Geisendörfer f0a440d886 Remove 'connect' event from server side sockets 14 years ago
Felix Geisendörfer 2b91256c61 Fix error handling bug in stream.pipe() 14 years ago
Ryan Dahl 9c7f89bf56 CryptoStream.prototype.readyState shoudn't reference fd 14 years ago
David Trejo 8a0ac5b422 Add test for agent upgrade and example in docs 14 years ago
Ryan Dahl 6461af1baa Fix buffer test 14 years ago
Ryan Dahl 5e409c2f1a makeFastBuffer should not segfault but rather throw on non-buffer 14 years ago
Ryan Dahl 103a450d3a Remove 'binary' encoding assert - add tests 14 years ago
koichik d4f82ea590 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR" 14 years ago
Brian White e505a1215c Add reading/writing of floats and doubles from/to buffers 14 years ago
koichik 80c2fe9456 Fix event listener leak check timing 14 years ago
Felix Geisendörfer e7ac6d8fcd Error argument for http.ServerRequest 'close' 14 years ago
Felix Geisendörfer 1fde5f51b4 Make https 'timeout' events bubble up 14 years ago
Ryan Dahl 337c48db5f Rename spawnNode to fork 14 years ago
Ryan Dahl 9e26dab150 child_process.spawnNode 14 years ago
isaacs 307f39ce9e Fix a url regression 14 years ago
Håvard Stranden 9f0b1a9bc6 Add Diffie-Hellman support to crypto module 14 years ago
Konstantin Käfer 5e1b7cadb4 Add Buffer::fill method to do memset 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 14 years ago