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
2019-03-07lib: assign missed deprecation codeAnna Henningsen
2019-03-04lib: deprecate _stream_wrapSam Roberts
2018-12-28src: use consistent names for JSStreamSam Roberts
2017-10-19lib: move _stream_wrap into internalsAnna Henningsen
2017-10-17lib: use destructuring for some constantsWeijia Wang
2017-08-23uv: improvements to process.binding('uv')James M Snell
2017-06-29stream: use more explicit statementsRuben Bridgewater
2017-06-20errors,stream_wrap: use internal/errors.jsLAKSHMI SWETHA GOPIREDDY
2017-06-09stream: ensure that instanceof fast-path is hit.Benedikt Meurer
2017-03-17stream: avoid using forEachJames M Snell
2016-10-20test,lib,benchmark: match function namesRich Trott
2015-12-07stream_wrap: error if stream has StringDecoderFedor Indutny
2015-07-01_stream_wrap: prevent use after free in TLSFedor Indutny
2015-03-27streams: use strict on _stream_wrapBrendan Ashworth
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny