summaryrefslogtreecommitdiff
path: root/src/async_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* async_hooks: avoid resource reuse by FileHandleGerhard Stoebich2020-03-111-3/+0
* async_hooks: add executionAsyncResourceMatteo Collina2020-02-111-2/+4
* worker: add ability to take heap snapshot from parent threadAnna Henningsen2020-02-031-0/+1
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+1
* src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen2019-11-061-13/+0
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+1
* src: make ELDHistogram a HandleWrapAnna Henningsen2019-09-071-0/+1
* src: allow generic C++ callables in SetImmediate()Anna Henningsen2019-08-011-1/+1
* src: do not include partial AsyncWrap instances in heap dumpAnna Henningsen2019-07-221-1/+4
* async_hooks: don't reuse resource in HttpAgentGerhard Stoebich2019-05-191-0/+1
* src: fix typosgengjiawen2019-05-091-1/+1
* async_hooks: fixup do not reuse HTTPParserGerhard Stoebich2019-05-031-4/+13
* src: do not reuse async resource in http parsersDaniel Beckert2019-04-221-2/+8
* src: use deleted function instead of private function in class AsyncWrapgengjiawen2019-03-171-1/+2
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-0/+1
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-2/+2
* src: schedule destroy hooks in BeforeExit early during bootstrapJoyee Cheung2018-12-181-0/+1
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: move default assignment of async_id_ in async_wrap.hDavid Corona2018-10-151-1/+1
* src: use JS inheritance for `AsyncWrap`Anna Henningsen2018-10-031-8/+2
* src: remove calls to SetWrapperClassId()Joyee Cheung2018-09-231-2/+0
* crypto: add API for key pair generationTobias Nießen2018-09-201-0/+1
* process: use owner_symbol for `_getActive*`Anna Henningsen2018-08-051-0/+6
* src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss2018-08-011-1/+1
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-1/+1
* src: use V8 graph heap snapshot APIAnna Henningsen2018-07-151-2/+1
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-1/+0
* src: refactor timers to remove TimerWrapAnatoli Papirovski2018-06-241-1/+0
* src: do proper error checking in `AsyncWrap::MakeCallback`Anna Henningsen2018-06-141-3/+0
* crypto: add scrypt() and scryptSync() methodsBen Noordhuis2018-06-131-0/+1
* worker: initial implementationAnna Henningsen2018-06-061-0/+1
* worker: implement `MessagePort` and `MessageChannel`Anna Henningsen2018-06-061-0/+1
* src: make handle onclose property a SymbolAnna Henningsen2018-06-061-0/+8
* src: implement debug output utilitiesAnna Henningsen2018-05-311-0/+1
* async_wrap: fix use-after-free for inspector sessionAnna Henningsen2018-03-301-1/+1
* src: make AsyncWrap constructors delegateDaniel Bevenius2018-03-181-2/+5
* src: introduce native-layer stream pipingAnna Henningsen2018-03-151-0/+1
* src: add helper for before/after scope without JS callsAnna Henningsen2018-03-151-0/+12
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-2/+0
* fs: add FileHandle object fd wrapperJames M Snell2018-02-051-0/+2
* fs: add FSReqPromiseJames M Snell2018-02-051-0/+1
* tls: make deprecated tls.createSecurePair() use public APIAnna Henningsen2018-01-141-1/+0
* async_hooks: use typed array stack as fast pathAnna Henningsen2017-12-271-1/+0
* http2: convert Http2Settings to an AsyncWrapJames M Snell2017-12-221-0/+1
* async_wrap: add provider types for net serverAndreas Madsen2017-11-281-0/+2
* http2: major update to internalsJames M Snell2017-11-211-1/+2
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: rename async-wrap -> async_wrapDaniel Bevenius2017-11-171-0/+187