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-08-252021-08-25, Version 16.8.0 (Current)Michaël Zasso
2021-08-25stream: add signal support to pipeline generatorsRobert Nagy
2021-08-182021-08-17, Version 16.7.0 (Current)Danielle Adams
2021-08-06stream: add isDisturbed helperRobert Nagy
2021-08-03stream: duplexifyRobert Nagy
2021-08-02stream: add readableDidRead if has been read fromRobert Nagy
2021-07-30doc: add code examples to `Writable.destroy()` and `Writable.destroyed`Juan José Arboleda
2021-07-25stream: mark compose as experimentalRobert Nagy
2021-07-21stream: compose with async functionsRobert Nagy
2021-07-19stream: add stream.composeRobert Nagy
2021-07-13stream: implement streams to webstreams adaptersJames M Snell
2021-07-13doc: use consistent abbreviation formattingRich Trott
2021-07-12stream: destroy readable on read errorRobert Nagy
2021-06-27doc: use ASCII order for md refsAntoine du Hamel
2021-06-10doc: update write callback documentationSimone Busoli
2021-06-03doc: clarify when `readable._read(...)` is calledShaun Keys
2021-06-032021-06-02, Version 16.3.0 (Current)Danielle Adams
2021-05-25stream: add a non-destroying iterator to ReadableNitzan Uziely
2021-05-122021-05-11, Version 14.17.0 'Fermium' (LTS)Danielle Adams
2021-03-31doc: improve Buffer's encoding documentationMichaël Zasso
2021-03-19doc: fix typo in stream docsIan Kerins
2021-03-06tools: add support for mjs and cjs JS snippet lintingAntoine du Hamel
2021-03-032021-03-03, Version 15.11.0 (Current)Michaël Zasso
2021-02-26stream: add AbortSignal support to finishedNitzan Uziely
2021-02-18stream: add AbortSignal to promisified pipelineNitzan Uziely
2021-02-17doc: use **Default:** more consistentlycjihrig
2021-02-15doc: fix quotes in stream docsTobias Nießen
2021-01-09doc: clarify descriptions of _writev chunks argumentJames M Snell
2021-01-03doc: clarify undocumented stream propertiesJames M Snell
2020-12-25doc: fix bugs in _construct() exampleMaksym Baranovskyi
2020-12-222020-12-22, Version 15.5.0 (Current)Michaël Zasso
2020-12-22doc: fix AbortSignal example for stream.ReadableMichaël Zasso
2020-12-11stream: support abortsignal in constructorBenjamin Gruenbaum
2020-12-092020-12-09, Version 15.4.0 (Current)Danielle Adams
2020-12-07stream: support abort signalBenjamin Gruenbaum
2020-11-12doc: update list styles for remark-parse@9 renderingRich Trott
2020-11-112020-11-10, Version 15.2.0 (Current)Danielle Adams
2020-11-10doc: fix `added:` info for `stream._construct()`Luigi Pinca
2020-11-10stream: writableNeedDrainRobert Nagy
2020-11-09doc,stream: write(chunk, encoding, cb) encoding can be nulldev-script
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