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-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
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
2021-01-11benchmark: fix http2 benchmarksRich Trott
2021-01-07crypto: implement randomuuidJames M Snell
2021-01-07benchmark: fix http/headers.js with test-doubleRich Trott
2020-12-25benchmark: add simple https benchmarkAndrey Pechkurov
2020-12-22errors: eliminate all overhead for hidden callsMomtchil Momtchev
2020-12-21benchmark: reduce code duplicationRich Trott
2020-12-07tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-12-02benchmark,child_process: remove failing benchmark parameterAntoine du Hamel
2020-11-26benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN
2020-11-20benchmark: fix build warningsGabriel Schulhof
2020-11-19lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-11-07benchmark: ignore build artifacts for napi addonsRichard Lau
2020-11-05benchmark: remove modules that require intlRichard Lau
2020-11-04benchmark: make the benchmark tool work with Node 10Joyee Cheung
2020-11-04benchmark: add startup benchmark for loading public modulesJoyee Cheung
2020-11-01http: report request start and end with diagnostics_channelStephen Belanger
2020-11-01lib: create diagnostics_channel moduleStephen Belanger
2020-10-28tls: allow reading data into a static bufferAndrey Pechkurov
2020-10-27worker: add eventLoopUtilization()Trevor Norris
2020-10-12module: use Wasm CJS lexer when availableGuy Bedford
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-08-29perf_hooks: add idleTime and event loop utilTrevor Norris
2020-08-13benchmark: add benchmark script for resourceUsageYash Ladha
2020-08-11benchmark: update function_args addon codeAnna Henningsen
2020-08-01n-api: support type-tagging objectsGabriel Schulhof
2020-07-29benchmark: always throw the same Error instanceAnna Henningsen
2020-07-28async_hooks: optimize fast-path promise hook for ALSAndrey Pechkurov
2020-07-24n-api: run all finalizers via SetImmediate()Gabriel Schulhof
2020-07-22worker: make MessagePort inherit from EventTargetAnna Henningsen
2020-07-17benchmark,test: remove output from readable-async-iterator benchmarkRich Trott
2020-07-17stream: simpler and faster Readable async iteratorRobert Nagy