Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-11async_hooks: fix reference in code commentBrian White
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-25async_hooks: support promise resolve hookAnna Henningsen
2017-09-20async_hooks,doc: some async_hooks improvementsJames M Snell
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12async_hooks: improve comments and function namesTrevor Norris
2017-07-28lib: modify destructuring for indentationRich Trott
2017-07-19async_hooks: make AsyncResource match emitInitAndreas Madsen
2017-07-19async_hooks: rename internal emit functionsAndreas Madsen
2017-07-19async_hooks: fix nested hooks mutationAndreas Madsen
2017-07-19async_hooks: move restoreTmpHooks call to initRuben Bridgewater
2017-07-19lib: remove excess indentationRich Trott
2017-07-19async_hooks: require parameter in emitBeforeAndreas Madsen
2017-07-19async_hooks: use common emitBefore and emitAfterAndreas Madsen
2017-07-19async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen
2017-07-19async_hooks: reduce duplication with factoryRuben Bridgewater
2017-07-11async_hooks: rename currentId and triggerIdAndreas Madsen
2017-07-11async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-07-11Revert "async_hooks: only set up hooks if used"Trevor Norris
2017-06-10async_hooks: minor refactor to callback invocationAnna Henningsen
2017-06-10async_hooks: make sure `.{en|dis}able() === this`Anna Henningsen
2017-06-07test: increase coverage of async_hooksDavid Cai
2017-05-28async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-28async_hooks: only set up hooks if usedAnna Henningsen
2017-05-21async_hooks: add constructor check to async-hooksShadowbeetle
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-10async_hooks: initial async_hooks implementationTrevor Norris