| Commit message (Expand) | Author | Age | Files | Lines |
* | src: replace ARRAY_SIZE with typesafe arraysize | Ben Noordhuis | 2016-04-05 | 1 | -2/+2 |
* | js_stream: prevent abort if isalive doesn't exist | Trevor Norris | 2015-10-08 | 1 | -1/+4 |
* | src: replace usage of v8::Handle with v8::Local | Michaƫl Zasso | 2015-09-06 | 1 | -5/+4 |
* | src: introduce internal Buffer::Copy() function | Ben Noordhuis | 2015-08-13 | 1 | -1/+1 |
* | buffer: switch API to return MaybeLocal<T> | Trevor Norris | 2015-08-04 | 1 | -7/+12 |
* | _stream_wrap: prevent use after free in TLS | Fedor Indutny | 2015-06-30 | 1 | -1/+1 |
* | js_stream: fix buffer index in DoWrite | Shigeki Ohtsu | 2015-05-06 | 1 | -1/+1 |
* | stream_base: dispatch reqs in the stream impl | Fedor Indutny | 2015-05-01 | 1 | -0/+2 |
* | js_stream: fix leak of instances | Fedor Indutny | 2015-03-06 | 1 | -0/+1 |
* | stream_base: `.writev()` has limited support | Fedor Indutny | 2015-02-28 | 1 | -1/+1 |
* | stream_base: remove static JSMethod declarations | Fedor Indutny | 2015-02-25 | 1 | -0/+1 |
* | streams: introduce StreamWrap and JSStream | Fedor Indutny | 2015-02-24 | 1 | -0/+199 |
* | stream_base: introduce StreamBase | Fedor Indutny | 2015-02-22 | 1 | -0/+21 |