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-06-07stream: fix the spellingsantsmartian
2020-05-19stream: forward writableObjectModeRobert Nagy
2020-04-29stream: let Duplex re-use Writable propertiesRobert Nagy
2020-04-24stream: consistent punctuationRobert Nagy
2020-03-25stream: align stream.Duplex with net.SocketRobert Nagy
2020-02-09stream: make readable & writable computedRobert Nagy
2020-01-09stream: clean up definition using definePropertiesantsmartian
2019-12-17stream: use for...ofTrivikram Kamat
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-13stream: add writableCorked to DuplexAnna Henningsen
2019-11-09lib: change var to let in lib/_stream_duplex.jsIlia Safronov
2019-08-17http,stream: add writableEndedRobert Nagy
2019-06-26stream: add writableFinishedzero1five
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-04-28stream: only check options once in Duplex ctorDaniel Bevenius
2018-04-06net,stream: remove DuplexBaseLuigi Pinca
2018-03-07stream: make Duplex inherits from DuplexBaseLuigi Pinca
2018-03-06stream: updated streams error handlingMathias Buus
2018-03-04stream: add no-half-open enforcer only if neededLuigi Pinca
2017-12-18stream: rm {writeable/readable}State.lengthCalvin Metcalf
2017-12-16stream: add flow and buffer properties to streamsCalvin Metcalf
2017-11-15stream: remove usage of *State.highWaterMarkCalvin Metcalf
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-03-10meta: restore original copyright headerJames M Snell
2015-04-16node: allow multiple arguments passed to nextTickTrevor Norris
2015-01-22lib: use const to define constantscjihrig
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-05lib: improved forEach object performanceMajid Arif Siddiqui
2013-01-17stdio: Set readable/writable flags properlyisaacs
2012-12-14streams2: Fix duplex no-half-open logicisaacs
2012-12-14streams2: ctor guards on Stream classesisaacs
2012-12-14streams2: The new stream base classesisaacs