1225 Commits (94963ab39adcf4b346646f9a4bb5cd3dbf09dac6)

Author SHA1 Message Date
Henry Rawas b6f6a1ca11 ipv6 node 14 years ago
Ben Noordhuis b62ecdc5bb Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client. 14 years ago
Ben Noordhuis 3e8667d829 Revert 8dc8773. Always send a HTTP/1.1 status line to the client. 14 years ago
isaacs 87900b14da url: Don't swallow punycode errors 14 years ago
isaacs 8475e1527d punycode: Test for integer overflow 14 years ago
Jeremy Selier 2a848fa727 Close #1149 IDNA and Punycode support in url.parse 14 years ago
Yoshihiro Kikuchi 82cfdb88fa fix an broken question. 14 years ago
Ryan Dahl d1eba2b18b Revert "Fixes #1260" 14 years ago
Ryan Dahl 64a06c5ffd Revert "Error argument for http.ServerRequest 'close'" 14 years ago
Ryan Dahl c0d3f1f485 uv: exception.code isntead of exception.errno 14 years ago
Ryan Dahl ede1acc1ed Revert "Remove 'connect' event from server side sockets" 14 years ago
Ben Noordhuis f91988979f Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Bert Belder 1037f5c113 Fix bug in timers_uv timeout recomputation 14 years ago
Ben Noordhuis 8dc87731c7 Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Ryan Dahl 24a671a8aa legacy c-ares binding should use legacy timer 14 years ago
Bert Belder 858f23094e Bindings for libuv-integrated c-ares 14 years ago
Bert Belder 3b16a89b3a Fix net_uv.isIPv4/6 bug 14 years ago
Adam Luikart 7f30f13543 Update POSIX splitPathRe to allow control chars. Fixes #1230. 14 years ago
Ryan Dahl 38f3bf6610 net_uv: add isIP 14 years ago
Jörn Horstmann ff50310cc5 Fixed a typo in a comment: "realpatch" -> "realpath" 14 years ago
Jörn Horstmann 8cecc50b9d Fixed a typo in a comment: "realpatch" -> "realpath" 14 years ago
koichik c60cdcda4e Fix net.Socket.connect argument parsing 14 years ago
koichik 3e2abd12d3 Fixes #1260 14 years ago
Ryan Dahl 6d8b43c366 http: Fix agent id creation 14 years ago
Ryan Dahl 69d20f5352 use_uv: Correct readyState on connecting 14 years ago
Henry Rawas 56ec4e4f3c net_uv: fix test-net-connect-timeout.js test 14 years ago
Ryan Dahl efca5456b8 Fixes #877. Don't wait for socket pool to establish connections. 14 years ago
Ryan Dahl f78f654131 Revert "debugger: don't allow users to input non-valid commands" 14 years ago
Henry Rawas 4c480551c3 net_uv: reuse socket 14 years ago
Yoshihiro KIKUCHI 99b210d7ea tiny fixes in tty_posix.js 14 years ago
Ryan Dahl e38ae476ef net_uv: Stub out setKeepAlive 14 years ago
Ryan Dahl be1b55289f net_uv: Fix server.listen argument parsing 14 years ago
Ryan Dahl 20996dbc2b Revert "Add support for file descriptor type detection." 14 years ago
Henry Rawas d64e070e26 net_uv: Delay listen emit 14 years ago
Ryan Dahl d005cc5cc9 Enable new timer binding only on --use-uv 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
Ryan Dahl 02699a3a8e net_uv: child process use net_legacy; recognize NODE_USE_UV=1 env var 14 years ago
Ryan Dahl d0a9e64245 net_uv: Don't add listenerCallback when null 14 years ago
Ryan Dahl d627083ed5 Fixes #1187. Support multiple 'link' headers 14 years ago
Ryan Dahl f6ce86af04 net_uv: Export Socket and Stream 14 years ago
Ryan Dahl dc0556c8cd net_uv: Implement end(), destroySoon() 14 years ago
Ryan Dahl e697cfb6fc net_uv: shim up more methods 14 years ago
Ryan Dahl 52b517c6ab Revert "Add --cov code coverage option" 14 years ago
Ryan Dahl 710f8e2acc Add --use-uv command-line flag to use libuv backend 14 years ago
Ryan Dahl 312ed83827 Support eof in net_uv 14 years ago
Ryan Dahl 8bf5b8d352 Initial pass at new net.js for libuv 14 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
isaacs 9967c369c9 AMD compatibility for node, with docs and tests 14 years ago
Ryan Dahl 1ba2c32135 Massage util.inherits for perf increase 14 years ago