summaryrefslogtreecommitdiff
path: root/lib/_http_incoming.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-8/+8
* http: join authorization headersMarco Ippolito2023-01-031-1/+11
* Revert "http: headers(Distinct), trailers(Distinct) setters to be no-op"Rich Trott2022-11-211-4/+12
* http: headers(Distinct), trailers(Distinct) setters to be no-opMadhuri2022-10-311-12/+4
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+5
* http: add uniqueHeaders option to request and createServerShogun2022-05-231-0/+50
* lib: fix typos in lib code commentsYoshiki2021-11-121-1/+1
* stream: add readableDidRead if has been read fromRobert Nagy2021-08-021-1/+0
* stream: add readableDidReadRobert Nagy2021-07-141-0/+1
* stream: unify stream utilsRobert Nagy2021-07-111-6/+0
* stream: finished should error on errored streamRobert Nagy2021-07-041-0/+3
* stream: bypass legacy destroy for pipeline and async iterationRobert Nagy2021-06-151-2/+8
* lib: revert primordials in a hot pathAntoine du Hamel2021-04-191-4/+2
* Revert "net: add support for finished after .destroy()"Matteo Collina2021-03-311-2/+6
* http: explain the possibilty of refactor unused argumentQingyu Deng2021-02-101-0/+4
* http: explain the unused argument in IncomingMessage._readQingyu Deng2021-02-101-1/+4
* net: add support for finished after .destroy()Robert Nagy2021-01-041-6/+2
* http: refactor to use more primordialsAntoine du Hamel2020-12-291-5/+10
* http: add test for incomingmessage destroyDaniele Belardi2020-12-171-6/+5
* http: use standard args order in IncomingMEssage onErrorDaniele Belardi2020-12-171-4/+4
* http: add comments in _http_incomingDaniele Belardi2020-12-171-0/+6
* http: fix lint error in incoming messageDaniele Belardi2020-12-171-1/+5
* http: reafactor incoming message destroyDaniele Belardi2020-12-171-6/+18
* http: use `autoDestroy: true` in incoming messageDaniele Belardi2020-12-171-9/+10
* http: lazy create IncomingMessage.headersRobert Nagy2020-10-271-6/+56
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-2/+1
* http: return this from IncomingMessage#destroy()cjihrig2020-05-091-0/+1
* http: set IncomingMessage.destroyedRobert Nagy2020-05-091-0/+2
* stream: make readable & writable computedRobert Nagy2020-02-081-2/+0
* stream: enable autoDestroy by defaultRobert Nagy2020-01-031-1/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-4/+7
* http: http_incoming rename var to let and consttelenord2019-11-121-2/+2
* http: support readable hwm in IncomingMessagecjihrig2019-10-301-1/+9
* http: replace superfluous connection property with getter/setterRobert Nagy2019-08-171-1/+9
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-1/+1
* http: improve performance for incoming headersWeijia Wang2019-02-131-117/+85
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-3/+1
* 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