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-08-04stream: support async for stream impl functionsJames M Snell
2020-07-21stream: fix Duplex._construct raceRobert Nagy
2020-07-01stream: save error in stateRobert Nagy
2020-05-27stream: constructRobert Nagy
2020-04-28stream: don't emit end after closeRobert Nagy
2020-04-27stream: don't emit finish after closeRobert Nagy
2020-04-16stream: update comment to indicate unused APIRobert Nagy
2020-03-10http: align OutgoingMessage and ClientRequest destroyRobert Nagy
2020-02-29stream: fix multiple destroy callsRobert Nagy
2020-02-13stream: removed outdated TODORobert Nagy
2020-02-09stream: finished callback for closed streamsRobert Nagy
2020-01-26stream: re-use legacy destroyerRobert Nagy
2020-01-06stream: do not emit 'end' after 'error'Robert Nagy
2020-01-05stream: emit 'error' asynchronouslyRobert Nagy
2019-12-15stream: error state cleanupRobert Nagy
2019-10-03stream: add comment about undocumented APIRobert Nagy
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-28stream: invoke callback before emitting error alwaysRobert Nagy
2019-08-24stream: avoid unecessary nextTickRobert Nagy
2019-08-17stream: fix destroy() behaviorRobert Nagy
2019-03-06stream: ensure writable.destroy() emits error onceLuigi Pinca
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-30stream: add auto-destroy modeMathias Buus
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White
2018-04-20stream: prevent 'end' to be emitted after 'error'Matteo Collina
2018-04-09stream: always emit error before closeMathias Buus
2018-03-06stream: updated streams error handlingMathias Buus
2018-02-21net: use `_final` instead of `on('finish')`Anna Henningsen
2017-06-14net: return this from destroy()Sam Roberts
2017-05-24stream: fix destroy(err, cb) regressionMatteo Collina
2017-05-22stream: add destroy and _destroy methods.Matteo Collina