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
AgeCommit message (Expand)Author
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-08http: Support write(data, 'hex')isaacs
2013-04-03http: Remove legacy ECONNRESET workaround codeisaacs
2013-04-02http client: Ensure socket cleanup on response endisaacs
2013-03-14http: Don't hot-path end() for large buffersisaacs
2013-03-10stream: Don't emit 'end' unless read() calledisaacs
2013-03-10http: ServerRequest does not timeout after 'end'koichik
2013-03-10http: Do not setTimeout a not-yet-existent socketisaacs
2013-03-09http: check if incoming parser has already been freedhc
2013-03-09Revert "http: check if incoming parser has already been freed"isaacs
2013-03-09http: check if incoming parser has already been freedhheennrryy@gmail.com
2013-03-07http: More useful setTimeout API on serverisaacs
2013-03-06http: fix multiple timeout eventsEugene Girshov
2013-03-03Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-03-02events: add check for listeners lengthTrevor Norris
2013-03-01http: use socket.once, not socket.onBen Noordhuis
2013-03-01stream: There is no _read cb, there is only pushisaacs
2013-02-28Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2013-02-26http: fix case in 505 response status lineBen Noordhuis
2013-02-25http: Do not free the wrong parser on socket closeisaacs
2013-02-22http: Handle hangup writes more gentlyisaacs
2013-02-18http: Add fixme comment about ECONNRESET handlingisaacs
2013-02-18Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-02-15http: Do not let Agent hand out destroyed socketsisaacs
2013-02-15http: Raise hangup error on destroyed socket writeisaacs
2013-02-07http: protect against response splitting attacksBert Belder
2013-01-28http: Don't dump twiceisaacs
2013-01-24http: close connection on 204 and chunked encodingBen Noordhuis
2013-01-23http: close connection on 304 and chunked encodingBen Noordhuis
2013-01-19Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-01-16http: fix duplicate var initializationAlexandr Emelin
2013-01-14http: fix "Cannot call method 'emit' of null"Ben Noordhuis
2013-01-11http: Set _dumped=false initiallyisaacs
2013-01-11http: Don't switch the socket into old-modeisaacs
2013-01-11http: Use stream.push() instead of touching _readableStateisaacs
2012-12-30http: Separate out the storeHeader closureisaacs
2012-12-30http: Replace "in" usage with "=== undefined"isaacs
2012-12-28http: remove unused variableRyunosuke SATO
2012-12-27http: Handle end only when stream is not dumpedisaacs
2012-12-27lintisaacs
2012-12-27stream2: fix to emit end event on http.ClientResponseShigeki Ohtsu
2012-12-21lintisaacs
2012-12-21http: Trivial fix for comments and 'this.read'isaacs
2012-12-21http: use IncomingMessage._dump() instead of resume()isaacs
2012-12-20Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis
2012-12-20http: pack response body buffer in first tcp packetBen Noordhuis
2012-12-16http: bubble up parser errors to ClientRequestBrian White
2012-12-15http: Refactor for streams2isaacs
2012-12-08http: protect against response splitting attacksBert Belder
2012-11-21windows: add tracing with performance countersScott Blomquist