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-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
2020-02-13benchmark: swap var for let in benchmarksAlex Ramirez
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-11Revert "benchmark: refactor helper into a class"Anna Henningsen
2020-02-11Revert "benchmark: add `test` and `all` options and improve errors"Anna Henningsen
2020-02-11Revert "benchmark: remove special test entries"Anna Henningsen
2020-02-09benchmark: remove special test entriesRuben Bridgewater
2020-02-09benchmark: add `test` and `all` options and improve errorsRuben Bridgewater
2020-02-09benchmark: refactor helper into a classRuben Bridgewater
2020-02-09buffer: improve from() performanceBrian White
2020-02-09benchmark: check for and fix multiple end()Brian White
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