summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-03-14Update copyright headersRyan Dahl
2011-03-14Fix HTTP agent disconnection problemRyan Dahl
2011-03-14TLS: Finer locks on _cycle.Theo Schlossnagle
2011-03-11Better type checks for fd in net.jskoichik
2011-03-11Fix GH-746 process.stdin.destroy() breaks http serverkoichik
2011-03-09CryptoStream.prototype.destroySoon shouldn't die if not writableRyan Dahl
2011-03-07setMaxListeners should initialize _eventsRyan Dahl
2011-03-04Don't decrease server connection counter again if destroy() is called more th...Andreas Reich
2011-03-02Revert "Closes GH-85 Emit error rather than throwing."Ryan Dahl
2011-03-02newline should also be treated as "enter" key.Tom Hughes
2011-03-01Fix fs.WriteStream.end(data, [encoding]) throws TypeErrorkoichik
2011-02-27Closes GH-711 URL parse more safelyisaacs
2011-02-27Closes GH-690 node_modules folders should be highest priorityisaacs
2011-02-27Closes GH-232 Make the repl's global the right thingisaacs
2011-02-27Closes GH-85 Emit error rather than throwing.isaacs
2011-02-27Closes GH-184 Clear require cache on repl .clearisaacs
2011-02-27Fix process.stdout.end() throws ENOTSOCK error.koichik
2011-02-24http: fix missing 'drain' eventsRussell Haering
2011-02-24Add 'close' and 'aborted' events to Agent responsesRyan Dahl
2011-02-24Read up the prototype of the 'env' object.Nathan Rajlich
2011-02-24Do not cache modules that throw exceptionsFelix Geisendörfer
2011-02-24Revert "Add extra debug print statement to tls.js"Ryan Dahl
2011-02-24In addition to 'aborted' emit 'close' from incoming requestsFelix Geisendörfer
2011-02-24Pragma HTTP header comma separationRyan Dahl
2011-02-23Add extra debug print statement to tls.jsRyan Dahl
2011-02-23Add TODO itemRyan Dahl
2011-02-19TLS sockets should not be writable after 'end'Ryan Dahl
2011-02-19Closes GH-687 Don't read fs read stream if not openisaacs
2011-02-18package.json main as indexed subdirisaacs
2011-02-18HTTP Agent sockets should not reconnect on errorRyan Dahl
2011-02-18HTTP Agent should not die on evil serverRyan Dahl
2011-02-16TLS: Make _cycle reentrant.Ryan Dahl
2011-02-15https was missing 'end' event sometimesRyan Dahl
2011-02-15Refactor fs.open parameter handlingFelix Geisendörfer
2011-02-15Fix: fs.open callback did not fireFelix Geisendörfer
2011-02-15default to port 80 for http.requestRyan Dahl
2011-02-14Fix for DNS fail in HTTP requestRichard Rodger
2011-02-14Make the repl respect node_modules folders.isaacs
2011-02-14Fixed field merging with progressive fields on writeHead()Tj Holowaychuk
2011-02-10Add support for mutable/implicit headers for http.Tim Caswell
2011-02-10TLS: CRL supportTheo Schlossnagle
2011-02-09Add 'pipe' eventMikeal Rogers
2011-02-09New DTrace probes from CA teamRyan Dahl
2011-02-09node_modules module lookup, +docs and test.isaacs
2011-02-09TLS: Don't give up if you can't write 0 bytesRyan Dahl
2011-02-09better debug messages in net and tlsRyan Dahl
2011-02-08Fix fs.realpathSync on windowsBert Belder
2011-02-08Support caching for realpath, use in module loadisaacs
2011-02-08tls: only emit data after 'secure' eventRyan Dahl
2011-02-08Don't make unnecessary getcwd calls from path.resolveBert Belder