summaryrefslogtreecommitdiff
path: root/lib/_http_incoming.js
Commit message (Expand)AuthorAgeFilesLines
* http: added aborted property to requestRobert Nagy2018-04-261-0/+2
* http: fix _dump regressionAnatoli Papirovski2018-04-191-0/+8
* http: do not replace .read() in IncomingMessageMatteo Collina2018-02-271-19/+0
* tools: enable additional eslint rulesAnatoli Papirovski2017-10-191-3/+2
* http: suppress data event if req abortedYihong Wang2017-05-311-0/+3
* tools: ignore URLs in line length lintingRich Trott2017-03-201-2/+1
* http: use more efficient module.exports patternJames M Snell2017-03-201-6/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* http: append Cookie header values with semicolonBrian White2017-03-091-9/+11
* http: try to avoid lowercasing incoming headersBrian White2017-01-111-45/+161
* http: reuse existing headers array for raw valuesBrian White2016-12-291-8/+4
* http: name anonymous functions in _http_incomingmaasencioh2016-10-181-9/+11
* http: fix no dumping after `maybeReadMore`Fedor Indutny2016-06-151-0/+9
* http: remove old, confusing commentBrian White2016-02-151-4/+0
* http: fix non-string header value concatenationBrian White2015-12-301-1/+1
* http: do not allow multiple instances of certain response headersJames M Snell2015-10-061-0/+6
* http: revert deprecation of client propertyMichaƫl Zasso2015-05-311-11/+1
* http: simplify code and remove unused propertiesBrian White2015-05-251-3/+11
* http,net,tls: return this from setTimeout methodsEvan Lucas2015-05-161-0/+1
* lib: fix eslint stylesYosuke Furukawa2015-05-091-2/+4
* lib: reduce util.is*() usagecjihrig2015-01-311-3/+3
* lib: use const to define constantscjihrig2015-01-211-2/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* http: Improve _addHeaderLines methodJackson Tian2014-09-301-1/+2
* http: avoid create difference hidden classJackson Tian2014-08-211-0/+3
* http: do not emit EOF non-readable socketFedor Indutny2014-01-251-3/+1
* http: concatenate duplicate headers by defaultAlex Kocharin2014-01-131-29/+21
* http: parse the status message in a http response.Cam Swords2013-12-201-0/+1
* http: provide backpressure for pipeline floodisaacs2013-10-161-1/+1
* http: Simplify IncomingMessage._dump methodisaacs2013-08-151-8/+5
* http: provide access to raw headers/trailersisaacs2013-08-151-3/+24
* src: Replace macros with util functionsisaacs2013-08-011-4/+4
* lib: macro-ify type checksBen Noordhuis2013-07-241-4/+4
* http: forward-port missing bits from 01e2920Ben Noordhuis2013-04-291-0/+3
* http: Don't try to destroy nonexistent socketsisaacs2013-04-221-1/+2
* http: move IncomingMessage into its own fileTimothy J Fontaine2013-04-171-0/+179