Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lib: move _stream_wrap into internals | Anna Henningsen | 2017-10-19 | 1 | -221/+1 |
* | lib: use destructuring for some constants | Weijia Wang | 2017-10-16 | 1 | -2/+2 |
* | uv: improvements to process.binding('uv') | James M Snell | 2017-08-23 | 1 | -8/+6 |
* | stream: use more explicit statements | Ruben Bridgewater | 2017-06-29 | 1 | -5/+2 |
* | errors,stream_wrap: use internal/errors.js | LAKSHMI SWETHA GOPIREDDY | 2017-06-20 | 1 | -1/+2 |
* | stream: ensure that instanceof fast-path is hit. | Benedikt Meurer | 2017-06-09 | 1 | -1/+3 |
* | stream: avoid using forEach | James M Snell | 2017-03-17 | 1 | -3/+2 |
* | test,lib,benchmark: match function names | Rich Trott | 2016-10-19 | 1 | -2/+2 |
* | stream_wrap: error if stream has StringDecoder | Fedor Indutny | 2015-12-06 | 1 | -3/+13 |
* | _stream_wrap: prevent use after free in TLS | Fedor Indutny | 2015-06-30 | 1 | -19/+115 |
* | streams: use strict on _stream_wrap | Brendan Ashworth | 2015-03-28 | 1 | -0/+2 |
* | streams: introduce StreamWrap and JSStream | Fedor Indutny | 2015-02-24 | 1 | -0/+118 |