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-07stream: improve Writable.destroy performanceRobert Nagy
2020-08-04stream: support async for stream impl functionsJames M Snell
2020-07-01stream: save error in stateRobert Nagy
2020-07-01stream: fix writable.end callback behaviorRobert Nagy
2020-05-27stream: constructRobert Nagy
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-28stream: write should throw on unknown encodingRobert Nagy
2020-04-27stream: don't emit finish after closeRobert Nagy
2020-04-26stream: fix sync write perf regressionRobert Nagy
2020-04-25stream: avoid drain for sync streamsRobert Nagy
2020-04-25stream: removes unnecessary paramsJesus Hernandez
2020-04-24stream: consistent punctuationRobert Nagy
2020-04-23stream: refactor Writable bufferingRobert Nagy
2020-04-22stream: fix _final and 'prefinish' timingRobert Nagy
2020-04-18stream: inline unbuffered _writeRobert Nagy
2020-04-18stream: simplify Writable.end()Robert Nagy
2020-04-16stream: improve comments regarding end() errorsRobert Nagy
2020-04-03stream: use callback to properly propagate errorRobert Nagy
2020-03-25stream: align stream.Duplex with net.SocketRobert Nagy
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-17stream: don't emit 'finish' after 'error'Robert Nagy
2020-03-12lib: change var to let/consthimself65
2020-03-07http,stream: make virtual methods throw an errorLuigi Pinca
2020-02-25stream: throw invalid argument errorsRobert Nagy
2020-02-18stream: avoid writing to writableRobert Nagy
2020-02-14stream: simplify Writable.writeRobert Nagy
2020-02-10stream: combine properties using definePropertiesantsmartian
2020-02-09stream: improve writable.write() performanceBrian White
2020-02-09stream: finished callback for closed streamsRobert Nagy
2020-02-09stream: make readable & writable computedRobert Nagy
2020-02-06stream: move _writableState.buffer to EOLJames M Snell
2020-01-08stream: replace Function.prototype with primordialSebastien Ahkrin
2020-01-05stream: emit 'error' asynchronouslyRobert Nagy
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-31stream: invoke buffered write callbacks on errorRobert Nagy
2019-12-25stream: simplify isBufRobert Nagy
2019-12-16lib: replace Symbol.hasInstance by SymbolHasInstanceSebastien Ahkrin
2019-12-15stream: do not throw multiple callback errors in writableRobert Nagy
2019-12-15stream: ensure finish is emitted in next tickRobert Nagy
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03stream: add support for captureRejection optionMatteo Collina
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-19stream: always invoke end callbackRobert Nagy
2019-11-06stream: add writableCorked propertyRobert Nagy
2019-09-30stream: always invoke callback before emitting errorRobert Nagy