summaryrefslogtreecommitdiff
path: root/lib/async_hooks.js
Commit message (Expand)AuthorAgeFilesLines
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-1/+1
* async_hooks: remove async_wrap from async_hooks.jsDaniel Bevenius2018-03-181-3/+2
* async_hooks: don't set hook_fields[kTotals] to 0Daniel Bevenius2018-03-111-4/+2
* lib: port errors to new systemMichaƫl Zasso2018-03-051-10/+12
* src: fix error message in async_hooks constructorDaniel Bevenius2018-02-281-5/+5
* async_hooks: clean up usage in internal codeAnatoli Papirovski2018-02-161-18/+5
* lib: provide proper deprecation codeRuben Bridgewater2018-02-121-1/+1
* async_hooks: deprecate unsafe emit{Before,After}Ali Ijaz Sheikh2018-02-091-0/+24
* async_hooks: rename initTriggerIdAndreas Madsen2017-12-191-2/+2
* async_hooks: remove deprecated APIAndreas Madsen2017-11-221-76/+1
* async_hooks: deprecate undocumented APIAndreas Madsen2017-11-201-332/+99
* async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr2017-11-161-1/+20
* async_hooks: skip runtime checks when disabledAndreas Madsen2017-10-191-34/+28
* async_hooks: fix reference in code commentBrian White2017-10-031-2/+2
* async_hooks: consistent internal namingAndreas Madsen2017-09-261-31/+35
* async_hooks: support promise resolve hookAnna Henningsen2017-09-231-4/+17
* async_hooks,doc: some async_hooks improvementsJames M Snell2017-09-151-0/+3
* async_hooks: don't abort unnecessarilyTrevor Norris2017-08-141-24/+44
* async_hooks: improve comments and function namesTrevor Norris2017-08-141-88/+102
* async_hooks: remove deprecated APIsAnna Henningsen2017-07-271-32/+0
* lib: modify destructuring for indentationRich Trott2017-07-251-1/+2
* async_hooks: make AsyncResource match emitInitAndreas Madsen2017-07-131-18/+9
* async_hooks: rename internal emit functionsAndreas Madsen2017-07-131-17/+15
* async_hooks: fix nested hooks mutationAndreas Madsen2017-07-131-12/+20
* async_hooks: move restoreTmpHooks call to initRuben Bridgewater2017-07-131-5/+5
* lib: remove excess indentationRich Trott2017-07-071-4/+3
* async_hooks: require parameter in emitBeforeAndreas Madsen2017-07-061-1/+1
* async_hooks: use common emitBefore and emitAfterAndreas Madsen2017-07-061-3/+2
* async_hooks: fix default nextTick triggerAsyncIdAndreas Madsen2017-07-051-3/+1
* async_hooks: reduce duplication with factoryRuben Bridgewater2017-07-051-64/+36
* async_hooks: rename currentId and triggerIdAndreas Madsen2017-06-141-38/+73
* async_wrap: use kTotals to enable PromiseHookTrevor Norris2017-06-101-11/+27
* Revert "async_hooks: only set up hooks if used"Trevor Norris2017-06-101-11/+6
* async_hooks: minor refactor to callback invocationAnna Henningsen2017-06-081-62/+41
* async_hooks: make sure `.{en|dis}able() === this`Anna Henningsen2017-06-081-2/+2
* test: increase coverage of async_hooksDavid Cai2017-06-071-4/+4
* async_hooks: rename AsyncEvent to AsyncResourceAnna Henningsen2017-05-261-3/+3
* async_hooks: only set up hooks if usedAnna Henningsen2017-05-251-6/+11
* async_hooks: add constructor check to async-hooksShadowbeetle2017-05-211-4/+4
* lib: implement async_hooks API in coreTrevor Norris2017-05-101-3/+3
* async_hooks: initial async_hooks implementationTrevor Norris2017-05-101-0/+488