2492 Commits (35ae69682253ea51e59610a9a9e132c78f5e71d5)

Author SHA1 Message Date
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
Bert Belder d9aa9b54cf Use timer_wrap instead of the old timer binding 14 years ago
isaacs 794cb60f9e typo 14 years ago
isaacs 580ab7ba2c Avoid instanceof for native object types 14 years ago
Siddharth Mahendraker 37d529f818 debugger: don't allow users to input non-valid commands 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 70dd6d4ea3 Fix TJ's assert error 14 years ago
Ryan Dahl 9c7f89bf56 CryptoStream.prototype.readyState shoudn't reference fd 14 years ago
Brian White 2de0611b43 Remove unused variable 14 years ago
Fedor Indutny 21724ecaec Share SSL context between server connections 14 years ago
Ryan Dahl 0271b785a1 fork: Use utf8 for channel encoding 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
Ryan Dahl 110f06578d Agent socket errors bubble up to req only if req exists 14 years ago
Marcel Laverdet c2b5ea218c Attempt to connect to debug process more than once 14 years ago
Ryan Dahl 55bff5bab9 TLS: simplify logic 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 fc8afd45c7 Fix crash in debugger 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 14 years ago
Robert Mustacchi 9812e31e8b Add reading/writing of C integers to buffers 14 years ago
koichik fcc04e67c8 Fix SlowBuffer.write() with 'ucs2' throws ReferenceError. 14 years ago
isaacs 7c6f0147df Better stream.pipe() tracking. 14 years ago
isaacs a7ce79124e Add arch/platform to os module 14 years ago
isaacs bbffd9e502 Close #983 Better JSON.parse error detection 14 years ago
Mark Cavage a2328dc73c Add support for Unix Domain Sockets to HTTP 14 years ago
Tim Baumann 6c7c4aeab6 Don't overwrite an user-specified repl.writer 14 years ago