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
2020-07-29benchmark: always throw the same Error instanceAnna Henningsen
2020-07-28async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-06-06benchmark: fix async-resource benchmarkAnna Henningsen
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-13async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-06async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov
2020-04-02benchmark: fix error on server close in AsyncLocalStorage benchmarkAndrey Pechkurov
2020-03-30benchmark: use const instead of var in async_hooksDaniele Belardi
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-02-27async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov
2020-02-23async_hooks: introduce async-context APIvdeturckheim
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-01-08benchmark: benchmarking impacts of async hooks on promiseslegendecas
2020-01-02benchmark: add benchmark on async_hooks enabled http serverlegendecas
2019-11-18benchmark: use let instead of var in async_hooksdnlup
2018-02-01benchmark: refactorRuben Bridgewater
2018-01-23benchmark: use destructuringRuben Bridgewater
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr