summaryrefslogtreecommitdiff
path: root/src/handle_wrap.cc
AgeCommit message (Expand)Author
2019-11-28src: cleanup unused headersAlexandre Ferrando
2019-11-19src: remove HandleWrap instances from list once closedAnna Henningsen
2019-11-19src: introduce custom smart pointers for `BaseObject`sAnna Henningsen
2019-11-18src: enhance feature access `CHECK`s during bootstrapAnna Henningsen
2019-09-21src: fix closing weak `HandleWrap`s on GCAnna Henningsen
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-04-03src: check return value, silence coverity warningBen Noordhuis
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-06-06src: make handle onclose property a SymbolAnna Henningsen
2018-06-06src: simplify handle closingAnna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-05-04src: refactor `BaseObject` internal field managementAnna Henningsen
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
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