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
2018-06-13worker: rename to worker_threadsAnna Henningsen
2018-06-13benchmark: port cluster/echo to workerTimothy Gu
2018-06-13fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-06-06benchmark: refactor benchmark/assert/throws.jsRich Trott
2018-06-06benchmark: refactor deepequal-typedarraysRich Trott
2018-06-06benchmark: refactor deepequal-setRich Trott
2018-06-06benchmark: refactor prims-and-objs-big-loopRich Trott
2018-06-06benchmark: refactor prims-and-objs-big-array-setRich Trott
2018-06-06benchmark: refactor deepequal-objectRich Trott
2018-06-06benchmark: refactor deepequal-mapRich Trott
2018-06-06benchmark: refactor deepequal-bufferRich Trott
2018-06-06test: run crypto benchmark only once in testsRich Trott
2018-06-06benchmark: fix "comparisons"' typoYuta Hiroto
2018-05-22benchmark: add tls benchmark for legacy SecurePairAlex Fernández
2018-05-09fs: move fs/promises to fs.promisescjihrig
2018-05-09benchmark: track exec time in next-tick-execAnatoli Papirovski
2018-05-09util: improve spliceOne perfAnatoli Papirovski
2018-05-09events: optimize condition for optimal scenarioAnatoli Papirovski
2018-05-09benchmark: fix next-tick-depthAnatoli Papirovski
2018-05-04benchmark: add bench for zlib gzip + gunzip cycleAnna Henningsen
2018-05-04http: refactor outgoing headers processingAnatoli Papirovski
2018-04-23benchmark: do not multiply n by 1e6 in arraysAnatoli Papirovski
2018-04-23test: fix long-running http benchmarksAnatoli Papirovski
2018-04-23test: fix long-running buffer benchmarksAnatoli Papirovski
2018-04-10benchmark: changed millions and thousands to njuggernaut451
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-24buffer: improve write(U)Int functionsRuben Bridgewater
2018-03-23stream: improve stream creation performanceBrian White
2018-03-15assert: improve assert()/assert.ok() performanceBrian White
2018-03-15benchmark: remove excessive value from http2 benchmarkAnna Henningsen
2018-03-11benchmark: fix benchmark for urlSergey Golovin
2018-03-08benchmark,lib,test,tools: use consistent quotesRich Trott
2018-03-04test,benchmark: use new Buffer API where appropriateСковорода Никита Андреевич
2018-03-02benchmark: remove noAssert argumentRuben Bridgewater
2018-03-02lib: improve normalize encoding performanceRuben Bridgewater
2018-03-02benchmark: rename fileRuben Bridgewater
2018-03-02benchmark: add buffer fill benchmarkRuben Bridgewater
2018-02-23url: reduce deplicated codes in `autoEscapeStr`Weijia Wang
2018-02-22tools: enable eslint one-var ruleRuben Bridgewater
2018-02-22tools: enable eslint strict key-spacingRuben Bridgewater
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-17fs: move fs.promises API to fs/promisesMichaël Zasso
2018-02-16test,benchmark,doc: enable dot-notation ruleRuben Bridgewater
2018-02-16http: simplify checkInvalidHeaderCharSeth Brenith
2018-02-16tools: add assert.doesNotThrow eslint ruleRuben Bridgewater
2018-02-14src: refactor WriteWrap and ShutdownWrapsAnna Henningsen
2018-02-09timers: refactor timer list processingAnatoli Papirovski
2018-02-09benchmark: add stream.pipe benchmarksMathias Buus
2018-02-08benchmark: improve compare outputRuben Bridgewater
2018-02-06fs: add initial set of fs.promises APIsJames M Snell