1000 Commits (7c6f0147dfa78641a65c7cb0d84f6723b29a946e)

Author SHA1 Message Date
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
Ryan Dahl 391f087981 Fix setsid in tty.open 14 years ago
Ryan Dahl 24f9bf4180 expose https.Agent 14 years ago
Ryan Dahl d7a86ff05e Fix GH-819. Drop out if connection destroyed before connect() 14 years ago
Ryan Dahl 7e28630f5e Fix GH-820. CryptoStream.end shouldn't throw if not writable 14 years ago
Ryan Dahl 66570c1964 Fix double free of parser on error in http.Agent. 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago
Ryan Dahl 36e75b7351 Fix HTTP agent disconnection problem 14 years ago
Theo Schlossnagle e3925b741c TLS: Finer locks on _cycle. 14 years ago
koichik 414fa4abae Better type checks for fd in net.js 14 years ago
koichik 113b1e6e0c Fix GH-746 process.stdin.destroy() breaks http server 14 years ago
Ryan Dahl 62f06fb885 CryptoStream.prototype.destroySoon shouldn't die if not writable 14 years ago
Ryan Dahl 81d3de7e6d setMaxListeners should initialize _events 14 years ago
Andreas Reich 5e91042fcb Don't decrease server connection counter again if destroy() is called more than once 14 years ago
Ryan Dahl fbe36a7ca9 Revert "Closes GH-85 Emit error rather than throwing." 14 years ago
Tom Hughes cf7b680db9 newline should also be treated as "enter" key. 14 years ago
koichik 4e7c37b87c Fix fs.WriteStream.end(data, [encoding]) throws TypeError 14 years ago
isaacs d664bf376d Closes GH-711 URL parse more safely 14 years ago
isaacs 3599c71dae Closes GH-690 node_modules folders should be highest priority 14 years ago
isaacs a48f73d0d3 Closes GH-232 Make the repl's global the right thing 14 years ago
isaacs f3d364122d Closes GH-85 Emit error rather than throwing. 14 years ago
isaacs 2cfe7b847d Closes GH-184 Clear require cache on repl .clear 14 years ago
koichik 0a51a6d3ac Fix process.stdout.end() throws ENOTSOCK error. 14 years ago
Russell Haering 7276ff9822 http: fix missing 'drain' events 14 years ago
Ryan Dahl ea9f5b110a Add 'close' and 'aborted' events to Agent responses 14 years ago
Nathan Rajlich a9a252fda9 Read up the prototype of the 'env' object. 14 years ago
Felix Geisendörfer 66601f13d9 Do not cache modules that throw exceptions 14 years ago
Ryan Dahl a2f498a5ef Revert "Add extra debug print statement to tls.js" 14 years ago
Felix Geisendörfer f423ec90fc In addition to 'aborted' emit 'close' from incoming requests 14 years ago