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
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
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
2020-04-02benchmark: fix error on server close in AsyncLocalStorage benchmarkAndrey Pechkurov
2020-03-30benchmark: use let instead of var in zlibDaniele Belardi
2020-03-30benchmark: use let instead of var in workerDaniele Belardi
2020-03-30benchmark: use let instead of var in utilDaniele Belardi
2020-03-30benchmark: use let instead of var in urlDaniele Belardi
2020-03-30benchmark: use let instead of var in tlsDaniele Belardi
2020-03-30benchmark: use let instead of var in timersDaniele Belardi
2020-03-30benchmark: use let instead of var in run.jsDaniele Belardi
2020-03-30benchmark: use let instead of var in dnsDaniele Belardi
2020-03-30benchmark: use let instead of var in common.jsDaniele Belardi
2020-03-30benchmark: use const instead of var in async_hooksDaniele Belardi
2020-03-30benchmark: add `no-var` rule in .eslintrc.yamlDaniele Belardi
2020-03-10benchmark: remove special test entriesRuben Bridgewater
2020-03-10benchmark: add `test` and `all` options and improve errors"Ruben Bridgewater
2020-03-10benchmark: refactor helper into a classRuben Bridgewater
2020-03-08doc: fix broken links in benchmark READMERich Trott
2020-03-06benchmark: remove problematic tls paramsBrian White
2020-03-04doc: improve doc/markdown file organization coherenceConorDavenport
2020-02-29tls: reduce memory copying and number of BIO buffer allocationsRusty Conover
2020-02-27async_hooks: add store arg in AsyncLocalStorageAndrey Pechkurov
2020-02-23async_hooks: introduce async-context APIvdeturckheim
2020-02-13benchmark: use let instead of varDaniele Belardi