57 Commits (89425817d05294ea05c9916e54fe85f53859f6ce)

Author SHA1 Message Date
Timothy Gu 2f8ddb2734
inspector: reimplement JS binding 8 years ago
Trevor Norris 2b9b46cd55
async_wrap: allow user to pass execution_async_id 8 years ago
Trevor Norris e1eae3cf9f
async_wrap: add constructor for PromiseWrap 8 years ago
Andreas Madsen 3a69ef55e0
async_hooks: consistent internal naming 7 years ago
Anna Henningsen b605b15346
async_hooks: support promise resolve hook 7 years ago
Anna Henningsen 2509c34782
src: move DomainEnter,DomainExit to node.cc 7 years ago
Trevor Norris 244ada3c71
async_hooks: emitAfter correctly on fatalException 7 years ago
James M Snell 5e7c69716e src: reduce code duplication 7 years ago
Trevor Norris d441c7ffe8
async_wrap: unroll unnecessarily DRY code 8 years ago
James M Snell e71e71b513 http2: introducing HTTP/2 8 years ago
Tobias Nießen 98bae29304 src: return MaybeLocal in AsyncWrap::MakeCallback 8 years ago
Anna Henningsen 727b2911ec
src,dns: refactor cares_wrap to avoid global state 8 years ago
Anna Henningsen 90877003c1
async_wrap: fix Promises with later enabled hooks 8 years ago
Anna Henningsen a86323dc64
async_hooks: implement C++ embedder API 8 years ago
Matt Loring 920278bd37
async_wrap,src: promise hook integration 8 years ago
Daniel Bevenius 32f01c8c11 src: remove unused uv.h include in async-wrap.h 8 years ago
Daniel Bevenius 60f0dc7d42 src: rename CONNECTION provider to SSLCONNECTION 8 years ago
Daniel Bevenius 15410797f2 src: add HAVE_OPENSSL guard to crypto providers 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
Trevor Norris f1ed19d98f
async_wrap: use more specific providers 8 years ago
Trevor Norris 0432c6e91e
async_wrap: use double, not int64_t, for async id 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Trevor Norris b49b496a92
async_wrap: call destroy() callback in uv_idle_t 8 years ago
Trevor Norris cf5f4b85f5
async_wrap: make Initialize a static class member 8 years ago
Trevor Norris 517e3a6425
async_wrap: mode constructor/destructor to .cc 8 years ago
Ben Noordhuis eff96d32dc src: add include guards to internal headers 9 years ago
Trevor Norris a7e49c886f http_parser: use `MakeCallback` 9 years ago
Trevor Norris bb1bd76395 async_wrap: call callback in destructor 9 years ago
Trevor Norris 80a66ba6ae async_wrap: new instances get uid 9 years ago
Trevor Norris aeee956ac7 async_wrap: correctly pass parent to init callback 9 years ago
Trevor Norris e52864b4b8 async_wrap: update providers and add test 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 10 years ago
Trevor Norris e56758a5e0 async-wrap: add provider id and object info cb 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
Ben Noordhuis 4bb3184d8d src: reduce AsyncWrap memory footprint 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 b9e6032d0e async-wrap: add event hooks 10 years ago
Trevor Norris bd83c3966d async-wrap: explicitly pass parent 10 years ago
Trevor Norris afe27e34cf async-wrap: expose async-wrap as binding 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris a1da024cab node, async-wrap: remove MakeDomainCallback 10 years ago
Trevor Norris 5d17b16ecc async-wrap: move MakeCallback to .cc 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Trevor Norris 709fc160e5 async-wrap: add event hooks 10 years ago
Trevor Norris 419f18d2e2 async-wrap: explicitly pass parent 10 years ago
Trevor Norris 1293f0a228 async-wrap: expose async-wrap as binding 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago