summaryrefslogtreecommitdiff
path: root/lib/_http_incoming.js
AgeCommit message (Expand)Author
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-12http: http_incoming rename var to let and consttelenord
2019-10-30http: support readable hwm in IncomingMessagecjihrig
2019-08-17http: replace superfluous connection property with getter/setterRobert Nagy
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-02-13http: improve performance for incoming headersWeijia Wang
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-04-26http: added aborted property to requestRobert Nagy
2018-04-19http: fix _dump regressionAnatoli Papirovski
2018-02-27http: do not replace .read() in IncomingMessageMatteo Collina
2017-10-19tools: enable additional eslint rulesAnatoli Papirovski
2017-05-31http: suppress data event if req abortedYihong Wang
2017-03-20tools: ignore URLs in line length lintingRich Trott
2017-03-20http: use more efficient module.exports patternJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09http: append Cookie header values with semicolonBrian White
2017-01-11http: try to avoid lowercasing incoming headersBrian White
2016-12-29http: reuse existing headers array for raw valuesBrian White
2016-10-18http: name anonymous functions in _http_incomingmaasencioh
2016-06-15http: fix no dumping after `maybeReadMore`Fedor Indutny
2016-02-15http: remove old, confusing commentBrian White
2015-12-30http: fix non-string header value concatenationBrian White
2015-10-06http: do not allow multiple instances of certain response headersJames M Snell
2015-05-31http: revert deprecation of client propertyMichaël Zasso
2015-05-25http: simplify code and remove unused propertiesBrian White
2015-05-16http,net,tls: return this from setTimeout methodsEvan Lucas
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-30http: Improve _addHeaderLines methodJackson Tian
2014-08-21http: avoid create difference hidden classJackson Tian
2014-01-25http: do not emit EOF non-readable socketFedor Indutny
2014-01-13http: concatenate duplicate headers by defaultAlex Kocharin
2013-12-20http: parse the status message in a http response.Cam Swords
2013-10-16http: provide backpressure for pipeline floodisaacs
2013-08-15http: Simplify IncomingMessage._dump methodisaacs
2013-08-15http: provide access to raw headers/trailersisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-04-29http: forward-port missing bits from 01e2920Ben Noordhuis
2013-04-22http: Don't try to destroy nonexistent socketsisaacs
2013-04-17http: move IncomingMessage into its own fileTimothy J Fontaine