summaryrefslogtreecommitdiff
path: root/src/handle_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix inspecting `MessagePort` from `init` async hookAnna Henningsen2020-02-051-1/+3
* src: introduce custom smart pointers for `BaseObject`sAnna Henningsen2019-11-191-2/+1
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-071-0/+2
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-2/+2
* src: add HandleWrap::AddWrapMethodsJon Moss2018-07-131-0/+3
* src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen2018-06-141-0/+4
* src: simplify handle closingAnna Henningsen2018-06-061-1/+1
* src: always call ReadStop() before Close()Anna Henningsen2018-05-101-1/+2
* src: make CleanupHandles() tear down handles/reqsAnna Henningsen2018-05-101-0/+6
* src: remove unnecessary Reset() callsBen Noordhuis2018-02-211-1/+0
* src: do not redefine private for GenDebugSymbolsJoyee Cheung2018-02-141-0/+2
* src, test: node internals' postmortem metadataMatheus Marchini2018-01-261-0/+5
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-1/+1
* src: implement native changes for async_hooksTrevor Norris2017-05-101-2/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* src: rename handle__ to handle_ in HandleWrapDaniel Bevenius2016-09-241-4/+2
* src: fix readability/inheritance cpplint warningsBen Noordhuis2016-06-281-1/+1
* src: add include guards to internal headersBen Noordhuis2016-05-251-0/+3
* handle_wrap: IsRefed() -> HasRef()Jeremiah Senkpiel2016-05-111-1/+1
* Revert "handle_wrap: IsRefed -> Unrefed, no isAlive check"Jeremiah Senkpiel2016-05-111-1/+1
* src: simplify handlewrap state tracking logicBen Noordhuis2016-04-271-6/+2
* src: use libuv's refcounting directlyBen Noordhuis2016-04-271-6/+11
* handle_wrap: IsRefed -> Unrefed, no isAlive checkJeremiah Senkpiel2016-04-251-1/+1
* handle_wrap: expose an `isRefed()` check to JSJeremiah Senkpiel2016-04-071-0/+1
* src: replace usage of v8::Handle with v8::LocalMichaƫl Zasso2015-09-061-1/+1
* src: switch from QUEUE to intrusive listBen Noordhuis2015-02-111-4/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* async-wrap: explicitly pass parentTrevor Norris2014-12-091-1/+2
* stream_wrap: do not crash if handle was closedFedor Indutny2014-10-281-1/+5
* src: mark virtual functions with override keywordBen Noordhuis2014-10-231-1/+1
* headers: fix spelling errorAustin Moran2014-02-081-2/+2
* async_wrap: add provider types/pass to constructorTrevor Norris2014-02-051-1/+2
* node: add AsyncListener supportTrevor Norris2013-10-311-15/+2
* src: add multi-context supportBen Noordhuis2013-09-061-3/+11
* src: centralize class wrap/unwrapTrevor Norris2013-08-121-6/+0
* src: remove no-op HandleWrap::Initialize()Ben Noordhuis2013-08-071-1/+0
* src: use PersistentToLocal() in a few more placesBen Noordhuis2013-08-031-1/+1
* src: more lint after cpplint tighteningBen Noordhuis2013-07-311-0/+3
* src: lint c++ codeFedor Indutny2013-07-311-8/+8
* lib, src: upgrade after v8 api changeBen Noordhuis2013-07-061-25/+32
* src: replace ngx-queue.h with queue.hBen Noordhuis2013-06-041-2/+2
* src: simplify HandleWrap initializationBen Noordhuis2013-05-301-2/+0
* src: replace Holder() with This()Trevor Norris2013-04-191-3/+3
* bindings: update apiTrevor Norris2013-03-201-1/+1
* core: Move UNWRAP_NO_ABORT to handle_wrap.hisaacs2013-03-131-0/+6
* handle_wrap: add close callback supportBen Noordhuis2013-03-061-0/+1
* handle_wrap: replace unref_ field with flags_ fieldBen Noordhuis2013-03-061-1/+3
* cluster: support datagram socketsBert Belder2013-01-281-0/+2
* child_process: spawn().ref() and spawn().unref()Fedor Indutny2012-06-071-0/+1
* deps: upgrade libuv to a478847Ben Noordhuis2012-05-221-3/+1