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
2022-10-31stream: add compose operatorRaz Luvaton
2022-10-28stream: fix duplexify premature destroyRobert Nagy
2022-10-15lib: promise version of streams.finished call clean upNaor Tedgi (Abu Emma)
2022-09-13stream: refactor use es2020 statementSindreXie
2022-08-23stream: use null for the error argumentLuigi Pinca
2022-07-27lib: add `Promise` methods to `avoid-prototype-pollution` lint ruleAntoine du Hamel
2022-07-24stream: fix 0 transform hwm backpressureRobert Nagy
2022-07-13stream: initial approach to include strategy options on Readable.toWeb()txxnano
2022-07-11stream: finish pipeline if dst closes before srcRobert Nagy
2022-06-28stream: pass error on legacy destroyGiacomo Gregoletto
2022-06-19tools: update eslint to 8.18.0Node.js GitHub Bot
2022-06-11stream: use `kEmptyObject`LiviaMedeiros
2022-06-03lib: use null-prototype objects for property descriptorsAntoine du Hamel
2022-04-08stream: remove thenable supportRobert Nagy
2022-03-16stream: do cleanup when iterator is destroyedKhoo Hao Yit
2022-02-25stream: allow returning null from pipeline tailRobert Nagy
2022-02-24stream: port more test262 testsBenjamin Gruenbaum
2022-02-15stream: need to cleanup event listeners if last stream is readableXuguang Mei
2022-02-11stream: avoid usage of deprecated APIsMohammed Keyvanzadeh
2022-02-11stream: refactor to use more validatorsMohammed Keyvanzadeh
2022-02-11stream: use standard for loop instead of for..ofMohammed Keyvanzadeh
2022-02-11stream: throw invalid arg type from End Of StreamJithil P Ponnan
2022-02-07stream: add iterator helper findlinkgoron
2022-02-06stream: resume stream on drainRobert Nagy
2022-02-05stream: initial port of test262 testsBenjamin Gruenbaum
2022-02-05lib: replace validator and errorMohammed Keyvanzadeh
2022-02-03stream: use synchronous error validation & validate abort signal optioniMoses
2022-01-30stream: add reduceBenjamin Gruenbaum
2022-01-27stream: use synchronous error validation on iteration helpersiMoses
2022-01-27stream: add asIndexedPairsBenjamin Gruenbaum
2022-01-23stream: add drop and takeBenjamin Gruenbaum
2022-01-23stream: never flatten on toArrayBenjamin Gruenbaum
2022-01-23stream: support flatMapBenjamin Gruenbaum
2022-01-23stream: check for null instead of falsy in loopsRich Trott
2022-01-21stream: support some and everyBenjamin Gruenbaum
2022-01-20stream: add toArrayBenjamin Gruenbaum
2022-01-17stream: add forEach methodBenjamin Gruenbaum
2022-01-17stream: avoid function call where possibleRich Trott
2022-01-15stream: remove always-false condition checkRich Trott
2022-01-11stream: fix error-path function callRich Trott
2022-01-03stream: don't emit finish after destroyRobert Nagy
2022-01-02stream: add filter method to readableBenjamin Gruenbaum
2021-12-29stream: add isReadable helperRobert Nagy
2021-12-29stream: add map method to ReadableBenjamin Gruenbaum
2021-12-16stream: add isErrored helperRobert Nagy
2021-12-06stream: allow readable to end early without errorRobert Nagy
2021-12-02stream: use cause options in AbortError constructorsJames M Snell
2021-12-01stream: cleanup eosRobert Nagy
2021-11-27stream: drain Transform with 0 highWaterMarkRobert Nagy
2021-11-26stream: stricter isReadableNodeStreamRobert Nagy