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-02-06http: strip trailing OWS from header valuesSam Roberts
2020-02-06benchmark: support optional headers with wrkSam Roberts
2020-02-03benchmark: clean up config resolution in multiple benchmarksDenys Otrishko
2020-02-01benchmark: add MessagePort benchmarkAnna Henningsen
2020-01-30test,benchmark: fix test-benchmark-zlibRich Trott
2020-01-29benchmark: use let and const instead of varDaniele Belardi
2020-01-29buffer: improve concat() performanceBrian White
2020-01-28crypto: improve randomBytes() performanceBrian White
2020-01-27deps: switch to chromium's zlib implementationBrian White
2020-01-23benchmark: fix getStringWidth() benchmarkRich Trott
2020-01-16benchmark: add default type in getstringwidth.jsRich Trott
2020-01-08benchmark: benchmarking impacts of async hooks on promiseslegendecas
2020-01-06benchmark: use let instead of var in dgramdnlup
2020-01-04doc: use code markup/markdown in headersRuben Bridgewater
2020-01-02benchmark: add benchmark on async_hooks enabled http serverlegendecas
2020-01-01benchmark: use let instead of var in cryptodnlup
2019-12-27benchmark: replace var with let/const in cluster benchmarkdnlup
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