summaryrefslogtreecommitdiff
path: root/src/stream_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: make build pass with GCC < 4.5Julien Gilli2015-01-291-2/+4
* async-wrap: explicitly pass parentTrevor Norris2014-12-051-1/+2
* src: remove unnecessary template parameterTrevor Norris2014-12-051-2/+2
* src: all wrap's now use actual FunctionTemplateTrevor Norris2014-12-051-2/+21
* 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
* src, lib: update after internal api changeBen Noordhuis2013-07-201-1/+2
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-11/+11
* slab_allocator: remove SlabAllocatorTrevor Norris2013-07-031-3/+0
* stream_wrap: introduce StreamWrapCallbacksFedor Indutny2013-06-151-1/+78
* src: simplify HandleWrap initializationBen Noordhuis2013-05-301-1/+0
* Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-171-17/+2
|\
| * src: Use StringBytes in StreamWrapisaacs2013-05-141-9/+2
* | stream_wrap: remove unused arg from WriteBufferTrevor Norris2013-05-071-3/+1
* | net: implement ._writev for .cork/uncork() supportFedor Indutny2013-04-271-3/+20
|/
* stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis2013-02-131-0/+3
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-1/+0
* stream_wrap: fix compilation errorsBen Noordhuis2012-05-091-0/+8
* Optimize writing strings with Socket.writeBert Belder2012-05-091-1/+8
* core: use proper #include directivesBen Noordhuis2012-03-101-3/+3
* Add missing copyright headersRyan Dahl2011-11-021-0/+21
* uv_write2 uv_read2_start bindingRyan Dahl2011-10-061-1/+6
* stream_wrap: update after libuv API changeBen Noordhuis2011-08-241-1/+1
* stdio binding + javascript to enable process.stdin.listen()Igor Zinkovsky2011-07-271-0/+3
* net_uv: properly initialize writeQueueSizeRyan Dahl2011-07-191-1/+1
* Abstract out HandleWrap classRyan Dahl2011-07-181-6/+7
* Abstract StreamWrap from TCPWrapRyan Dahl2011-07-181-0/+42