146 Commits (1cdb41f287c8e51a5963f5f8eb8d7c8b5809b99d)

Author SHA1 Message Date
James M Snell 5e7c69716e src: reduce code duplication 8 years ago
James M Snell 771a03dfe3 src: fixup strings, reduce duplication 8 years ago
Anna Henningsen efea3fcd35
src: use existing strings over creating new ones 8 years ago
Trevor Norris 7e3a3c962f
async_hooks: initial async_hooks implementation 8 years ago
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
Trevor Norris fe2df3b842
async_wrap,src: add GetAsyncId() method 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Daniel Bevenius 0c6455278d src: make ReqWrap req_ member private 9 years ago
Daniel Bevenius 83a354c33b src: pull AfterConnect from pipe_wrap and tcp_wrap 9 years ago
Daniel Bevenius b896057109
src: unifying PipeConnectWrap and TCPConnectWrap 9 years ago
Daniel Bevenius 46633934fe
src: pull OnConnection from pipe_wrap and tcp_wrap 9 years ago
Trevor Norris c0e6c668e6 src: no abort from getter if object isn't wrapped 9 years ago
Jeremiah Senkpiel fe4837afcc handle_wrap: IsRefed() -> HasRef() 9 years ago
Jeremiah Senkpiel 96a9439fd2 Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check" 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Sakthipriyan Vairamani 2c480bdae6 src: fix check-imports.py linter errors 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Ben Noordhuis a7581d0859 src: replace ARRAY_SIZE with typesafe arraysize 9 years ago
Michaël Zasso ad0ce57432 src: fix NewInstance deprecation warnings 9 years ago
Trevor Norris e52864b4b8 async_wrap: update providers and add test 10 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Ben Noordhuis a43af39ffc src: DRY getsockname/getpeername code 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
cjihrig 9d2b89d06c net: allow port 0 in connect() 10 years ago
Fedor Indutny 2b47fd2eb6 stream_base: `.writev()` has limited support 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris bd83c3966d async-wrap: explicitly pass parent 10 years ago
Trevor Norris f39b48c26d src: remove unnecessary template parameter 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 419f18d2e2 async-wrap: explicitly pass parent 10 years ago
Trevor Norris add955e6b8 src: remove unnecessary template parameter 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 11 years ago
Ben Noordhuis 2d82cdf670 src: replace NULL with nullptr 11 years ago
Ben Noordhuis d3c317e08a src: attach env directly to api functions 11 years ago
Ben Noordhuis 5fdff3854a src: replace assert() with CHECK() 11 years ago
Ben Noordhuis 75a461d099 src: fix up imports 11 years ago
Ben Noordhuis 97585b0d7a src: remove unnecessary HandleScopes 11 years ago
Trevor Norris a054f8eb29 stream_wrap: Add support to write binary strings 11 years ago
Jackson Tian 92419f8762 src: reading/owner/onread/onconnection for tcp 11 years ago
Rasmus Christian Pedersen d13e0297c3 crypto: fix a couple of VC++ warnings 11 years ago
C. Scott Ananian 08a5b442e4 node: add signature to SET_PROTOTYPE_METHOD 11 years ago
Fedor Indutny ce04c726a3 src: update to v8 3.24 APIs 11 years ago
Fedor Indutny 75adde07f9 src: remove `node_isolate` from source 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Keith M Wesolowski 76b98462e5 node: register modules from DSO constructors 11 years ago
Fedor Indutny 64d33a7519 deps: update uv to 0.11.18 11 years ago
Trevor Norris 63ccfc3536 async_wrap/timers: remove Add/RemoveAsyncListener 11 years ago