summaryrefslogtreecommitdiff
path: root/lib/http.js
AgeCommit message (Expand)Author
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-14http: Do not let Agent hand out destroyed socketsisaacs
2013-02-14http: 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-18Merge 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-10http: Set _dumped=false initiallyisaacs
2013-01-10http: Don't switch the socket into old-modeisaacs
2013-01-10http: Use stream.push() instead of touching _readableStateisaacs
2012-12-29http: Separate out the storeHeader closureisaacs
2012-12-29http: Replace "in" usage with "=== undefined"isaacs
2012-12-27http: remove unused variableRyunosuke SATO
2012-12-26http: Handle end only when stream is not dumpedisaacs
2012-12-26lintisaacs
2012-12-26stream2: 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-14http: Refactor for streams2isaacs
2012-12-07http: protect against response splitting attacksBert Belder
2012-11-21windows: add tracing with performance countersScott Blomquist
2012-10-12lintisaacs
2012-10-11string_decoder: Add 'end' method, do base64 properlyisaacs
2012-10-09https: fix renegotation attack protectionBen Noordhuis
2012-10-03Revert "http: make http.ServerResponse emit 'end'"isaacs
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-28http: add response.headersSent propertyPavel Lang
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-27http: handle multiple Proxy-Authenticate valuesthewilli
2012-09-24http: make the client "res" object gets the same domain as "req"Nathan Rajlich
2012-09-12Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2012-09-12http: Remove timeout handler when data arrivesFrédéric Germain
2012-09-08http: respect HTTP/1.0 TE headerBen Noordhuis
2012-09-04http: make http.ServerResponse emit 'end'Ben Noordhuis
2012-08-24http: bubble up parser errors to ClientRequestBrian White
2012-07-25https: Use host header as effective servernameisaacs
2012-07-23http: remove duplicate assignmentsBrian White
2012-07-20Revert "http/https: pass request to .createConnection()"Fedor Indutny