1031 Commits (00aee736922b1fc1fae3953f08d24ced95b8a65f)

Author SHA1 Message Date
Ryan Dahl 62f06fb885 CryptoStream.prototype.destroySoon shouldn't die if not writable 14 years ago
Tony Huang 502900c0bc add path.relative 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
isaacs 11a06fe1e4 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
Ben Noordhuis 1d5ff15a46 fs.utimes() and fs.futimes() support. 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
Ryan Dahl 360885a7e9 deprecate http.cat 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
Ryan Dahl 5287703cce Pragma HTTP header comma separation 14 years ago
Ryan Dahl 340291c085 Add extra debug print statement to tls.js 14 years ago
Ryan Dahl ab144f4843 Add TODO item 14 years ago
isaacs 0aa1a8a005 Closes GH-695 Add 'hex' encoding to Buffer 14 years ago
Ryan Dahl c2a62951f6 TLS sockets should not be writable after 'end' 14 years ago
isaacs 8b9dbdad27 Closes GH-687 Don't read fs read stream if not open 14 years ago
isaacs f8defa3e09 package.json main as indexed subdir 14 years ago
Ryan Dahl aac5cbe025 HTTP Agent sockets should not reconnect on error 14 years ago
Ryan Dahl 9b0c7618c5 HTTP Agent should not die on evil server 14 years ago
Ryan Dahl 19b4c27ebf TLS: Make _cycle reentrant. 14 years ago
Ryan Dahl c365f56061 https was missing 'end' event sometimes 14 years ago
Felix Geisendörfer e56ee67e13 Refactor fs.open parameter handling 14 years ago
Felix Geisendörfer 29b0dc4ec8 Fix: fs.open callback did not fire 14 years ago
Ryan Dahl 77ae87d367 default to port 80 for http.request 14 years ago
Richard Rodger b11d78b386 Fix for DNS fail in HTTP request 14 years ago
isaacs f07041e6cd Make the repl respect node_modules folders. 14 years ago
Tj Holowaychuk fe838611f6 Fixed field merging with progressive fields on writeHead() 14 years ago
Tim Caswell b09c5889be Add support for mutable/implicit headers for http. 14 years ago
Theo Schlossnagle 01a864a29d TLS: CRL support 14 years ago
Mikeal Rogers 634e7236f7 Add 'pipe' event 14 years ago
Ryan Dahl e9257b859d New DTrace probes from CA team 14 years ago
isaacs 46513483cd node_modules module lookup, +docs and test. 14 years ago
Ryan Dahl dafd6d9137 TLS: Don't give up if you can't write 0 bytes 14 years ago
Ryan Dahl a48a075535 better debug messages in net and tls 14 years ago
Bert Belder 8d70294c31 Fix fs.realpathSync on windows 14 years ago
isaacs 9bed5dcb2c Support caching for realpath, use in module load 14 years ago
Ryan Dahl 9de5043b50 tls: only emit data after 'secure' event 14 years ago
Bert Belder 38d8cd60ea Don't make unnecessary getcwd calls from path.resolve 14 years ago