summaryrefslogtreecommitdiff
path: root/src/js_stream.cc
Commit message (Expand)AuthorAgeFilesLines
* src: no abort from getter if object isn't wrappedTrevor Norris2016-05-241-7/+16
* src: inherit first from AsyncWrapTrevor Norris2016-05-241-2/+2
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-2/+2
* js_stream: prevent abort if isalive doesn't existTrevor Norris2015-10-081-1/+4
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-5/+4
* src: introduce internal Buffer::Copy() functionBen Noordhuis2015-08-131-1/+1
* buffer: switch API to return MaybeLocal<T>Trevor Norris2015-08-041-7/+12
* _stream_wrap: prevent use after free in TLSFedor Indutny2015-06-301-1/+1
* js_stream: fix buffer index in DoWriteShigeki Ohtsu2015-05-061-1/+1
* stream_base: dispatch reqs in the stream implFedor Indutny2015-05-011-0/+2
* js_stream: fix leak of instancesFedor Indutny2015-03-061-0/+1
* stream_base: `.writev()` has limited supportFedor Indutny2015-02-281-1/+1
* stream_base: remove static JSMethod declarationsFedor Indutny2015-02-251-0/+1
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-0/+199
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-0/+21