summaryrefslogtreecommitdiff
path: root/lib/internal/streams
AgeCommit message (Expand)Author
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-18lib: change var to let in internal/streamsKyriakos Markakis
2019-11-18stream: replace var with letdaern91
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-10Revert "stream: make finished call the callback if the stream is closed"Matteo Collina
2019-10-10Revert "stream: remove ambiguous code"Matteo Collina
2019-10-05stream: do not deadlock duplexpairRobert Nagy
2019-10-03stream: add comment about undocumented APIRobert Nagy
2019-09-30stream: always invoke callback before emitting errorRobert Nagy
2019-09-29stream: remove ambiguous codeRobert Nagy
2019-09-28Revert "stream: invoke callback before emitting error always"Richard Lau
2019-09-27stream: invoke callback before emitting error alwaysRobert Nagy
2019-09-22stream: 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-09-02stream: don't deadlock on aborted streamRobert Nagy
2019-08-30stream: improve read() performanceBrian White
2019-08-23stream: avoid unecessary nextTickRobert Nagy
2019-08-23stream: async iterator destroy compatRobert Nagy
2019-08-19stream: add readableEndedRobert Nagy
2019-08-16stream: fix destroy() behaviorRobert Nagy
2019-08-12stream: improve read() performance furtherBrian White
2019-08-09http: buffer writes even while no socket assignedRobert Nagy
2019-08-09stream: improve read() performance moreBrian White
2019-08-09stream: encapsulate buffer-listRobert Nagy
2019-08-06stream: improve read() performanceBrian White
2019-07-20stream: add null push transform in async_iteratorDavid Mark Clements
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-22stream: reduce internal usage of public require of utilBeni von Cheni
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-05stream: ensure writable.destroy() emits error onceLuigi Pinca
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-15stream: re-use existing `once()` implementationAnna Henningsen
2018-12-11stream: fix end-of-stream for HTTP/2Anna Henningsen
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-29stream: make async iterator .next() always resolveMatteo Collina
2018-11-27stream: use arrow function for callbackDoiChris
2018-11-18stream: do not use crypto.DEFAULT_ENCODING in lazy_transform.jsJoyee Cheung
2018-10-30stream: add auto-destroy modeMathias Buus
2018-10-28stream: do not error async iterators on destroy(null)Matteo Collina
2018-10-28stream: ended streams should resolve the async iterationMatteo Collina