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-11-10buffer: introduce FileKhafra
2022-11-09benchmark: add parameters to text-decoder benchmarkYagiz Nizipli
2022-11-09benchmark: fix text-decoder benchmarkYagiz Nizipli
2022-11-06util: improve textdecoder decode performanceYagiz Nizipli
2022-10-24lib: performance improvement on readline async iteratorThiago Oliveira Santos
2022-10-17benchmark: add blob benchmarkYagiz Nizipli
2022-10-14events: add unique events benchmarkYagiz Nizipli
2022-10-06fs: improve promise based readFile performance for big filesRuben Bridgewater
2022-10-04benchmark: add vm context global proxy benchmarkJoyee Cheung
2022-09-27test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev
2022-09-22benchmark: fix startup benchmarkEvan Lucas
2022-09-13benchmark: add stream destroy benchmarkSindreXie
2022-09-07lib: fix reference leakfalsandtru
2022-08-21fs: add encoding parameter to benchmarksYagiz Nizipli
2022-07-28src,lib: print source map error source on demandlegendecas
2022-07-11lib,src: add source map support for global evallegendecas
2022-07-08benchmark: fix output regressionBrian White
2022-06-29benchmark: fix fork detectionPaolo Insogna
2022-06-27benchmark: forcefully close processesPaolo Insogna
2022-06-27crypto: don't disable TLS 1.3 without suitesAdam Majer
2022-05-30benchmark: add node-error benchmarkRafaelGSS
2022-05-13perf_hooks: add PerformanceResourceTimingRafaelGSS
2022-04-17benchmark: fix misc/startup failureAntoine du Hamel
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-04tools: enable no-var ESLint rule for libRich Trott
2022-02-26crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-02-05benchmark: avoid input param manipulationMrJithil
2022-02-05tools: enable no-empty ESLint ruleRich Trott
2022-02-05benchmark: enable no-empty ESLint ruleRich Trott
2022-01-31benchmark: use Object.hasOwn() instead of hasOwnProperty()Rich Trott
2022-01-30benchmark: replace hasOwnProperty() with Object.hasOwn()Rich Trott
2022-01-22benchmark: add `subarray` to `buffer-slice`Benjamin Gruenbaum
2022-01-18doc: make contributing info more discoverableMichael Dawson
2022-01-17benchmark: remove unreachable code from crypto/hash-stream-creationRich Trott
2022-01-12benchmark: simplify http benchmarker regular expressionRich Trott
2022-01-05tools,benchmark,lib,test: enable no-case-declarations lint ruleRich Trott
2021-12-30benchmark: fix benchmark/run.js handling of --setRich Trott
2021-12-20benchmark,test: use Object.hasOwn() where applicableRich Trott
2021-10-16benchmark: increase crypto DSA keygen paramsBrian White
2021-09-27benchmark: add `util.toUSVString()`'s benchmarkXadillaX
2021-09-22doc: update benchmarks README.md for upcoming linting/formattingRich Trott
2021-08-31async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-07-25perf_hooks: web performance timeline compliancelegendecas
2021-05-25benchmark: output JSON-compatible numbersMichaƫl Zasso
2021-05-23benchmark: fix http elapsed timeAntoine du Hamel
2021-05-17events: use nullish coalencing operatorVoltrex
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-04-27benchmark: avoid using `console.log()`Antoine du Hamel
2021-04-26benchmark: use `process.hrtime.bigint()`Antoine du Hamel
2021-04-13benchmark: improve compare.R outputBrian White