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-04-30perf_hooks: add toJSON to performance classYash Ladha
2021-03-08perf_hooks: make Performance extend EventTargetMichaël Zasso
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-19doc,lib: prepare for stricter multi-line array lintingRich Trott
2021-02-15perf_hooks: introduce createHistogramJames M Snell
2021-01-28lib: refactor to use validateObjectZiJian Liu
2021-01-27lib: refactor to use validateFunctionZiJian Liu
2021-01-19lib: remove non used getter in `lib/perf_hooks.js`Juan José Arboleda
2021-01-04perf_hooks: refactor to avoid unsafe array iterationAntoine du Hamel
2020-12-29lib: refactor to use validateCallbackZiJian Liu
2020-12-11Revert "perf_hooks: make PerformanceObserver an AsyncResource"Nicolai Stange
2020-12-01perf_hooks: refactor to use more primordialsAntoine du Hamel
2020-11-15perf_hooks: make nodeTiming a first-class objectMomtchil Momtchev
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-05-10perf_hooks: fix error message for invalid entryTypesMichaël Zasso
2020-04-20perf_hooks: remove unnecessary assignment when name is undefinedrickyes
2020-04-10perf_hooks: allow omitted parameters in 'performance.measure'himself65
2020-03-02perf,src: add HistogramBase and internal/histogram.jsJames M Snell
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-04lib: replace Set global by the primordialsSebastien Ahkrin
2020-01-04perf_hooks: use for...ofKamat, Trivikram
2019-12-14perf_hooks: remove unnecessary bindAnatoli 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-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-09-13perf_hooks: remove non-existent entries from inspectKirill Fomichev
2019-09-07perf_hooks: ignore duplicated entries in observerKirill Fomichev
2019-09-07perf_hooks: remove GC callbacks on zero observers countKirill Fomichev
2019-09-06perf_hooks: import http2 only onceKirill Fomichev
2019-07-12perf_hooks: add HttpRequest statistics monitoring #28445vmarchaud
2019-07-06lib: use `class ... extends` in perf_hooks.jsAnna Henningsen
2019-06-16perf_hooks,trace_events: use stricter equalitycjihrig
2019-04-15lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-04errors: add more information in case of invalid callbacksRuben Bridgewater
2019-03-22perf_hooks: load internal/errors eagerlyJoyee Cheung
2019-02-08perf_hooks: implement histogram based apiJames M Snell
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2018-12-17tools: enable no-useless-constructor lint rulecjihrig
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-06-15perf_hooks: remove less useful bootstrap marksJames M Snell
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater