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-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
2020-06-30benchmark: fix async-resource benchmarkAnna Henningsen
2020-06-30events: initial implementation of experimental EventTargetJames M Snell
2020-06-30benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-16cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-11async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-28stream: avoid drain for sync streamsRobert Nagy
2020-04-14async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-07async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov
2020-04-07benchmark: fix error on server close in AsyncLocalStorage benchmarkAndrey Pechkurov