summaryrefslogtreecommitdiff
path: root/src/stream_base.h
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-1/+0
* http: reset stream to unconsumed in `unconsume()`Anna Henningsen2017-09-191-0/+5
* stream_base,tls_wrap: notify on destructTrevor Norris2017-04-181-1/+8
* src: make ReqWrap req_ member privateDaniel Bevenius2016-10-111-0/+9
* src: remove obsolete NOLINT commentsBen Noordhuis2016-07-051-1/+1
* src: add include guards to internal headersBen Noordhuis2016-06-021-0/+4
* stream_base: expose `bytesRead` getterFedor Indutny2016-04-261-2/+11
* tls_wrap: reach error reporting for UV_EPROTOFedor Indutny2016-01-271-2/+9
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* stream_base: various improvementsFedor Indutny2015-08-201-30/+42
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-2/+8
* stream_base: WriteWrap::New/::DisposeFedor Indutny2015-03-071-9/+18
* tty: do not add `shutdown` method to handleFedor Indutny2015-03-051-1/+2
* stream_base: `.writev()` has limited supportFedor Indutny2015-02-281-1/+7
* stream_base: remove static JSMethod declarationsFedor Indutny2015-02-251-2/+2
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-8/+8
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-0/+223