Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-15stream: bypass legacy destroy for pipeline and async iterationRobert Nagy
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-03-31Revert "net: add support for finished after .destroy()"Matteo Collina
2021-02-10http: explain the possibilty of refactor unused argumentQingyu Deng
2021-02-10http: explain the unused argument in IncomingMessage._readQingyu Deng
2021-01-05net: add support for finished after .destroy()Robert Nagy
2020-12-29http: refactor to use more primordialsAntoine du Hamel
2020-12-17http: add test for incomingmessage destroyDaniele Belardi
2020-12-17http: use standard args order in IncomingMEssage onErrorDaniele Belardi
2020-12-17http: add comments in _http_incomingDaniele Belardi
2020-12-17http: fix lint error in incoming messageDaniele Belardi
2020-12-17http: reafactor incoming message destroyDaniele Belardi
2020-12-17http: use `autoDestroy: true` in incoming messageDaniele Belardi
2020-10-27http: lazy create IncomingMessage.headersRobert Nagy
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-09http: return this from IncomingMessage#destroy()cjihrig
2020-05-09http: set IncomingMessage.destroyedRobert Nagy
2020-02-09stream: make readable & writable computedRobert Nagy
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
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-21tools: ignore URLs in line length lintingRich Trott
2017-03-21http: 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-19http: 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-07http: 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-02-01lib: reduce util.is*() usagecjihrig