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-06-11stream: only use legacy close listeners if not willEmitCloseRobert Nagy
2020-12-08test: add common.mustSucceedTobias Nießen
2020-07-28stream: rename opts to optionsrickyes
2020-05-04stream: fix stream.finished on DuplexRobert Nagy
2020-04-29stream: don't wait for close on legacy streamsRobert Nagy
2020-04-28stream: finished should complete with read-only DuplexRobert Nagy
2020-03-03stream: eos make const state constRobert Nagy
2020-03-03stream: fix finished w/ 'close' before 'end'Robert Nagy
2020-02-22stream: fix finished typoRobert Nagy
2020-02-09stream: finished callback for closed streamsRobert Nagy
2020-02-05stream: fix finished w/ 'close' before 'finish'Robert Nagy
2020-01-29stream: fix finished writable/readable stateRobert Nagy
2019-10-10Revert "stream: make finished call the callback if the stream is closed"Matteo Collina
2019-09-23stream: use more accurate end-of-stream writable and readable detectionRobert Nagy
2019-09-03stream: make finished call the callback if the stream is closedRobert Nagy
2019-08-20stream: add readableEndedRobert Nagy
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23errors: update error nameRuben Bridgewater
2018-10-24test: increase coverage of internal/stream/end-of-streamTyler Vann-Campbell
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-07-19test: make crashOnUnhandleRejection opt-outMichaël Zasso
2018-04-16stream: add pipeline and finishedMathias Buus