summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
AgeCommit message (Expand)Author
2020-10-07crypto: refactoring internals, add WebCryptoJames M Snell
2020-07-18src: snapshot nodeJoyee Cheung
2020-07-14async_hooks: improve resource stack performanceAnna Henningsen
2020-07-05quic: refactor qlog handlingJames M Snell
2020-06-19async_hooks: callback trampoline for MakeCallbackStephen Belanger
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-16test: add common/udppair utilityJames M Snell
2020-05-21src: use symbol to store `AsyncWrap` resourceAnna Henningsen
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-03-11async_hooks: avoid resource reuse by FileHandleGerhard Stoebich
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-01-28src,lib: make ^C print a JS stack tracelegendecas
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