Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-12-18doc: add note of caution about non-conforming streamsRobert Nagy
2019-12-18stream: increase MAX_HWMRobert Nagy
2019-11-11doc: adjust code sample for stream.finishedCotton Hou
2019-11-11doc: remove "it is important to" phrasingRich Trott
2019-11-11doc: remove dashesRich Trott
2019-11-10doc: clarify readable.unshift null/EOFRobert Nagy
2019-10-14doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-14doc: add note about forwarding stream optionsRobert Nagy
2019-10-09stream: do not deadlock duplexpairRobert Nagy
2019-10-09doc: add explicit bracket for markdown reference linksNick Schonning
2019-10-01doc: clarify description of `readable.push()` methodimhype
2019-10-01doc: clarify stream errors while reading and writingRobert Nagy
2019-10-01doc: clarify pipeline stream cleanupRobert Nagy
2019-09-252019-09-24, Version 12.11.0 (Current)v12.11.0Ruben Bridgewater
2019-09-25stream: make _write() optional when _writev() is implementedRobert Nagy
2019-09-25doc: fix some signatures of .end() methodsVse Mozhet Byt
2019-09-25doc: explain stream.finished cleanupRobert Nagy
2019-09-25doc: make minor improvements to stream.mdRobert Nagy
2019-09-25doc: add documentation for stream readableFlowingChetan Karande
2019-09-25doc: space around listsNick Schonning
2019-09-20doc: fix unsafe writable stream code exampleChetan Karande
2019-09-20doc: change the 'txt' to 'console' for a commandMaledong
2019-09-04doc: add blanks around code fencesNick Schonning
2019-08-202019-08-20, Version 12.9.0 (Current)v12.9.0Michaël Zasso
2019-08-20stream: add readableEndedRobert Nagy
2019-08-19http,stream: add writableEndedRobert Nagy
2019-08-19doc: note that stream error can close streamRobert Nagy
2019-08-19doc: clarify async iterator leakRobert Nagy
2019-08-19doc: make unshift doc compliant with push docEduardoRFS
2019-08-02doc: writableFinished is true before 'finish'Robert Nagy
2019-08-02doc: add documentation for stream.destroyedRobert Nagy
2019-08-02doc: api/stream.md typo from writeable to writableCotton Hou
2019-07-232019-07-23, Version 12.7.0 (Current)v12.7.0Michaël Zasso
2019-07-20doc: add missing version metadata for Readable.fromAnna Henningsen
2019-07-20stream: use readableEncoding public api for child_processZYSzys
2019-07-20doc: add missing typesLuigi Pinca
2019-07-20doc: fix nits in stream.mdVse Mozhet Byt
2019-07-20doc: edit stream module introductionRich Trott
2019-07-20doc: update stream.md "Organization of this Document"Rich Trott
2019-07-20doc: remove unnecessary stability specifierscjihrig
2019-07-022019-07-03, Version 12.6.0 (Current)v12.6.0Michaël Zasso
2019-07-02doc: replace version with REPLACEMEcjihrig
2019-07-02stream: add writableFinishedzero1five
2019-07-02doc: fix nits regarding stream utilitiesVse Mozhet Byt
2019-07-02doc: remove "note that" from stream.mdRich Trott
2019-06-03stream: convert string to Buffer when calling `unshift(<string>)`Marcos Casagrande
2019-05-31doc: fix typo in pipe from async iterator exampleLuigi Pinca
2019-05-212019-05-21, Version 12.3.0 (Current)v12.3.0Ruben Bridgewater
2019-05-20stream: use readableObjectMode public api for js streamAnto Aravinth
2019-05-18stream: implement Readable.from async iterator utilityGuy Bedford