summaryrefslogtreecommitdiff
path: root/src/tcp_wrap.cc
Commit message (Expand)AuthorAgeFilesLines
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-11-281-2/+0
* src: use existing strings over creating new onesAnna Henningsen2017-09-051-7/+3
* src: make ReqWrap req_ member privateDaniel Bevenius2016-10-111-2/+2
* src: pull AfterConnect from pipe_wrap and tcp_wrapDaniel Bevenius2016-09-131-28/+0
* src: unifying PipeConnectWrap and TCPConnectWrapDaniel Bevenius2016-08-101-25/+10
* src: pull OnConnection from pipe_wrap and tcp_wrapDaniel Bevenius2016-08-101-48/+5
* src: no abort from getter if object isn't wrappedTrevor Norris2016-06-021-9/+37
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-171-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-171-1/+1
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-05-171-1/+1
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-05-171-0/+1
* src: fix check-imports.py linter errorsSakthipriyan Vairamani2016-04-261-1/+0
* src: replace ARRAY_SIZE with typesafe arraysizeBen Noordhuis2016-04-051-2/+2
* src: fix NewInstance deprecation warningsMichaël Zasso2016-03-031-2/+2
* async_wrap: update providers and add testTrevor Norris2015-10-011-1/+1
* src: replace usage of v8::Handle with v8::LocalMichaël Zasso2015-09-061-5/+4
* src: DRY getsockname/getpeername codeBen Noordhuis2015-08-271-46/+4
* async-wrap: add provider id and object info cbTrevor Norris2015-06-171-0/+1
* net: allow port 0 in connect()cjihrig2015-03-051-2/+2
* stream_base: `.writev()` has limited supportFedor Indutny2015-02-281-1/+1
* stream_base: introduce StreamBaseFedor Indutny2015-02-221-19/+1
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-1/+2
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* src: pass Isolate to node::Utf8Value constructorTrevor Norris2015-01-071-4/+4
* async-wrap: explicitly pass parentTrevor Norris2014-12-091-6/+18
* src: remove unnecessary template parameterTrevor Norris2014-12-091-1/+1
* src: all wraps now use actual FunctionTemplateTrevor Norris2014-12-091-8/+27
* src: replace NULL with nullptrBen Noordhuis2014-10-231-1/+1
* src: attach env directly to api functionsBen Noordhuis2014-10-131-39/+33
* src: replace assert() with CHECK()Ben Noordhuis2014-10-121-20/+20
* src: fix up importsBen Noordhuis2014-10-121-1/+1
* src: remove unnecessary HandleScopesBen Noordhuis2014-10-121-36/+0
* stream_wrap: Add support to write binary stringsTrevor Norris2014-09-031-0/+3
* src: reading/owner/onread/onconnection for tcpJackson Tian2014-09-021-0/+13
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-06-101-4/+4
|\
* | crypto: fix a couple of VC++ warningsRasmus Christian Pedersen2014-04-291-1/+1
* | node: add signature to SET_PROTOTYPE_METHODC. Scott Ananian2014-04-021-11/+11
* | src: update to v8 3.24 APIsFedor Indutny2014-03-131-15/+16
* | src: remove `node_isolate` from sourceFedor Indutny2014-02-221-20/+27
* | async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-3/+10
* | node: register modules from DSO constructorsKeith M Wesolowski2014-01-271-1/+1
* | deps: update uv to 0.11.18Fedor Indutny2014-01-271-4/+10
* | async_wrap/timers: remove Add/RemoveAsyncListenerTrevor Norris2014-01-211-2/+0
* | src: fix Context::Scope usageBen Noordhuis2013-11-121-2/+2
* | src: fix Environment::GetCurrent() usageBen Noordhuis2013-11-111-5/+5
* | async-wrap: add methods to udp/tcp/pipe/timersTrevor Norris2013-10-311-0/+2
* | node: add AsyncListener supportTrevor Norris2013-10-311-10/+3
* | src: shorten Object{Wrap,Unwrap}Trevor Norris2013-10-291-12/+12
* | src: don't use class specific Unwrap methodsTrevor Norris2013-10-291-5/+0
* | src: use function to get internal pointerTrevor Norris2013-10-291-27/+15