summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
AgeCommit message (Expand)Author
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-07-13src: add HandleWrap::AddWrapMethodsJon Moss
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-06src: simplify handle closingAnna Henningsen
2018-05-10src: always call ReadStop() before Close()Anna Henningsen
2018-05-10src: make CleanupHandles() tear down handles/reqsAnna Henningsen
2018-02-21src: remove unnecessary Reset() callsBen Noordhuis
2018-02-14src: do not redefine private for GenDebugSymbolsJoyee Cheung
2018-01-26src, test: node internals' postmortem metadataMatheus Marchini
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
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-06-28src: fix readability/inheritance cpplint warningsBen Noordhuis
2016-05-25src: add include guards to internal headersBen Noordhuis
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-07handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel
2015-09-06src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso
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-10-28stream_wrap: do not crash if handle was closedFedor Indutny
2014-10-23src: mark virtual functions with override keywordBen Noordhuis
2014-02-08headers: fix spelling errorAustin Moran
2014-02-05async_wrap: add provider types/pass to constructorTrevor Norris
2013-10-31node: add AsyncListener supportTrevor Norris
2013-09-06src: add multi-context supportBen Noordhuis
2013-08-12src: centralize class wrap/unwrapTrevor Norris
2013-08-07src: remove no-op HandleWrap::Initialize()Ben Noordhuis
2013-08-03src: use PersistentToLocal() in a few more placesBen Noordhuis
2013-07-31src: more lint after cpplint tighteningBen Noordhuis
2013-07-31src: lint c++ codeFedor Indutny
2013-07-06lib, src: upgrade after v8 api changeBen Noordhuis
2013-06-04src: replace ngx-queue.h with queue.hBen Noordhuis
2013-05-30src: simplify HandleWrap initializationBen Noordhuis
2013-04-19src: replace Holder() with This()Trevor Norris
2013-03-20bindings: update apiTrevor Norris
2013-03-13core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs
2013-03-06handle_wrap: add close callback supportBen Noordhuis
2013-03-06handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis
2013-01-28cluster: support datagram socketsBert Belder
2012-06-07child_process: spawn().ref() and spawn().unref()Fedor Indutny
2012-05-22deps: upgrade libuv to a478847Ben Noordhuis
2012-05-15process: add _getActiveHandles(), _getActiveRequests()Ben Noordhuis
2011-12-05Fix #2257 pause/resume semantics for stdinisaacs
2011-11-02Add missing copyright headersRyan Dahl