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-02-02benchmark: add benchmark for NODE_V8_COVERAGEbcoe
2021-02-02benchmark: make output RFC 4180 compliantTobias Nießen
2021-02-02benchmark: improve explanations in R scriptTobias Nießen
2021-01-25test,benchmark: stop requiring URL and URLSearchParamsraisinten
2021-01-12benchmark: fix http2 benchmarksRich Trott
2021-01-12crypto: implement randomuuidJames M Snell
2021-01-12benchmark: fix http/headers.js with test-doubleRich Trott
2021-01-12benchmark: add simple https benchmarkAndrey Pechkurov
2021-01-12errors: eliminate all overhead for hidden callsMomtchil Momtchev
2020-12-21benchmark: reduce code duplicationRich Trott
2020-12-21tools: enable no-unused-expressions lint ruleMichaël Zasso
2020-12-07benchmark,child_process: remove failing benchmark parameterAntoine du Hamel
2020-12-07benchmark : changed `fstat` to `fstatSync`Narasimha Prasanna HN
2020-11-23benchmark: fix build warningsGabriel Schulhof
2020-11-23lib: add throws option to fs.f/l/statSyncAndrew Casey
2020-11-09benchmark: ignore build artifacts for napi addonsRichard Lau
2020-11-09benchmark: 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-03http: report request start and end with diagnostics_channelStephen Belanger
2020-11-03lib: create diagnostics_channel moduleStephen Belanger
2020-11-03tls: allow reading data into a static bufferAndrey Pechkurov
2020-11-03worker: 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
2020-07-14policy: add startup benchmark and make SRI lazierBradley Farias
2020-06-24benchmark: fix EventTarget benchmarkBrian White
2020-06-17events: improve listeners() performanceBrian White
2020-06-13tools: update ESLint to 7.2.0cjihrig
2020-06-13querystring: improve stringify() performanceBrian White
2020-06-08events: improve arrayClone performanceBrian White
2020-06-06benchmark: fix async-resource benchmarkAnna Henningsen
2020-05-28events: initial implementation of experimental EventTargetJames M Snell
2020-05-23benchmark: fixing http_server_for_chunky_client.jsAdrian Estrada
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-05-15cli: add `--trace-atomics-wait` flagAnna Henningsen
2020-05-09async_hooks: move PromiseHook handler to JSStephen Belanger
2020-04-25stream: avoid drain for sync streamsRobert Nagy
2020-04-13async_hooks: merge run and exit methodsAndrey Pechkurov
2020-04-06async_hooks: move to lazy destroy hook registration in AsyncResourceAndrey Pechkurov