aboutsummaryrefslogtreecommitdiff
path: root/lib/internal/streams
AgeCommit message (Expand)Author
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
2018-10-24stream: async iteration should work with destroyed streamMatteo Collina
2018-10-08streams: refactor ReadableStream asyncIterator creation and a few fixesGus Caplan
2018-10-02stream: improve buffer list inspectionRuben Bridgewater
2018-09-13fs: ensure readdir() callback is only called oncecjihrig
2018-08-22lib: require a callback for end-of-streamRuben Bridgewater
2018-06-08stream: make the pipeline callback mandatoryRuben Bridgewater
2018-05-31stream: ensure Stream.pipeline re-throws errors without callbackBlaine Bublitz
2018-05-18stream: lazy load end-of-streamRuben Bridgewater
2018-05-18stream: refactor getHighWaterMark in state.jsDaniel Bevenius
2018-05-07Revert "stream: prevent 'end' to be emitted after 'error'"Brian White