summaryrefslogtreecommitdiff
path: root/src/js_stream.cc
AgeCommit message (Expand)Author
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-10-23src: turn JS stream into a full duplexAnna Henningsen
2017-10-23src: allow top-level calls into JSStreamAnna Henningsen
2017-09-01src: remove unused persistent properties from envAnna Henningsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-02src: return MaybeLocal in AsyncWrap::MakeCallbackTobias Nießen
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24src: inherit first from AsyncWrapTrevor Norris
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2015-10-08js_stream: prevent abort if isalive doesn't existTrevor Norris
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-13src: introduce internal Buffer::Copy() functionBen Noordhuis
2015-08-04buffer: switch API to return MaybeLocal<T>Trevor Norris
2015-06-30_stream_wrap: prevent use after free in TLSFedor Indutny
2015-05-06js_stream: fix buffer index in DoWriteShigeki Ohtsu
2015-05-01stream_base: dispatch reqs in the stream implFedor Indutny
2015-03-06js_stream: fix leak of instancesFedor Indutny
2015-02-28stream_base: `.writev()` has limited supportFedor Indutny
2015-02-25stream_base: remove static JSMethod declarationsFedor Indutny
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny