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-10-24benchmark: improve http2 benchmark configsJames M Snell
2017-10-23benchmark: add util/type-checkTimothy Gu
2017-10-23http2: remove --expose-http2 flag from tests, etcJames M Snell
2017-10-18build: lint benchmark addonBen Noordhuis
2017-10-18build: use local node-gyp for benchmark addonBen Noordhuis
2017-10-18benchmark: remove writing to benchmark directoryRich Trott
2017-10-18test: add benchmark tests for esEthan Arrowood
2017-10-18test: reduce run time for misc benchmark testsRich Trott
2017-10-18test: added fs benchmark testCharlie Duong
2017-10-18benchmark: remove misc/v8-bench.jsJoyee Cheung
2017-10-11util: use faster -0 checkBrian White
2017-10-11http2: making sending to the socket more efficientJames M Snell
2017-09-21benchmark: var to constRuben Bridgewater
2017-09-21util: improve format performanceRuben Bridgewater
2017-09-21benchmark: improve and add more inspect benchmarksRuben Bridgewater
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20crypto: fix Node_SignFinalDavid Benjamin
2017-09-20benchmark: enable assert benchmark with short lenRich Trott
2017-09-20benchmark: provide default methods for assertRich Trott
2017-09-20benchmark: use smaller n value in some http testsPeter Marshall
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