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-09-12test,doc: make module name match gyp target nameGabriel Schulhof
2017-09-12http2: set decodeStrings to false, testAnatoli Papirovski
2017-09-12benchmark: add default configs to buffer benchmarkRich Trott
2017-09-12benchmark: fix issues in dns benchmarkIan Perkins
2017-09-12benchmark: fix dgram/bind-params.js benchmarkRich Trott
2017-09-12benchmark: removed unused arguments from callbacksAbhishek Raj
2017-09-12http2: minor refactor of passing headers to JSAnna Henningsen
2017-09-12benchmark: convert var to es6 constSebastian Murphy
2017-08-14http2: improve perf of passing headers to C++Anna Henningsen
2017-08-14http2: add tests and benchmarksJames M Snell
2017-08-13benchmark: fix and extend assert benchmarksRuben Bridgewater
2017-08-13util: improve util.inspect performanceRuben Bridgewater
2017-08-12benchmark: Correct constructor for freelistGareth Ellis
2017-08-10benchmark: remove unused parametersnishijayaraj
2017-08-01benchmark: remove unused parametersMatthew Alsup
2017-08-01tools: remove legacy indentation lintingRich Trott
2017-07-24benchmark: add assert map and set benchmarksRuben Bridgewater
2017-07-19test: make common.PIPE process uniqueRefael Ackermann
2017-07-19benchmark: fix typo in inspect-proxyVse Mozhet Byt
2017-07-19tools: eslint - use `error` and `off`Refael Ackermann
2017-07-19benchmark: Improve event performance tests.Benedikt Meurer
2017-07-18benchmark,lib,test: use braces for multiline blockRich Trott
2017-07-18tools,benchmark: use stricter indentation lintingRich Trott
2017-07-18process: improve nextTick() performanceBrian White
2017-07-11stream: improve Transform performanceBrian White
2017-07-11http: always cork outgoing writesBrian White
2017-06-21benchmark: remove needless RegExp capturingVse Mozhet Byt
2017-06-12benchmark: fix some RegExp nitsVse Mozhet Byt
2017-06-10child_process: reduce nextTick() usageBrian White
2017-06-10test,benchmark: stabilize child-processRefael Ackermann
2017-06-05dns: improve callback performanceBrian White
2017-05-28stream: improve readable push performanceBrian White
2017-05-23benchmark: allow no duration in benchmark testsRich Trott
2017-05-17benchmark: remove redundant timers benchmarkRich Trott
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-13benchmark: chunky http client should exit with 0Joyee Cheung
2017-05-12benchmark: check for time precision in common.jsRich Trott
2017-05-08benchmark: update an obsolete pathVse Mozhet Byt
2017-05-06test: fix flakyness with `yes.exe`Refael Ackermann
2017-05-04test: move WPT to its own testing moduleRich Trott
2017-04-29benchmark: terminate child process on WindowsRich Trott
2017-04-29v8: refactor struture of v8 moduleJames M Snell
2017-04-29benchmark: add benchmark for v8.getHeap*StatisticsJames M Snell
2017-04-20benchmark: fix typo in _http-benchmarkers.jsVse Mozhet Byt
2017-04-20benchmark: fix URL in _http-benchmarkers.jsVse Mozhet Byt
2017-04-20benchmark: add benchmark for string concatenationsVse Mozhet Byt
2017-04-20benchmark: reduce string concatenationsVse Mozhet Byt
2017-04-20benchmark: fix CLI arguments check in common.jsVse Mozhet Byt
2017-04-19test: add test for child_process benchmarkJoyee Cheung
2017-04-18Revert "benchmark: fix CLI arguments check in common.js"James M Snell