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-01-05stream: do not use _stream_* anymoreMatteo Collina
2020-09-21stream: move to internal/streamsMatteo Collina
2020-08-04stream: support async for stream impl functionsJames M Snell
2020-07-15stream: try to wait for flush to complete before 'finish'Robert Nagy
2020-04-22stream: fix _final and 'prefinish' timingRobert Nagy
2020-04-15stream: simplify Transform stream implementationRobert Nagy
2020-03-30stream: change var to let/const in stream filesSaajan
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-05-03stream: remove TODO and add a description insteadRuben Bridgewater
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-06stream: make sure 'readable' is emitted before ending the streamMatteo Collina
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-03-12stream: make virtual methods errors consistentLuigi Pinca
2018-03-07lib: port remaining errors to new systemMichaël Zasso
2018-03-06stream: updated streams error handlingMathias Buus
2018-02-03stream: delete unused code陈刚
2017-10-02stream: migrate to internal/errorsRuben Bridgewater
2017-06-29stream: use more explicit statementsRuben Bridgewater
2017-06-28errors: fix and improve error typesRuben Bridgewater
2017-06-15errors,stream-transform: migrate to use internal/errors.jssreepurnajasti
2017-06-13stream: improve Transform performanceBrian White
2017-05-22stream: improve multiple callback error messagecjihrig
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-30src: fixes misplaced commentMadhav Gharmalkar
2016-09-29stream: improve stream error messagesItalo A. Casas
2016-06-09stream: 'data' argument on callback of Transform._flush()Jesús Leganés Combarro "piranna
2016-02-02stream: prevent object map change in TransformStateEvan Lucas
2016-01-11stream: remove useless if test in transformzoubin
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-02-05stream: simpler stream constructonSam Newman
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-06-12lib: remove unused variablesBrian White
2013-08-16lib: remove unused variables and functionsBrian White
2013-08-02src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-04stream: objectMode transform should allow falsey valuesJeff Barczewski
2013-05-18Merge remote-tracking branch 'ry/v0.10' into masterisaacs
2013-05-14stream: don't create unnecessary buffers in Readableisaacs
2013-05-09stream: Guarantee ordering of 'finish' eventisaacs
2013-04-05stream: unused variableRafael Garcia
2013-04-05stream: remove vestiges of previous _transform APIRafael Garcia