summaryrefslogtreecommitdiff
path: root/src/stream_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src,stream: remove `*Check*()` calls from non-`Initialize()` functionsDarshan Sen2021-10-231-0/+2
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-1/+2
* src: cleanup unused headersAlexandre Ferrando2019-11-281-1/+0
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-2/+2
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-2/+4
* src: remove StreamBase::kFlagHasWritevAnna Henningsen2018-06-301-2/+1
* src: remove extra `ReadStop()` callAnna Henningsen2018-06-301-2/+0
* src: always call ReadStop() before Close()Anna Henningsen2018-05-101-0/+2
* src: store fd for libuv streams on WindowsAnna Henningsen2018-05-101-0/+18
* src: refactor WriteWrap and ShutdownWrapsAnna Henningsen2018-02-141-0/+3
* src: simplify handles for libuv streamsAnna Henningsen2018-02-011-23/+3
* src: refactor stream callbacks and ownershipAnna Henningsen2018-02-011-9/+13
* src: remove `HasWriteQueue()`Anna Henningsen2018-01-141-1/+0
* net,src: refactor writeQueueSize trackingAnatoli Papirovski2017-12-181-3/+3
* src: minor refactoring to StreamBase writesAnna Henningsen2017-12-131-3/+4
* src: remove `StreamResourc::Cast()`Anna Henningsen2017-12-131-1/+0
* net: fix timeouts during long writesAnatoli Papirovski2017-10-211-1/+3
* src: rename StreamWrap to LibuvStreamWrapAnna Henningsen2017-10-131-9/+6
* src: remove unnecessary helper functionBrian White2017-08-231-4/+0
* src: implement native changes for async_hooksTrevor Norris2017-05-101-2/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+3
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-4/+4
* stream_base: `.writev()` has limited supportFedor Indutny2015-02-281-1/+2
* streams: introduce StreamWrap and JSStreamFedor Indutny2015-02-241-6/+4
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-131/+35
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* async-wrap: explicitly pass parentTrevor Norris2014-12-091-1/+2
* src: remove unnecessary template parameterTrevor Norris2014-12-091-2/+2
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-2/+21
* src: remove static variables from tls_wrapBen Noordhuis2014-11-181-1/+2
* src: mark empty destructors as defaultBen Noordhuis2014-10-231-2/+1
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-3/+3
* tls_wrap: fix use after freeFedor Indutny2014-09-031-3/+5
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+2
* src: update from uv_read2_start removalTimothy J Fontaine2014-03-101-4/+0
* src: make stdout/sterr pipes blockingAlexis Campailla2014-02-261-0/+2
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+4
* stream_wrap: use `uv_try_write` where possibleFedor Indutny2014-01-291-0/+3
* tls_wrap: propagate errors to write callbacksFedor Indutny2014-01-241-0/+1
* async-wrap: integrate with WeakObjectTrevor Norris2013-10-311-2/+0
* cpplint: disallow comma-first in C++Fedor Indutny2013-10-171-2/+2
* src: add multi-context supportBen Noordhuis2013-09-061-7/+7
* uv: upgrade to v0.11.12Ben Noordhuis2013-09-031-8/+18
* stream_wrap: add handle type checkersBen Noordhuis2013-08-071-0/+13
* stream_wrap: use getters, not direct field accessBen Noordhuis2013-08-071-17/+28
* src: lint c++ codeFedor Indutny2013-07-311-5/+5