summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
AgeCommit message (Expand)Author
2019-11-25doc: add note of caution about non-conforming streamsRobert Nagy
2019-11-212019-11-21, Version 13.2.0 (Current)Myles Borins
2019-11-11stream: increase MAX_HWMRobert Nagy
2019-11-05stream: add writableCorked propertyRobert Nagy
2019-10-27doc: adjust code sample for stream.finishedCotton Hou
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26doc: remove dashesRich Trott
2019-10-16doc: clarify readable.unshift null/EOFRobert Nagy
2019-10-10doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-10doc: add note about forwarding stream optionsRobert Nagy
2019-10-05stream: do not deadlock duplexpairRobert Nagy
2019-10-03doc: add explicit bracket for markdown reference linksNick Schonning
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29doc: clarify pipeline stream cleanupRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-27doc: clarify description of `readable.push()` methodimhype
2019-09-27doc: clarify stream errors while reading and writingRobert Nagy
2019-09-262019-09-24, Version 12.11.0 (Current)Ruben Bridgewater
2019-09-22stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-22doc: fix some signatures of .end() methodsVse Mozhet Byt
2019-09-22doc: explain stream.finished cleanupRobert Nagy
2019-09-22doc: make minor improvements to stream.mdRobert Nagy
2019-09-20stream: don't emit finish on errorRobert Nagy
2019-09-12doc: add documentation for stream readableFlowingChetan Karande
2019-09-09doc: space around listsNick Schonning
2019-09-05doc: fix unsafe writable stream code exampleChetan Karande
2019-09-03doc: change the 'txt' to 'console' for a commandMaledong
2019-08-31doc: add blanks around code fencesNick Schonning
2019-08-202019-08-20, Version 12.9.0 (Current)Michaël Zasso
2019-08-19stream: add readableEndedRobert Nagy
2019-08-17http,stream: add writableEndedRobert Nagy
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-14doc: note that stream error can close streamRobert Nagy
2019-08-12doc: clarify async iterator leakRobert Nagy
2019-08-07doc: make unshift doc compliant with push docEduardoRFS
2019-08-02doc: writableFinished is true before 'finish'Robert Nagy
2019-07-26doc: add documentation for stream.destroyedRobert Nagy
2019-07-23doc: api/stream.md typo from writeable to writableCotton Hou
2019-07-232019-07-23, Version 12.7.0 (Current)Michaël Zasso
2019-07-15doc: add missing version metadata for Readable.fromAnna Henningsen
2019-07-14stream: use readableEncoding public api for child_processZYSzys
2019-07-12doc: add missing typesLuigi Pinca
2019-07-11doc: fix nits in stream.mdVse Mozhet Byt
2019-07-11doc: edit stream module introductionRich Trott
2019-07-11doc: update stream.md "Organization of this Document"Rich Trott
2019-07-032019-07-03, Version 12.6.0 (Current)Michaël Zasso
2019-07-02doc: remove unnecessary stability specifierscjihrig
2019-06-26doc: replace version with REPLACEMEcjihrig
2019-06-25stream: add writableFinishedzero1five