summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
AgeCommit message (Expand)Author
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-02stream: delete unused code陈刚
2017-10-01stream: 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-04stream: simpler stream constructonSam Newman
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-06-11lib: remove unused variablesBrian White
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-07-03stream: objectMode transform should allow falsey valuesJeff Barczewski
2013-05-17Merge 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
2013-03-21stream: Fix stall in Transform under very specific conditionsGil Pedersen
2013-03-08stream: Emit error on stream object, not globalisaacs
2013-03-06stream: Remove bufferSize optionisaacs
2013-03-05stream: _write takes an encoding argumentisaacs
2013-03-05stream: Remove output function from _transformisaacs
2013-02-28stream: There is no _read cb, there is only pushisaacs
2013-02-25stream: Start out in sync=true stateisaacs
2013-02-21stream: remove lowWaterMark featureisaacs
2013-01-28stream: Correct Transform class backpressureisaacs
2013-01-10stream: Use push() for Transform._output()isaacs
2012-12-13streams2: Remove function.bind() usageisaacs
2012-12-13streams2: Add high water mark for Readableisaacs
2012-12-13streams2: ctor guards on Stream classesisaacs