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-01-05stream: do not use _stream_* anymoreMatteo Collina
2020-09-21stream: move to internal/streamsMatteo Collina
2020-09-01stream: fix Readable stream state propertiesDenys Otrishko
2020-08-30stream: allow using `.push()`/`.unshift()` during `once('data')`Anna Henningsen
2020-07-17stream: simpler and faster Readable async iteratorRobert Nagy
2020-07-11stream: cleanup and fix Readable.wrapRobert Nagy
2020-07-01stream: save error in stateRobert Nagy
2020-06-30stream: destroy wrapped streams on errorRobert Nagy
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-27stream: constructRobert Nagy
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-30stream: simplify Readable push/unshift logichimself65
2020-04-28stream: don't emit end after closeRobert Nagy
2020-04-24stream: consistent punctuationRobert Nagy
2020-04-03stream: use callback to properly propagate errorRobert Nagy
2020-03-30stream: change var to let/const in stream filesSaajan
2020-03-26stream: emit 'pause' on unpipeRobert Nagy
2020-03-25stream: align stream.Duplex with net.SocketRobert Nagy
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2020-02-09stream: finished callback for closed streamsRobert Nagy
2020-02-09stream: make readable & writable computedRobert Nagy
2020-01-13stream: simplify pushRobert Nagy
2020-01-07stream: sync stream unpipe resumeRobert Nagy
2020-01-06stream: do not emit 'end' after 'error'Robert Nagy
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2020-01-02stream: group all properties using definePropertiesantsmartian
2019-12-25stream: reset flowing state if no 'readable' or 'data' listenersRobert Nagy
2019-12-20stream: pipe should not swallow errorRobert Nagy
2019-12-17stream: use for...ofTrivikram Kamat
2019-12-16lib: replace Symbol.asyncIterator by SymbolAsyncIteratorSebastien Ahkrin
2019-12-15stream: error state cleanupRobert Nagy
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
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-12stream: increase MAX_HWMRobert Nagy
2019-10-29stream: extract Readable.from in its own fileMatteo Collina
2019-10-14stream: throw unhandled error for readable with autoDestroyRobert Nagy
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-09-23stream: apply special logic in removeListener for readable.off()Robert Nagy
2019-09-23stream: do not call _read() after destroy()Robert Nagy
2019-09-22stream: optimize creationRobert Nagy
2019-08-26stream: fix readable state `awaitDrain` increase in recursionran
2019-08-20stream: add readableEndedRobert Nagy
2019-08-20stream: simplify howMuchToRead()Robert Nagy
2019-08-17stream: fix destroy() behaviorRobert Nagy
2019-08-17stream: use lazy registration for drain for fast destinationsRobert Nagy