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
2020-10-27doc: fix _construct example params orderAlejandro Oviedo
2020-10-25doc: document changes for `*/promises` alias modulesExE Boss
2020-10-202020-10-20, Version 15.0.0 (Current)Beth 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
2020-04-27doc: document major finished changes in v14Robert Nagy
2020-04-212020-04-21, Version 14.0.0 (Current)Beth Griggs
2020-04-14doc: add transform stream destroy() return valuecjihrig
2020-04-05doc: correct version metadata for Readable.fromDave Vandyke
2020-03-30doc: stream.end(cb) cb can be invoked with errorPranshu Srivastava
2020-03-042020-03-04 Version 13.10.0 (Current)Shelley Vohr
2020-02-29stream: fix multiple destroy callsRobert Nagy
2020-02-28doc: remove repetitionLuigi Pinca
2020-02-22doc: update stream.pipeline() signatureVse Mozhet Byt
2020-02-19doc: fix Writable.write callback descriptionRobert Nagy
2020-02-09stream: make readable & writable computedRobert Nagy
2020-01-25doc: further fix async iterator exampleRobert Nagy
2020-01-18stream: support passing generator functions into pipeline()Robert Nagy
2020-01-16doc: explain _writev() APIHarshitha KP
2020-01-10doc: rename iterator to iterable in examplesRobert Nagy
2020-01-10doc: fix stream async iterator sampleRobert Nagy
2020-01-05stream: emit 'error' asynchronouslyRobert Nagy