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
2021-09-02async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-06-11async_hooks: refactor to avoid unsafe array iterationAntoine du Hamel
2020-12-15async_hooks: refactor to use more primordialsAntoine du Hamel
2020-12-15async_hooks: fix leak in AsyncLocalStorage exitStephen Belanger
2020-08-11async_hooks: avoid GC tracking of AsyncResource in ALSGerhard Stoebich
2020-08-11async_hooks: avoid unneeded AsyncResource creationGerhard Stoebich
2020-08-11async_hooks: improve property descriptors in als.bindGerhard Stoebich
2020-08-11async_hooks: add AsyncResource.bind utilityJames M Snell
2020-08-11async_hooks: don't read resource if ALS is disabledGerhard Stoebich
2020-05-11async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-14async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-14async_hooks: prevent sync methods of async storage exiting outer contextStephen Belanger
2020-04-07async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov
2020-03-09async_hooks: add sync enterWith to ALSStephen Belanger
2020-03-06async_hooks: fix ctx loss after nested ALS callsAndrey Pechkurov
2020-02-27async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov
2020-02-23async_hooks: introduce async-context APIvdeturckheim
2020-02-14async_hooks: ensure event after been emitted on runInAsyncScopelegendecas
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-01-12async_hooks: remove internal only error checkingAnatoli Papirovski
2019-12-17async_hooks: ensure proper handling in runInAsyncScopeAnatoli Papirovski
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-10-26async_hooks: only emit `after` for AsyncResource if stack not emptyAnna Henningsen
2019-06-10process: improve queueMicrotask performanceAnatoli Papirovski
2019-04-05async_hooks: improve AsyncResource performanceAnatoli Papirovski
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-03-18async_hooks: remove deprecated emitBefore and emitAfterMatteo Collina
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-10async_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-15async_hooks: don't abort unnecessarilyTrevor Norris
2017-08-15async_hooks: improve comments and function namesTrevor Norris