44 Commits (55f9c85a0511adbb110e1521015244d8686c548b)

Author SHA1 Message Date
Trevor Norris c0bde73f1b
src: implement native changes for async_hooks 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Daniel Bevenius 6be43a9bad src: rename handle__ to handle_ in HandleWrap 8 years ago
Ben Noordhuis 8e395222de src: fix readability/inheritance cpplint warnings 9 years ago
Ben Noordhuis eff96d32dc src: add include guards to internal headers 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
Ben Noordhuis a58d4839af src: simplify handlewrap state tracking logic 9 years ago
Ben Noordhuis cad1a62d32 src: use libuv's refcounting directly 9 years ago
Jeremiah Senkpiel 9bb5a5e2a1 handle_wrap: IsRefed -> Unrefed, no isAlive check 9 years ago
Jeremiah Senkpiel 7d8882ba9a handle_wrap: expose an `isRefed()` check to JS 9 years ago
Michaël Zasso 4abc896a82 src: replace usage of v8::Handle with v8::Local 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 bd83c3966d async-wrap: explicitly pass parent 10 years ago
Trevor Norris 419f18d2e2 async-wrap: explicitly pass parent 10 years ago
Fedor Indutny 10d0dbc427 stream_wrap: do not crash if handle was closed 10 years ago
Ben Noordhuis 9f5800ab81 src: mark virtual functions with override keyword 10 years ago
Austin Moran 4b77bd39a4 headers: fix spelling error 11 years ago
Trevor Norris 4a9af3fecb async_wrap: add provider types/pass to constructor 11 years ago
Trevor Norris efa62fd9cc node: add AsyncListener support 11 years ago
Ben Noordhuis 756b622295 src: add multi-context support 12 years ago
Trevor Norris 756ae2c536 src: centralize class wrap/unwrap 12 years ago
Ben Noordhuis d24decb87b src: remove no-op HandleWrap::Initialize() 12 years ago
Ben Noordhuis d4cc30f18c src: use PersistentToLocal() in a few more places 12 years ago
Ben Noordhuis 02cab97490 src: more lint after cpplint tightening 12 years ago
Fedor Indutny 8e29ce9f13 src: lint c++ code 12 years ago
Ben Noordhuis 110a9cd8db lib, src: upgrade after v8 api change 12 years ago
Ben Noordhuis a7820a15e7 src: replace ngx-queue.h with queue.h 12 years ago
Ben Noordhuis 448adaa456 src: simplify HandleWrap initialization 12 years ago
Trevor Norris 0a4ebc3d2c src: replace Holder() with This() 12 years ago
Trevor Norris 0bba590283 bindings: update api 12 years ago
isaacs 110cacd1ed core: Move UNWRAP_NO_ABORT to handle_wrap.h 12 years ago
Ben Noordhuis 958ab661cb handle_wrap: add close callback support 12 years ago
Ben Noordhuis 3d20905b70 handle_wrap: replace unref_ field with flags_ field 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Fedor Indutny 3116522e7c child_process: spawn().ref() and spawn().unref() 13 years ago
Ben Noordhuis 039fac633e deps: upgrade libuv to a478847 13 years ago
Ben Noordhuis 5f0406534c process: add _getActiveHandles(), _getActiveRequests() 13 years ago
isaacs cf20b6bf65 Fix #2257 pause/resume semantics for stdin 13 years ago
Ryan Dahl 60818b957c Add missing copyright headers 13 years ago
Ryan Dahl 7e62bc9828 Move process.stdout unref hack to handle_wrap.cc 13 years ago
Igor Zinkovsky 187fe27a6e stdio binding + javascript to enable process.stdin.listen() 14 years ago
Ryan Dahl 85404c5c55 Move HandleWrap rules to one place 14 years ago
Ryan Dahl 0c7bf8132e Abstract out HandleWrap class 14 years ago