summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-11-02Add missing copyright headersRyan Dahl
2011-11-01doc: fix linksMaciej Małecki
2011-11-01windows: enable pending accepts knobIgor Zinkovsky
2011-11-01os: rename getNetworkInterfaces() to networkInterfaces()Ben Noordhuis
2011-10-31tls, https: add passphrase optionkoichik
2011-10-31fix for --harmony_block_scopingkoichik
2011-10-30events: separate maxListeners and _eventsSiddharth Mahendraker
2011-10-26cluster: Add some docs, improve cluster.isWorker()Tj Holowaychuk
2011-10-26node cluster is now a module instead of CLI interfaceRyan Dahl
2011-10-27More bulletproof `util.inspect()` function.Nathan Rajlich
2011-10-27Don't use `instanceof` in lib/util.js "is" checks.Nathan Rajlich
2011-10-27Export the type checking functions from `util.js`.Nathan Rajlich
2011-10-27tls: add address(), remoteAddress/remotePortkoichik
2011-10-27tls: does not emit 'end' from EncryptedStreamkoichik
2011-10-24Directly export the Stream constructor.Nathan Rajlich
2011-10-24Remove resume and pause eventsRyan Dahl
2011-10-24Close #1929 zlib Respond to 'resume' events properlyisaacs
2011-10-24net: `Server.listen`, `Server.close` and `Socket.connect` return `this`Maciej Małecki
2011-10-22Lintseebees
2011-10-22remove auth from hostseebees
2011-10-22http.request(url.parse(x))seebees
2011-10-22url.resolveObject(url.parse(x), y) == url.parse(url.resolve(x, y));seebees
2011-10-22Print out `undefined` on the REPL when returned.Nathan Rajlich
2011-10-21net: bring back .setNoDelay() and .setKeepAlive()Ben Noordhuis
2011-10-21Merge remote branch 'origin/v0.4'Ryan Dahl
2011-10-21getaddrinfo returns ENOTFOUND for invalid domain namesRyan Dahl
2011-10-21Emit 'end' from crypto streams on closeRyan Dahl
2011-10-21Add useGlobal flag for standard node replisaacs
2011-10-21Revert "Don't use a separate context for the repl."isaacs
2011-10-20http: improve http parser bindingsBen Noordhuis
2011-10-20dns.lookup uses cares_wrap::GetAddrInfoRyan Dahl
2011-10-20repl: print out `undefined`Nathan Rajlich
2011-10-20debugger: fix backtrace err handlingFedor Indutny
2011-10-18Don't use a separate context for the repl.isaacs
2011-10-18Remove superfluous nextTick during server bindingRyan Dahl
2011-10-18Fixes #1860. Remove process.writeErrorRyan Dahl
2011-10-17http: tiny fix in http.jsYoshihiro Kikuchi
2011-10-16net: fix error handling in listen()koichik
2011-10-15tls: The TLS API is inconsistent with the TCP APIkoichik
2011-10-15net: fix connect queue bugsBen Noordhuis
2011-10-15net: properly account multi-byte chars in .bytesWrittenBen Noordhuis
2011-10-15tls: requestCert unusable with Firefox and Chromekoichik
2011-10-15child_process.fork: don't modify argskoichik
2011-10-13Fix #1882 zlib Update 'availOutBefore' value, and testisaacs
2011-10-13net: register net.Server callback only onceSimen Brekken
2011-10-12Fix test-http-conn-reset.js on OSXRyan Dahl
2011-10-12Fix test/pummel/test-watch-file.jsRyan Dahl
2011-10-12Fix test/pummel/test-exec.jsRyan Dahl
2011-10-12Improve IPC performance.Daniel Ennis
2011-10-12Revert some changes made in 12486a6Ryan Dahl