summaryrefslogtreecommitdiff
path: root/lib/http.js
Commit message (Expand)AuthorAgeFilesLines
* src: enable strict mode in all builtin modulesJulien Gilli2015-03-031-0/+2
* lib: unexport http.parsersBen Noordhuis2014-09-051-1/+0
* lib: remove unused variablesBrian White2014-06-111-5/+3
* http, https: don't depend on `globalAgent`Nathan Rajlich2014-02-261-2/+4
* http: expose supported methodsBen Noordhuis2013-10-281-0/+1
* lib: remove unused variables and functionsBrian White2013-08-151-3/+1
* http: Fix overlooked agent.globalAgent exportisaacs2013-08-051-2/+1
* http: Add agent.get/request methodsisaacs2013-07-091-24/+4
* http: don't escape request path, reject bad charsBen Noordhuis2013-05-151-5/+8
* http: split Client into _http_client.jsTimothy J Fontaine2013-04-171-460/+2
* http: move Server and ServerResponse outTimothy J Fontaine2013-04-171-428/+6
* http: move OutgoingMessage into it's own fileTimothy J Fontaine2013-04-171-614/+6
* http: move parsers into _http_common.jsTimothy J Fontaine2013-04-171-180/+3
* http: move IncomingMessage into its own fileTimothy J Fontaine2013-04-171-153/+4
* http: split Agent into its own fileTimothy J Fontaine2013-04-171-130/+3
* http: escape unsafe characters in request pathBen Noordhuis2013-04-121-0/+5
* http: Support write(data, 'hex')isaacs2013-04-081-3/+6
* http: Remove legacy ECONNRESET workaround codeisaacs2013-04-031-17/+1
* http client: Ensure socket cleanup on response endisaacs2013-04-021-2/+8
* http: Don't hot-path end() for large buffersisaacs2013-03-141-0/+8
* stream: Don't emit 'end' unless read() calledisaacs2013-03-101-7/+7
* http: ServerRequest does not timeout after 'end'koichik2013-03-101-1/+1
* http: Do not setTimeout a not-yet-existent socketisaacs2013-03-101-1/+10
* http: check if incoming parser has already been freedhc2013-03-091-1/+1
* Revert "http: check if incoming parser has already been freed"isaacs2013-03-081-1/+1
* http: check if incoming parser has already been freedhheennrryy@gmail.com2013-03-081-1/+1
* http: More useful setTimeout API on serverisaacs2013-03-061-3/+37
* http: fix multiple timeout eventsEugene Girshov2013-03-061-2/+5
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-03-021-1/+1
|\
| * http: use socket.once, not socket.onBen Noordhuis2013-03-011-1/+1
* | events: add check for listeners lengthTrevor Norris2013-03-011-3/+3
* | stream: There is no _read cb, there is only pushisaacs2013-02-281-2/+2
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2013-02-281-8/+20
|\ \ | |/
| * http: Do not free the wrong parser on socket closeisaacs2013-02-251-1/+2
| * http: Handle hangup writes more gentlyisaacs2013-02-221-5/+18
* | http: fix case in 505 response status lineBen Noordhuis2013-02-261-1/+1
* | http: Add fixme comment about ECONNRESET handlingisaacs2013-02-181-0/+2
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-181-2/+22
|\ \ | |/
| * http: Do not let Agent hand out destroyed socketsisaacs2013-02-141-1/+2
| * http: Raise hangup error on destroyed socket writeisaacs2013-02-141-1/+20
| * http: protect against response splitting attacksBert Belder2013-02-071-0/+5
* | http: Don't dump twiceisaacs2013-01-281-0/+3
* | http: close connection on 204 and chunked encodingBen Noordhuis2013-01-241-7/+11
* | http: close connection on 304 and chunked encodingBen Noordhuis2013-01-231-0/+16
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-01-181-1/+18
|\ \ | |/
| * http: fix "Cannot call method 'emit' of null"Ben Noordhuis2013-01-141-1/+18
| * lintisaacs2012-12-261-7/+7
* | http: fix duplicate var initializationAlexandr Emelin2013-01-161-1/+0
* | http: Set _dumped=false initiallyisaacs2013-01-101-0/+4
* | http: Don't switch the socket into old-modeisaacs2013-01-101-4/+14