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
2019-12-26benchmark: include writev in benchmarkRobert Nagy
2019-12-25benchmark: use let instead of var in child_processdnlup
2019-12-20benchmark: add clear connections to secure-pairDiego Lafuente
2019-12-18benchmark: update manywrites back pressureRobert Nagy
2019-12-16benchmark: use let/const instead of var in buffersdnlup
2019-12-10benchmark: improve `--filter` pattern matchingMatheus Marchini
2019-12-07util: improve performance inspecting proxiesRuben Bridgewater
2019-12-07benchmark: add more util inspect and format benchmarksRuben Bridgewater
2019-12-06doc,benchmark: move benchmark guide to benchmark directoryRich Trott
2019-12-01stream: improve performance for sync write finishesAnna Henningsen
2019-11-30benchmark,doc,lib,test: prepare for padding lint ruleRich Trott
2019-11-18benchmark: use let instead of var in async_hooksdnlup
2019-11-17benchmark: use let instead of var in assertdnlup
2019-11-06child_process,cluster: allow using V8 serialization APIAnna Henningsen
2019-11-01module: warn on using unfinished circular dependencyAnna Henningsen
2019-10-28fs: add `bufferSize` option to `fs.opendir()`Anna Henningsen
2019-10-17build: build benchmark addons like test addonsRichard Lau
2019-10-15doc: prepare miscellaneous docs for new markdown lint rulesRich Trott
2019-10-13src: render N-API weak callbacks as cleanup hooksGabriel Schulhof
2019-10-12fs: buffer dir entries in opendir()Anna Henningsen
2019-10-11benchmark: remove double word "then" in commentsNick Schonning
2019-10-11benchmark: add benchmark for vm.createContextJoyee Cheung
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-09-19benchmark: improve process.env benchmarksAnna Henningsen
2019-09-03lib: add ASCII fast path to getStringWidth()Anna Henningsen
2019-09-01doc: remove multiple consecutive blank linesNick Schonning
2019-08-28process: improve nextTick performanceBrian White
2019-08-27events: improve once() performanceBrian White
2019-08-24net: allow reading data into a static bufferBrian White
2019-08-22buffer: improve equals() performanceBrian White
2019-08-15buffer: improve copy() performanceBrian White
2019-08-11benchmark: use test/common/tmpdir consistentlyJoão Reis
2019-08-08benchmark: allow easy passing of process flagsBrian White
2019-07-31benchmark, http: refactor for code consistencyAlex Ramirez
2019-07-30benchmark: swap var for let in buffer benchmarksAlex Ramirez
2019-07-30benchmark: swap var for let in util benchmarksAlex Ramirez
2019-07-30benchmark: swap var for let in url benchmarksAlex Ramirez
2019-06-27tools: update eslintRuben Bridgewater
2019-06-20benchmark: refactor buffer benchmarksRuben Bridgewater
2019-06-10test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-06-06Revert "test: move all test keys/certs under `test/fixtures/keys/`"Sam Roberts
2019-06-05test: move test_[key|ca|cert] to fixtures/keys/Alex Aubuchon
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-05-03async_hooks: fixup do not reuse HTTPParserGerhard Stoebich
2019-04-30lib: remove Reflect.apply where appropriateAnatoli Papirovski
2019-04-28benchmark: add benchmark for node -pJoyee Cheung
2019-04-23benchmark: fix http bench-parser.jsRich Trott
2019-04-18benchmark: fix buffer-base64-decode.jsRich Trott
2019-04-18benchmark: add benchmark for dns.promises.lookup()Rich Trott
2019-04-11benchmark: fix http headers benchmarkAnatoli Papirovski