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
2021-02-28stream: add AbortSignal support to finishedNitzan Uziely
2021-02-28stream: add AbortSignal to promisified pipelineNitzan Uziely
2021-02-28doc: use **Default:** more consistentlycjihrig
2021-02-16doc: fix quotes in stream docsTobias Nießen
2021-01-12doc: clarify descriptions of _writev chunks argumentJames M Snell
2021-01-12doc: clarify undocumented stream propertiesJames M Snell
2021-01-12doc: fix bugs in _construct() exampleMaksym Baranovskyi
2020-12-222020-12-22, Version 15.5.0 (Current)v15.5.0Michaël Zasso
2020-12-22doc: fix AbortSignal example for stream.ReadableMichaël Zasso
2020-12-21stream: support abortsignal in constructorBenjamin Gruenbaum
2020-12-092020-12-09, Version 15.4.0 (Current)v15.4.0Danielle Adams
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-22doc: update list styles for remark-parse@9 renderingRich Trott
2020-11-14doc: fix `added:` info for `stream._construct()`Luigi Pinca
2020-11-102020-11-10, Version 15.2.0 (Current)v15.2.0Danielle Adams
2020-11-10stream: writableNeedDrainRobert Nagy
2020-11-09doc,stream: write(chunk, encoding, cb) encoding can be nulldev-script
2020-11-03doc: fix _construct example params orderAlejandro Oviedo
2020-11-03doc: document changes for `*/promises` alias modulesExE Boss
2020-10-202020-10-20, Version 15.0.0 (Current)v15.0.0Beth Griggs
2020-10-13doc: fix unit of size argument of readable.readTobias Nießen
2020-10-09doc: harmonize changes list orderingAntoine du Hamel
2020-10-082020-10-07, Version 14.13.1 (Current)Danielle Adams
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-30doc: make minor edits for consistencyRich Trott
2020-09-27doc: add history entry for breaking destroy() changeGil Pedersen
2020-08-10doc: add writable and readable options to Duplex docsPriyank Singh
2020-07-09stream: add promises version to utility functionsrickyes
2020-07-04doc: update wording in "Two reading modes"Julien Poissonnier
2020-07-04doc: use consistent naming in stream docSaleem
2020-07-04doc: clarify how to read process.stdinAnentropic
2020-07-03doc: add streams to the pipeline function signaturerickyes
2020-07-01stream: fix writable.end callback behaviorRobert Nagy
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-22doc: piping from async generators using pipeline()WilliamConnatser
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-19doc: link readable._read in stream.mdPranshu Srivastava
2020-06-19doc: specify default encoding in writable.writePranshu Srivastava
2020-06-17doc,stream: split finish and end events into separate entriesRich Trott
2020-06-10doc: standardize constructor doc header layoutRich Trott
2020-05-30doc: normalize JavaScript code block info stringsDerek Lewis
2020-05-27fs: reimplement read and write streams using stream.constructRobert Nagy
2020-05-27stream: constructRobert Nagy
2020-05-19doc: add comment about highWaterMark limitBenjamin Gruenbaum
2020-05-16doc: fix stream exampleAnna Henningsen
2020-05-01doc: fix the spelling error in stream.md白一梓
2020-04-29stream: add null check in Readable.fromPranshu Srivastava
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen