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-09-02errors: eliminate all overhead for hidden callsMomtchil Momtchev
2021-08-31tls: allow reading data into a static bufferAndrey Pechkurov
2021-07-20benchmark: output JSON-compatible numbersMichaël Zasso
2021-07-20benchmark: fix http elapsed timeAntoine du Hamel
2021-06-11doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-06-11benchmark: avoid using `console.log()`Antoine du Hamel
2021-06-11benchmark: use `process.hrtime.bigint()`Antoine du Hamel
2021-06-11tools: simplify eslint comma-dangle configurationRich Trott
2021-06-11tools: enable no-unused-expressions lint ruleMichaël Zasso
2021-05-08benchmark: improve compare.R outputBrian White
2021-05-01benchmark: add benchmark for fsPromises.writeFileNitzan Uziely
2021-05-01fs: add promisified readFile benchmarkNitzan Uziely
2021-05-01benchmark: add benchmark for NODE_V8_COVERAGEbcoe
2021-05-01benchmark: make output RFC 4180 compliantTobias Nießen
2021-05-01benchmark: improve explanations in R scriptTobias Nießen
2021-05-01test,benchmark: stop requiring URL and URLSearchParamsraisinten
2021-05-01benchmark: fix http2 benchmarksRich Trott
2021-05-01benchmark: fix http/headers.js with test-doubleRich Trott
2021-05-01benchmark: add simple https benchmarkAndrey Pechkurov
2021-05-01benchmark: reduce code duplicationRich Trott
2021-05-01benchmark,child_process: remove failing benchmark parameterAntoine du Hamel
2021-05-01benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN
2021-05-01http: report request start and end with diagnostics_channelStephen Belanger
2021-05-01lib: create diagnostics_channel moduleStephen Belanger
2021-04-26lib: add throws option to fs.f/l/statSyncAndrew Casey
2021-04-25crypto: implement randomuuidJames M Snell
2021-04-06worker: add eventLoopUtilization()Trevor Norris
2020-12-15benchmark: fix build warningsGabriel Schulhof
2020-12-15benchmark: ignore build artifacts for napi addonsRichard Lau
2020-12-15benchmark: remove modules that require intlRichard Lau
2020-12-15benchmark: make the benchmark tool work with Node 10Joyee Cheung
2020-12-15benchmark: add startup benchmark for loading public modulesJoyee Cheung
2020-10-14module: use Wasm CJS lexer when availableGuy Bedford
2020-09-10Revert "stream: simpler and faster Readable async iterator"Richard Lau
2020-09-07stream: simpler and faster Readable async iteratorRobert Nagy
2020-09-01perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-20benchmark: add benchmark script for resourceUsageYash Ladha
2020-08-20benchmark: update function_args addon codeAnna Henningsen
2020-08-05benchmark: always throw the same Error instanceAnna Henningsen
2020-08-05n-api: support type-tagging objectsGabriel Schulhof
2020-07-29async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-07-29worker: make MessagePort inherit from EventTargetAnna Henningsen
2020-07-28n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-07-17policy: add startup benchmark and make SRI lazierBradley Farias
2020-06-30benchmark: fix EventTarget benchmarkBrian White
2020-06-30events: improve listeners() performanceBrian White
2020-06-30tools: update ESLint to 7.2.0cjihrig
2020-06-30querystring: improve stringify() performanceBrian White
2020-06-30events: improve arrayClone performanceBrian White