summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.cc
AgeCommit message (Expand)Author
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
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2016-04-05src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis
2016-03-03src: fix NewInstance deprecation warningsMichaël Zasso
2015-10-01async_wrap: update providers and add testTrevor Norris
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaël Zasso
2015-08-27src: DRY getsockname/getpeername codeBen Noordhuis
2015-06-17async-wrap: add provider id and object info cbTrevor Norris
2015-03-05net: allow port 0 in connect()cjihrig
2015-02-28stream_base: `.writev()` has limited supportFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-07src: pass Isolate to node::Utf8Value constructorTrevor Norris
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-10-23src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-12src: replace assert() with CHECK()Ben Noordhuis
2014-10-12src: fix up importsBen Noordhuis
2014-10-12src: remove unnecessary HandleScopesBen Noordhuis
2014-09-03stream_wrap: Add support to write binary stringsTrevor Norris
2014-09-02src: reading/owner/onread/onconnection for tcpJackson Tian
2014-06-10Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2014-04-29crypto: fix a couple of VC++ warningsRasmus Christian Pedersen
2014-04-02node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2014-01-27node: register modules from DSO constructorsKeith M Wesolowski