summaryrefslogtreecommitdiff
path: root/lib/http.js
Commit message (Expand)AuthorAgeFilesLines
* Revert "stream: start old-mode read in a next tick"Fedor Indutny2014-06-301-1/+1
* stream: start old-mode read in a next tickFedor Indutny2014-06-051-1/+1
* http: do not emit EOF non-readable socketFedor Indutny2014-04-081-3/+1
* http: invoke createConnection when no agentNathan Rajlich2014-02-261-1/+3
* http: provide backpressure for pipeline floodisaacs2013-10-161-5/+37
* http: Handle hex/base64 encodings properlyisaacs2013-08-151-23/+14
* http: improve chunked res.write(buf) performanceBen Noordhuis2013-07-311-64/+93
* http: Dump response when request is abortedisaacs2013-07-081-0/+8
* http: use an unref'd timer to fix delay in exitPeter Rust2013-07-011-3/+6
* Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-121-8/+2
* http: remove bodyHead from 'upgrade' eventsNathan Zadoks2013-05-241-2/+8
* http: Return true on empty writes, not falseisaacs2013-05-231-1/+3
* http: save roundtrips, convert buffers to stringsBen Noordhuis2013-05-231-2/+18
* http: Don't try to destroy nonexistent socketsisaacs2013-04-221-2/+14
* 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
* | http: Use stream.push() instead of touching _readableStateisaacs2013-01-101-13/+9
* | http: Separate out the storeHeader closureisaacs2012-12-291-48/+51