Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-21cluster: clean up lib/cluster.jsBen Noordhuis
2013-04-20lintisaacs
2013-04-20events: add EventEmitter.defaultMaxListenersBen Noordhuis
2013-04-19path: add path.isAbsolute(path)Ryan Doenges
2013-04-19Merge remote-tracking branch 'ry/v0.10'isaacs
2013-04-19assert: put info in err.message, not err.nameRyan Doenges
2013-04-18Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-04-17http: split Client into _http_client.jsTimothy J Fontaine
2013-04-17http: move Server and ServerResponse outTimothy J Fontaine
2013-04-17http: move OutgoingMessage into it's own fileTimothy J Fontaine
2013-04-17http: move parsers into _http_common.jsTimothy J Fontaine
2013-04-17http: move IncomingMessage into its own fileTimothy J Fontaine
2013-04-17http: split Agent into its own fileTimothy J Fontaine
2013-04-13http: escape unsafe characters in request pathBen Noordhuis
2013-04-13url: ~ is not actually an unwise charisaacs
2013-04-12url: Escape all unwise charactersisaacs
2013-04-12Merge branch 'v0.10'Fedor Indutny
2013-04-12stream: Fix unshift() race conditionsisaacs
2013-04-11lintisaacs
2013-04-11child_process: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-11cluster: fix O(n*m) scan of cmd stringBen Noordhuis
2013-04-11domain: change name for domain setupTrevor Norris
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-09buffer: fix offset checksŁukasz Walukiewicz
2013-04-09stream: call write cb before finish eventisaacs
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-08crypto: fix constructor call in crypto streamsAndreas Madsen
2013-04-08net: account encoding in .byteLengthFedor Indutny
2013-04-08net: fix buffer iteration in bytesWrittenFedor Indutny
2013-04-07tls: Re-enable check of CN-ID in cert verificationTobias Müllerleile
2013-04-05stream: unused variableRafael Garcia
2013-04-05stream: remove vestiges of previous _transform APIRafael Garcia
2013-04-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-03child_process: acknowledge sent handlesFedor Indutny
2013-04-03assert: Simplify AssertError creationisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-04-01tls: Destroy socket when encrypted side closesisaacs
2013-04-01querystring: Removing unnecessary bindingMitar
2013-03-31buffer: change output of Buffer.prototype.toJSON()David Braun
2013-03-31repl: use more readable RegExp syntax for spacesNathan Rajlich
2013-03-31repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich
2013-03-29crypto: Pass options to ctor callsisaacs
2013-03-29zlib: allow passing options to convenience methodsKyle Robinson Young
2013-03-29lintisaacs
2013-03-29Merge remote-tracking branch 'ry/v0.10'isaacs
2013-03-28tls: handle SSL_ERROR_ZERO_RETURNFedor Indutny
2013-03-28setTimeout: do not calculate Timeout._when propertywicked