summaryrefslogtreecommitdiff
path: root/lib/async_hooks.js
AgeCommit message (Expand)Author
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-08-07lib: extract validateString validatorJon Moss
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-18async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius
2018-03-11async_hooks: don't set hook_fields[kTotals] to 0Daniel Bevenius
2018-03-05lib: port errors to new systemMichaƫl Zasso
2018-02-28src: fix error message in async_hooks constructorDaniel Bevenius
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-12lib: provide proper deprecation codeRuben Bridgewater
2018-02-09async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-11-22async_hooks: remove deprecated APIAndreas Madsen
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2017-10-19async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-03async_hooks: fix reference in code commentBrian White
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-23async_hooks: support promise resolve hookAnna Henningsen
2017-09-15async_hooks,doc: some async_hooks improvementsJames M Snell
2017-08-14async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-14async_hooks: improve comments and function namesTrevor Norris
2017-07-27async_hooks: remove deprecated APIsAnna Henningsen
2017-07-25lib: modify destructuring for indentationRich Trott
2017-07-13async_hooks: make AsyncResource match emitInitAndreas Madsen
2017-07-13async_hooks: rename internal emit functionsAndreas Madsen
2017-07-13async_hooks: fix nested hooks mutationAndreas Madsen
2017-07-13async_hooks: move restoreTmpHooks call to initRuben Bridgewater
2017-07-07lib: remove excess indentationRich Trott
2017-07-06async_hooks: require parameter in emitBeforeAndreas Madsen
2017-07-06async_hooks: use common emitBefore and emitAfterAndreas Madsen
2017-07-05async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen
2017-07-05async_hooks: reduce duplication with factoryRuben Bridgewater
2017-06-14async_hooks: rename currentId and triggerIdAndreas Madsen
2017-06-10async_wrap: use kTotals to enable PromiseHookTrevor Norris
2017-06-10Revert "async_hooks: only set up hooks if used"Trevor Norris
2017-06-08async_hooks: minor refactor to callback invocationAnna Henningsen
2017-06-08async_hooks: make sure `.{en|dis}able() === this`Anna Henningsen
2017-06-07test: increase coverage of async_hooksDavid Cai
2017-05-26async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen
2017-05-25async_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