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-04benchmark: use commas in non-csv rate outputBrian White
2017-01-04benchmark: refactor buffer benchmarksTroy Connor
2017-01-04tools: enforce linebreak after ternary operatorsMichaël Zasso
2016-12-17doc: document R CRAN mirror processLucas Holmquist
2016-12-05benchmark: reformat code for clarityRich Trott
2016-11-22tools: disallow trailing whitespace for markdownSam Roberts
2016-11-22benchmark: split timers benchmark and refactorRich Trott
2016-11-08benchmark,lib,test,tools: remove unneeded . escapeRich Trott
2016-11-08benchmark: add trailing newline for consistencyRoman Reiss
2016-11-03benchmark: 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-12url: adding WHATWG URL supportJames M Snell
2016-10-06benchmark: add info about required Unix toolsBartosz Sosnowski
2016-09-29benchmark: add benchmarks for `Buffer.from()`Anna Henningsen
2016-09-29benchmark: use 'yes' instead of echo in a loopBartosz Sosnowski
2016-09-29benchmark: make v8-bench.js output consistentBartosz Sosnowski
2016-09-29benchmark: add --expose_internals switchBartosz Sosnowski
2016-09-29benchmark: 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Сковорода Никита Андреевич
2016-07-26benchmark: remove broken string-creation.jsAndreas Madsen
2016-07-26benchmark: update docs after refactorAndreas Madsen
2016-07-26benchmark: add script for creating scatter plotAndreas Madsen
2016-07-26benchmark: use t-test for comparing node versionsAndreas Madsen
2016-07-26benchmark: missing process.exit after bench.endAndreas Madsen
2016-07-26benchmark: refactor to use process.sendAndreas Madsen
2016-07-26benchmark: move cli parts of common.js into run.jsAndreas Madsen
2016-07-26benchmark: move http_simple.js to http directoryAndreas Madsen
2016-07-26benchmark: remove unused filesAndreas Madsen
2016-07-17buffer: optimize hex_decodeChristopher Jeffrey
2016-07-12lib,benchmark,test: implement consistent bracesRich Trott
2016-07-11benchmark: remove unused variablesRich Trott
2016-06-30net: use icu's punycode implementationJames M Snell
2016-06-29benchmark: add `setImmediate()` benchmarksAndras
2016-06-27buffer: speed up swap16/32, add swap64Zach Bjornson
2016-06-27benchmark: `util._extend` vs `object.assign`surya panikkal
2016-06-21tls: avoid calling Buffer.byteLength multiple timesJames M Snell