summaryrefslogtreecommitdiff
path: root/src/stream_base.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-3/+0
* src: turn buffer type-CHECK into exceptionAnna Henningsen2017-07-111-1/+6
* stream_base: homogenize req_wrap_obj useFedor Indutny2017-01-311-11/+6
* src: use MaybeStackBuffer on DoSend/WritevPaul Kiddie2016-10-111-10/+2
* net: make holding the buffer in memory more robustAnna Henningsen2016-09-091-0/+1
* buffer: introduce latin1 encoding termTrevor Norris2016-08-081-1/+1
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-1/+2
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-5/+5
* src: replace usage of deprecated HasMichaël Zasso2016-03-031-2/+6
* src: replace usage of deprecated DeleteMichaël Zasso2016-03-031-1/+1
* http: fix out-of-order 'finish' bug in pipeliningFedor Indutny2015-10-061-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* stream_base: various improvementsFedor Indutny2015-08-201-5/+22
* stream_base: dispatch reqs in the stream implFedor Indutny2015-05-011-4/+0
* stream_base: WriteWrap::New/::DisposeFedor Indutny2015-03-071-31/+23
* src: fix --without-ssl buildBen Noordhuis2015-03-031-1/+0
* stream_base: remove static JSMethod declarationsFedor Indutny2015-02-251-68/+8
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-1/+25
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-0/+495