1044 Commits (b31d5ac639a60139a31f0fc8124210c3a7a677ab)

Author SHA1 Message Date
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 14 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 14 years ago
koichik fdbfc9ceb7 net: Socket write encoding case sensitivity 14 years ago
Nathan Rajlich 0c91a835ff util: isRegExp() should not call toString() on its argument 14 years ago
Ryan Dahl 827b9c5f1f net: fix throw error 14 years ago
Ryan Dahl 9cd510846e Fixes #1546. Remove expensive debug call. 14 years ago
Ben Noordhuis 4e204f37fd net: defer DNS lookup error events to next tick 14 years ago
isaacs 3210809d0a Fix #1497 querystring: Replace 'in' test with 'hasOwnProperty' 14 years ago
koichik 8b3ba47f88 Fix http.ClientRequest crashes if end() was called twice 14 years ago
koichik d32971a8cb Doc improvements and change argument name. 14 years ago
Trent Mick bbf7e8ed5e http: fix setting ServerResponse.statusCode in writeHead 14 years ago
isaacs ddfc6b78cc Close #1360 url: Allow _ in hostnames. 14 years ago
Reid Burke 973153d1cc Properly respond to HEAD during end(body) hot path 14 years ago
Stefan Rusu 5b02d564c3 Fixes #1085. The agent end event may call detachSocket() after the socket is detached and destroyed by abort(). This patch avoids that behavior. 14 years ago
Stefan Rusu 901ebed8ff Fixes #1304. The Connection instance may be destroyed by abort() when process.nextTick is executed. 14 years ago
koichik 5f97c9a005 Improvements AssertionError message 14 years ago
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