summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-27http: write buffers when chunked to embrace writevFedor Indutny
2013-04-27net: implement ._writev for .cork/uncork() supportFedor Indutny
2013-04-27streams: introduce .cork/.uncork/._writevFedor Indutny
2013-04-27debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-26debugger: print port number when connecting to debuggeeMiroslav Bajtoš
2013-04-26debugger: `restart` with custom debug portMiroslav Bajtoš
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-21crypto: LazyTransform on properties, not methodsisaacs
2013-04-20cluster: clean up lib/cluster.jsBen Noordhuis
2013-04-19lintisaacs
2013-04-19events: add EventEmitter.defaultMaxListenersBen Noordhuis
2013-04-19path: add path.isAbsolute(path)Ryan Doenges
2013-04-18Merge remote-tracking branch 'ry/v0.10'isaacs
2013-04-18assert: 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-12http: escape unsafe characters in request pathBen Noordhuis
2013-04-12url: ~ is not actually an unwise charisaacs
2013-04-12url: Escape all unwise charactersisaacs
2013-04-12Merge branch 'v0.10'Fedor Indutny
2013-04-11stream: 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-10domain: change name for domain setupTrevor Norris
2013-04-10net: fix socket.bytesWritten Buffers supportFedor Indutny
2013-04-08buffer: 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