summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
AgeCommit message (Expand)Author
2019-02-14doc: clarify effect of stream.destroy() on write()Sam Roberts
2019-01-20doc: reword stream docs to clarify that decodeStrings encodes stringsDaniel George Holz
2019-01-15doc: revert incorrect change on readable._readMatteo Collina
2019-01-12doc: document that stream.on('close') was changed in Node 10Matteo Collina
2019-01-10doc: make sure that calls to .read() are loopedMatteo Collina
2019-01-09doc: wrap and punctuate YAML description textSam Roberts
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-16tools: enable no-useless-constructor lint rulecjihrig
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-072018-12-07, Version 11.4.0 (Current)Ruben Bridgewater
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-21doc: add readable and writable property to Readable and WritableDexter Leng
2018-11-152018-11-15, Version 11.2.0 (Current)Ruben Bridgewater
2018-11-10doc: fix code examples in stream.mdGrant Carthew
2018-11-05doc: fix minor text issues in stream.mdRich Trott
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-08doc: fix minor typo in streams.mdRich Trott
2018-10-08doc: standardize versions in stream module docRich Trott
2018-10-05doc: improve `stream.Writable` ctor encoding option docsAnna Henningsen
2018-09-29doc: fix casing in stream.mdSintendo
2018-09-03doc: clarify Readable paused/flowing!==object modeChris White
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-21stream: restore flow if there are 'data' handlers after once('readable')Matteo Collina
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-08-18doc: clarify documentation of pipes and zlib objectsAndreas Girgensohn
2018-07-16doc: make markdown input compliantSam Ruby
2018-07-15doc: declare all parameter typesSam Ruby
2018-07-04doc: unify spelling of backpressureThomas Watson
2018-06-15doc: switch the order of Writable and ReadableJoseph Gordon
2018-06-09doc: fix type in stream docAliaksei Tuzik
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-06-06doc: remove spaces around slashesRich Trott
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-16stream: add pipeline and finishedMathias Buus
2018-04-15doc: unify format of iterablesVse Mozhet Byt
2018-04-13doc: remove _writableState referenceAnatoli Papirovski
2018-04-11doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-04-10doc: fix about `decodeStrings` property of `stream.Writable`Ryusei Yamaguchi
2018-04-09doc: specify definite Array typesVse Mozhet Byt
2018-04-06stream: 'readable' have precedence over flowingMatteo Collina
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-03-21doc: fix paragraph order in stream.mdVse Mozhet Byt
2018-03-18doc: add note to readable stream async iteratorIvan Filenko
2018-03-15doc: add returned values and options to stream.mdIvan Filenko
2018-03-11doc: make caveat in stream.md more conciseRich Trott