summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.cc
AgeCommit message (Expand)Author
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-27src: move AsyncHooks out of EnvironmentJoyee Cheung
2019-03-26src: store onread callback in internal fieldAnna Henningsen
2019-03-08src: remove templating from StreamBaseJon Moss
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-01-29src: pass along errors from stream obj instantiationAnna Henningsen
2018-12-17src: extract common Bind methodJon Moss
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-11-11src: fix v8 compiler warnings in srcDaniel Bevenius
2018-10-30src: use "constants" string instead of creating new oneOuyang Yadong
2018-10-24src: reduce duplication in tcp_wrap ConnectDaniel Bevenius
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-24src: replace deprecated uses of FunctionTemplate::GetFunctionAndreas Haas
2018-09-05src: remove calls to deprecated v8 functions (IntegerValue)Ujjwal Sharma
2018-09-05src: remove calls to deprecated V8 functions (Int32Value)Michaƫl Zasso
2018-09-02src: remove calls to deprecated v8 functions (Uint32Value)Ujjwal Sharma
2018-09-01src: remove calls to deprecated v8 functions (BooleanValue)Ujjwal Sharma
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-06-30src: remove StreamBase::kFlagHasWritevAnna Henningsen
2018-06-22net: report uv_tcp_open() errorscjihrig
2018-06-07src, tools: add check for left leaning pointersDaniel Bevenius
2018-05-10src: store fd for libuv streams on WindowsAnna Henningsen
2018-05-10src: unify ReqWrap libuv callingAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-04-12src: add node_internal.h includes for arraysizeDaniel Bevenius
2018-03-11src: add convenience ctor for async trigger id scopeAnna Henningsen
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-01src: refactor stream callbacks and ownershipAnna Henningsen
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-18net,src: refactor writeQueueSize trackingAnatoli Papirovski
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
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-13src: rename StreamWrap to LibuvStreamWrapAnna Henningsen
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-08-23src: reduce code duplicationJames M Snell
2017-08-23src: fixup strings, reduce duplicationJames M Snell
2017-08-07src: use existing strings over creating new onesAnna Henningsen
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10async_wrap,src: add GetAsyncId() methodTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-23src: make ReqWrap req_ member privateDaniel Bevenius
2016-09-11src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius
2016-07-28src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius
2016-07-25src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius