1028 Commits (128d1bab2a159ea4b4ef92ed786a08f58210b36b)

Author SHA1 Message Date
Ben Noordhuis b62ecdc5bb Revert 3e2a2a7. Always send a HTTP/1.1 status line to the client. 14 years ago
Yoshihiro Kikuchi 82cfdb88fa fix an broken question. 14 years ago
Ben Noordhuis f91988979f Don't send a HTTP/1.1 status line to HTTP/1.0 clients. 14 years ago
Jörn Horstmann 8cecc50b9d Fixed a typo in a comment: "realpatch" -> "realpath" 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
Yoshihiro KIKUCHI 99b210d7ea tiny fixes in tty_posix.js 14 years ago
Ryan Dahl d627083ed5 Fixes #1187. Support multiple 'link' headers 14 years ago
Mathias Buus 39246f65df Closes #1177 remove one node_modules optimization 14 years ago
Ryan Dahl 1ba2c32135 Massage util.inherits for perf increase 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 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
koichik d4f82ea590 Fix dns.resolve() with 'PTR' throws Error: Unknown type "PTR" 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
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
Ryan Dahl fc8afd45c7 Fix crash in debugger 14 years ago
Ryan Dahl 75a0cf970f cleartextstream.destroy() should destroy socket. 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 bbffd9e502 Close #983 Better JSON.parse error detection 14 years ago
Tim Baumann 6c7c4aeab6 Don't overwrite an user-specified repl.writer 14 years ago
Wade Simmons d00739ce56 make it possible to do repl.start('', stream) 14 years ago
isaacs 90802d628d Close #954 URL parsing/formatting corrections 14 years ago
Felix Geisendörfer 6c5b31bd80 Fix: Multiple pipes to the same stream were broken 14 years ago
Ryan Dahl 8417870f51 Don't emit error on ECONNRESET - just close 14 years ago
Ryan Dahl bb621f7c2e CryptoStream.write returns false when queue > 128kb 14 years ago
Ryan Dahl 050bbf0bc4 TLS use RC4-SHA by default 14 years ago
Theo Schlossnagle d0e84b0088 Pass secureProtocol through on tls.Server creation 14 years ago
Felix Geisendörfer 301f53c2aa Allow omission of end option for range reads 14 years ago
Abe Fettig 83727a4c86 Fix bug where http response.readable was never set to false 14 years ago
koichik 682b66c0c1 Auto completion of built-in debugger suggests prefix match rather than partial match. 14 years ago
Ryan Dahl 9ccf0e527f Don't error on ENOTCONN from shutdown() 14 years ago
isaacs 6d85da185c Closes GH-721 Set default host header properly 14 years ago
isaacs e1a72f0e2e Closes GH-535 Immediate pause/resume race condition 14 years ago
isaacs 4d64f36338 Closes GH-310 Format slashes properly 14 years ago
Ryan Dahl 038306a6c3 Closes GH-843. Fix SlowBuffer.prototype.slice 14 years ago
Ryan Dahl c0b461d9a1 Increase TLS pool size for perf increase 14 years ago
Jorge Chamorro Bieling e7604b1ea7 Retain buffers in fs.read/write() 14 years ago
Mikeal Rogers 2a65d29625 Fix listener leak in stream.pipe() 14 years ago
Arnout Kazemier 53bec1c862 Added support for removing .once listeners 14 years ago