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
2022-10-11benchmark: fix startup benchmarkEvan Lucas
2022-10-11benchmark: add stream destroy benchmarkSindreXie
2022-10-11lib: fix reference leakfalsandtru
2022-10-11fs: add encoding parameter to benchmarksYagiz Nizipli
2022-07-31lib,src: add source map support for global evallegendecas
2022-07-31benchmark: fix output regressionBrian White
2022-07-31benchmark: fix fork detectionPaolo Insogna
2022-07-31benchmark: forcefully close processesPaolo Insogna
2022-07-31crypto: don't disable TLS 1.3 without suitesAdam Majer
2022-07-31benchmark: add node-error benchmarkRafaelGSS
2022-07-31perf_hooks: add PerformanceResourceTimingRafaelGSS
2022-07-31benchmark: fix misc/startup failureAntoine du Hamel
2022-07-31tools: enable no-var ESLint rule for libRich Trott
2022-04-24crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-04-21benchmark: add `subarray` to `buffer-slice`Benjamin Gruenbaum
2022-03-14tools: enable no-empty ESLint ruleRich Trott
2022-03-14benchmark: enable no-empty ESLint ruleRich Trott
2022-03-14benchmark: avoid input param manipulationMrJithil
2022-03-14benchmark: use Object.hasOwn() instead of hasOwnProperty()Rich Trott
2022-03-14benchmark: replace hasOwnProperty() with Object.hasOwn()Rich Trott
2022-03-14doc: make contributing info more discoverableMichael Dawson
2022-02-26benchmark: remove unreachable code from crypto/hash-stream-creationRich Trott
2022-02-01benchmark: simplify http benchmarker regular expressionRich Trott
2022-02-01tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2022-02-01benchmark: fix benchmark/run.js handling of --setRich Trott
2022-02-01benchmark,test: use Object.hasOwn() where applicableRich Trott
2021-11-04benchmark: increase crypto DSA keygen paramsBrian White
2021-10-04benchmark: add `util.toUSVString()`'s benchmarkXadillaX
2021-10-04doc: update benchmarks README.md for upcoming linting/formattingRich Trott
2021-09-06async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-08-16perf_hooks: web performance timeline compliancelegendecas
2021-05-31benchmark: output JSON-compatible numbersMichaël Zasso
2021-05-31benchmark: fix http elapsed timeAntoine du Hamel
2021-05-18events: use nullish coalencing operatorVoltrex
2021-05-17doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-04-29benchmark: avoid using `console.log()`Antoine du Hamel
2021-04-29benchmark: use `process.hrtime.bigint()`Antoine du Hamel
2021-04-13benchmark: improve compare.R outputBrian White
2021-04-08crypto: reconcile oneshot sign/verify sync and async implementationsFilip Skokan
2021-04-03crypto: add buffering to randomIntTobias Nießen
2021-03-23tools: simplify eslint comma-dangle configurationRich Trott
2021-03-22stream: make Readable.from performance betterwwwzbwcom
2021-03-13benchmark: add benchmark for fsPromises.writeFileNitzan Uziely
2021-03-10fs: add promisified readFile benchmarkNitzan Uziely
2021-02-22perf_hooks: complete overhaul of the implementationJames M Snell
2021-02-12module: only set cache when finding module succeedszhangyongsheng
2021-01-28benchmark: add benchmark for NODE_V8_COVERAGEbcoe
2021-01-25benchmark: make output RFC 4180 compliantTobias Nießen
2021-01-23benchmark: improve explanations in R scriptTobias Nießen
2021-01-19test,benchmark: stop requiring URL and URLSearchParamsraisinten