summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
Commit message (Expand)AuthorAgeFilesLines
* stream: make _write() optional when _writev() is implementedRobert Nagy2019-09-221-5/+12
* doc: fix some signatures of .end() methodsVse Mozhet Byt2019-09-221-1/+1
* doc: explain stream.finished cleanupRobert Nagy2019-09-221-0/+20
* doc: make minor improvements to stream.mdRobert Nagy2019-09-221-2/+2
* stream: don't emit finish on errorRobert Nagy2019-09-201-1/+2
* doc: add documentation for stream readableFlowingChetan Karande2019-09-121-0/+11
* doc: space around listsNick Schonning2019-09-091-0/+1
* doc: fix unsafe writable stream code exampleChetan Karande2019-09-051-6/+26
* doc: change the 'txt' to 'console' for a commandMaledong2019-09-031-1/+1
* doc: add blanks around code fencesNick Schonning2019-08-311-0/+1
* 2019-08-20, Version 12.9.0 (Current)Michaël Zasso2019-08-201-2/+2
* stream: add readableEndedRobert Nagy2019-08-191-0/+9
* http,stream: add writableEndedRobert Nagy2019-08-171-0/+13
* stream: fix destroy() behaviorRobert Nagy2019-08-161-0/+3
* doc: note that stream error can close streamRobert Nagy2019-08-141-1/+4
* doc: clarify async iterator leakRobert Nagy2019-08-121-0/+3
* doc: make unshift doc compliant with push docEduardoRFS2019-08-071-3/+6
* doc: writableFinished is true before 'finish'Robert Nagy2019-08-021-1/+1
* doc: add documentation for stream.destroyedRobert Nagy2019-07-261-0/+18
* doc: api/stream.md typo from writeable to writableCotton Hou2019-07-231-9/+9
* 2019-07-23, Version 12.7.0 (Current)Michaël Zasso2019-07-231-1/+1
* doc: add missing version metadata for Readable.fromAnna Henningsen2019-07-151-0/+3
* stream: use readableEncoding public api for child_processZYSzys2019-07-141-0/+11
* doc: add missing typesLuigi Pinca2019-07-121-0/+6
* doc: fix nits in stream.mdVse Mozhet Byt2019-07-111-55/+57
* doc: edit stream module introductionRich Trott2019-07-111-7/+4
* doc: update stream.md "Organization of this Document"Rich Trott2019-07-111-4/+3
* 2019-07-03, Version 12.6.0 (Current)Michaël Zasso2019-07-031-1/+1
* doc: remove unnecessary stability specifierscjihrig2019-07-021-2/+0
* doc: replace version with REPLACEMEcjihrig2019-06-261-1/+1
* stream: add writableFinishedzero1five2019-06-251-0/+10
* doc: fix nits regarding stream utilitiesVse Mozhet Byt2019-06-251-10/+11
* doc: remove "note that" from stream.mdRich Trott2019-06-231-1/+1
* stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande2019-06-021-1/+3
* doc: fix typo in pipe from async iterator exampleLuigi Pinca2019-05-291-1/+1
* 2019-05-21, Version 12.3.0 (Current)Ruben Bridgewater2019-05-211-2/+2
* stream: use readableObjectMode public api for js streamAnto Aravinth2019-05-191-0/+14
* stream: implement Readable.from async iterator utilityGuy Bedford2019-05-181-2/+111
* doc: fix some linksVse Mozhet Byt2019-04-151-2/+2
* 2019-04-11, Version 11.14.0 (Current)Beth Griggs2019-04-111-1/+1
* stream: make Symbol.asyncIterator support stableMatteo Collina2019-04-031-1/+5
* doc: document the 'pause' and 'resume' eventsLuigi Pinca2019-04-031-0/+16
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-3/+3
* doc: document `error` event is optionally emitted after `.destroy()`Sergey Zelenov2019-03-191-9/+11
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-5/+5
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-4/+4
* doc: clarify effect of stream.destroy() on write()Sam Roberts2019-02-141-2/+7
* doc: reword stream docs to clarify that decodeStrings encodes stringsDaniel George Holz2019-01-201-10/+16
* doc: revert incorrect change on readable._readMatteo Collina2019-01-151-7/+1
* doc: document that stream.on('close') was changed in Node 10Matteo Collina2019-01-121-2/+14