summaryrefslogtreecommitdiff
path: root/src/handle_wrap.cc
AgeCommit message (Expand)Author
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-03-10meta: restore original copyright headerJames M Snell
2016-09-24src: rename handle__ to handle_ in HandleWrapDaniel Bevenius
2016-05-24src: no abort from getter if object isn't wrappedTrevor Norris
2016-05-24src: always clear wrap before persistent Reset()Trevor Norris
2016-05-11handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel
2016-05-11Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel
2016-04-27src: simplify handlewrap state tracking logicBen Noordhuis
2016-04-27src: use libuv's refcounting directlyBen Noordhuis
2016-04-25handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel
2016-04-25src: fix check-imports.py linter errorsSakthipriyan Vairamani
2016-04-09src: fix -Wunused-variable compiler warningBen Noordhuis
2016-04-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
2015-03-27timers: make Timer.close idempotentPetka Antonov
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-09async-wrap: explicitly pass parentTrevor Norris
2014-12-09src: remove unnecessary template parameterTrevor Norris
2014-10-28stream_wrap: do not crash if handle was closedFedor Indutny
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: remove unnecessary HandleScopesBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
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
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-12src: fix Context::Scope usageBen Noordhuis
2013-11-12src: add HandleScope in HandleWrap::OnCloseTimothy J Fontaine
2013-10-31node: add AsyncListener supportTrevor Norris
2013-10-29src: shorten Object{Wrap,Unwrap}Trevor Norris
2013-10-29src: use function to get internal pointerTrevor Norris
2013-10-17cpplint: disallow if one-linersFedor Indutny
2013-10-17cpplint: disallow comma-first in C++Fedor Indutny
2013-09-06src: add multi-context supportBen Noordhuis
2013-09-05handle_wrap: properly don't abort on unwrapTrevor Norris
2013-08-12src: fix build break from generic macro nameTrevor Norris
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-09src: use v8::String::NewFrom*() functionsBen Noordhuis
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-17src: clean up `using` directivesBen Noordhuis
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-05-30src: simplify HandleWrap initializationBen Noordhuis