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
2017-01-16benchmark: cleanup child_process IPC benchmarkYuya Tanaka
2017-01-15util: improve readability of normalizeEncodingJoyee Cheung
2017-01-15benchmark: improve WHATWG URL benchmarksJoyee Cheung
2017-01-14benchmark: use "confidence" in output of compare.RJoyee Cheung
2017-01-14benchmark: add ClientRequest creation benchmarkBrian White
2017-01-11benchmark: allow zero when parsing http req/sBrian White
2017-01-11benchmark: add http header setting scenariosBrian White
2017-01-07benchmark,lib,test: adjust for lintingRich Trott
2017-01-05benchmark: fix typo "categoty" -> "category"Victor Felder
2017-01-05stream: avoid additional validation for BuffersBrian White
2017-01-05benchmark: keep decimals in resultsBrian White
2017-01-05benchmark: improve readability of net benchmarksBrian White
2017-01-05benchmark: move punycode benchmark out of netBrian White
2017-01-04benchmark: allow benchmarks to specify flagsJoyee Cheung
2016-12-30benchmark: add benchmark for WHATWG URL propertiesJoyee Cheung
2016-12-29events: improve once() performanceBrian White
2016-12-28buffer: improve allocation performanceBrian White
2016-12-24benchmark: use commas in non-csv rate outputBrian White
2016-12-23benchmark: refactor buffer benchmarksTroy Connor
2016-12-23tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-16doc: document R CRAN mirror processLucas Holmquist
2016-11-28benchmark: reformat code for clarityRich Trott
2016-11-21tools: disallow trailing whitespace for markdownSam Roberts
2016-11-10benchmark: split timers benchmark and refactorRich Trott
2016-11-07benchmark,lib,test,tools: remove unneeded . escapeRich Trott
2016-11-04benchmark: add trailing newline for consistencyRoman Reiss
2016-10-29benchmark: add microbenchmarks for ES MapRod Vagg
2016-10-20test,lib,benchmark: match function namesRich Trott
2016-10-17benchmark: use node v4 syntax in common.jsAndreas Madsen
2016-10-17benchmark: change the execution orderAndreas Madsen
2016-10-17benchmark: fixes csv parsing given no parametersAndreas Madsen
2016-10-11url: adding WHATWG URL supportJames M Snell
2016-09-30benchmark: add info about required Unix toolsBartosz Sosnowski
2016-09-26benchmark: add benchmarks for `Buffer.from()`Anna Henningsen
2016-09-26benchmark: use 'yes' instead of echo in a loopBartosz Sosnowski
2016-09-26benchmark: make v8-bench.js output consistentBartosz Sosnowski
2016-09-26benchmark: add --expose_internals switchBartosz Sosnowski
2016-09-24benchmark: add benchmark for destructuring objectFangdun Cai (Fundon)
2016-09-21tools: add additional ESLint rulesTeddy Katz
2016-09-16benchmark: ignore significance when using --runs 1Andreas Madsen
2016-09-13tools: replace custom ESLint rule with built-inRich Trott
2016-09-12benchmark: add benches for fs.stat & fs.statSyncAnna Henningsen
2016-09-12benchmark: fix off-by-one error in fs benchmarksAnna Henningsen
2016-08-31benchmark: support for multiple http benchmarkersBartosz Sosnowski
2016-08-12benchmark: add --format csv optionAdrian Nitu
2016-08-12benchmark: update compare.js exit methodAdrian Nitu
2016-08-12benchmark: fix comment typos and code formatAdrian Nitu
2016-08-12bench: add bench for fs.realpath() fixTrevor Norris
2016-08-10benchmark: favor === over ==Rich Trott
2016-08-04doc: *.md formatting fixes in the benchmark dirСковорода Никита Андреевич