summaryrefslogtreecommitdiff
path: root/lib/_stream_transform.js
Commit message (Expand)AuthorAgeFilesLines
* stream: make sure 'readable' is emitted before ending the streamMatteo Collina2019-03-271-3/+0
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-251-3/+3
* tools: capitalize sentencesRuben Bridgewater2018-12-171-2/+2
* 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
* stream: Fix stall in Transform under very specific conditionsGil Pedersen2013-03-211-0/+1
* stream: Emit error on stream object, not globalisaacs2013-03-081-1/+1
* stream: Remove bufferSize optionisaacs2013-03-061-2/+2
* stream: _write takes an encoding argumentisaacs2013-03-051-2/+3
* stream: Remove output function from _transformisaacs2013-03-051-19/+21
* stream: There is no _read cb, there is only pushisaacs2013-02-281-5/+5
* stream: Start out in sync=true stateisaacs2013-02-251-0/+5
* stream: remove lowWaterMark featureisaacs2013-02-211-3/+1
* stream: Correct Transform class backpressureisaacs2013-01-281-50/+59
* stream: Use push() for Transform._output()isaacs2013-01-101-42/+2
* streams2: Remove function.bind() usageisaacs2012-12-131-22/+26
* streams2: Add high water mark for Readableisaacs2012-12-131-1/+1
* streams2: ctor guards on Stream classesisaacs2012-12-131-0/+3
* streams2: Handle immediate synthetic transforms properlyisaacs2012-12-131-3/+4