summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
Commit message (Expand)AuthorAgeFilesLines
* stream: do not use _stream_* anymoreMatteo Collina2021-01-051-3/+2
* stream: move to internal/streamsMatteo Collina2020-09-211-242/+2
* stream: support async for stream impl functionsJames M Snell2020-08-031-2/+65
* stream: try to wait for flush to complete before 'finish'Robert Nagy2020-07-151-2/+20
* stream: fix _final and 'prefinish' timingRobert Nagy2020-04-221-4/+4
* stream: simplify Transform stream implementationRobert Nagy2020-04-151-108/+52
* stream: change var to let/const in stream filesSaajan2020-03-301-1/+1
* http,stream: make virtual methods throw an errorLuigi Pinca2020-03-071-1/+1
* lib: flatten access to primordialsMichaël Zasso2019-11-251-3/+5
* stream: remove TODO and add a description insteadRuben Bridgewater2019-05-021-3/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-5/+5
* stream: make sure 'readable' is emitted before ending the streamMatteo Collina2019-03-061-3/+0
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-3/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-101-2/+2
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-2/+1
* stream: make virtual methods errors consistentLuigi Pinca2018-03-121-1/+1
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-5/+10
* stream: updated streams error handlingMathias Buus2018-03-061-2/+1
* stream: delete unused code陈刚2018-02-021-1/+1
* stream: migrate to internal/errorsRuben Bridgewater2017-10-011-1/+1
* stream: use more explicit statementsRuben Bridgewater2017-06-291-1/+1
* errors: fix and improve error typesRuben Bridgewater2017-06-281-2/+2
* errors,stream-transform: migrate to use internal/errors.jssreepurnajasti2017-06-151-5/+4
* stream: improve Transform performanceBrian White2017-06-131-37/+30
* stream: improve multiple callback error messagecjihrig2017-05-221-2/+4
* stream: add destroy and _destroy methods.Matteo Collina2017-05-221-0/+8
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: fixes misplaced commentMadhav Gharmalkar2016-09-301-1/+1
* stream: improve stream error messagesItalo A. Casas2016-09-291-1/+1
* stream: 'data' argument on callback of Transform._flush()Jesús Leganés Combarro "piranna2016-06-091-3/+6
* stream: prevent object map change in TransformStateEvan Lucas2016-02-021-0/+1
* stream: remove useless if test in transformzoubin2016-01-111-2/+1
* lib: Consistent error messages in all modulesmicnic2015-11-091-3/+3
* stream: simpler stream constructonSam Newman2015-02-041-0/+8
* lib: reduce util.is*() usagecjihrig2015-01-311-3/+3
* lib: use const to define constantscjihrig2015-01-211-2/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-22/+0
* lib: turn on strict modeBen Noordhuis2014-11-221-0/+2
* lib: remove unused variablesBrian White2014-06-111-2/+2
* lib: remove unused variables and functionsBrian White2013-08-151-2/+1
* src: Replace macros with util functionsisaacs2013-08-011-3/+3
* lib: macro-ify type checksBen Noordhuis2013-07-241-3/+3
* stream: objectMode transform should allow falsey valuesJeff Barczewski2013-07-031-1/+1
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-2/+2
|\
| * stream: don't create unnecessary buffers in Readableisaacs2013-05-141-2/+2
* | stream: Guarantee ordering of 'finish' eventisaacs2013-05-091-1/+1
|/
* stream: unused variableRafael Garcia2013-04-051-2/+0
* stream: remove vestiges of previous _transform APIRafael Garcia2013-04-051-2/+2