summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
AgeCommit message (Expand)Author
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-07src: make ELDHistogram a HandleWrapAnna Henningsen
2019-08-01src: allow generic C++ callables in SetImmediate()Anna Henningsen
2019-07-22src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen
2019-05-19async_hooks: don't reuse resource in HttpAgentGerhard Stoebich
2019-05-09src: fix typosgengjiawen
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-22src: do not reuse async resource in http parsersDaniel Beckert
2019-03-17src: use deleted function instead of private function in class AsyncWrapgengjiawen
2019-03-13v8: integrate node-heapdump into coreJames M Snell
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2018-12-18src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-10-15src: move default assignment of async_id_ in async_wrap.hDavid Corona
2018-10-03src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-09-23src: remove calls to SetWrapperClassId()Joyee Cheung
2018-09-20crypto: add API for key pair generationTobias Nießen
2018-08-05process: use owner_symbol for `_getActive*`Anna Henningsen
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-07-27src: add proper MemoryInfoName to wrappersJoyee Cheung
2018-07-15src: use V8 graph heap snapshot APIAnna Henningsen
2018-07-13src: enable more detailed memory trackingAnna Henningsen
2018-06-24src: refactor timers to remove TimerWrapAnatoli Papirovski
2018-06-14src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen
2018-06-13crypto: add scrypt() and scryptSync() methodsBen Noordhuis
2018-06-06worker: initial implementationAnna Henningsen
2018-06-06worker: implement `MessagePort` and `MessageChannel`Anna Henningsen
2018-06-06src: make handle onclose property a SymbolAnna Henningsen
2018-05-31src: implement debug output utilitiesAnna Henningsen
2018-03-30async_wrap: fix use-after-free for inspector sessionAnna Henningsen
2018-03-18src: make AsyncWrap constructors delegateDaniel Bevenius
2018-03-15src: introduce native-layer stream pipingAnna Henningsen
2018-03-15src: add helper for before/after scope without JS callsAnna Henningsen
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-05fs: add FileHandle object fd wrapperJames M Snell
2018-02-05fs: add FSReqPromiseJames M Snell
2018-01-14tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-22http2: convert Http2Settings to an AsyncWrapJames M Snell
2017-11-28async_wrap: add provider types for net serverAndreas Madsen
2017-11-21http2: major update to internalsJames M Snell
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius