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-11-01test: add test-benchmark-http2Rich Trott
2018-11-01src: improve StreamBase write throughputAnna Henningsen
2018-11-01benchmark: fix bench-mkdirp to use recursive optionKlaus Meinhardt
2018-10-26test: add test-benchmark-napiEmily Marigold Klassen
2018-10-24src: improve StreamBase read throughputAnna Henningsen
2018-10-21benchmark: coerce PORT to numberAli Ijaz Sheikh
2018-10-21timers: run nextTicks after each immediate and timerAnatoli Papirovski
2018-10-17benchmark: add common.binding()cjihrig
2018-10-17async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-17benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-17benchmark: increase lint complianceRich Trott
2018-09-07benchmark: refactor util benchmarksRuben Bridgewater
2018-09-06util: make util binding internalcjihrig
2018-09-02benchmark: add lines to scatter plotsDenys Otrishko
2018-08-29src: use String::Utf8Length with isolateMichaël Zasso
2018-08-29src: use String::Write{OneByte,Utf8} with isolateMichaël Zasso
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-13benchmark: improve assert benchmarksRuben Bridgewater
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-03test: remove unused configBenjamin Gruenbaum
2018-07-27lib: remove usc-2 encodingBrian White
2018-07-22trace_events: add support for builtin traceJames M Snell
2018-07-19benchmark: remove arrays benchmarkPeter Marshall
2018-07-13tools: add no-duplicate-requires ruleGus Caplan
2018-07-08test,util: add missing tests and conditionsMaleDong
2018-07-06benchmark: add n-api function args benchmarkKenny Yuan
2018-06-19benchmark: create napi benchmark directoryRich Trott
2018-06-19test: run misc benchmark only once in testsRich Trott
2018-06-08n-api: improve runtime perf of n-api func callKenny Yuan
2018-06-07benchmark: disable only the ESLint rule needing itRich Trott
2018-06-06worker: rename to worker_threadsAnna Henningsen
2018-06-06benchmark: port cluster/echo to workerTimothy Gu
2018-06-02benchmark: refactor benchmark/assert/throws.jsRich Trott
2018-06-02benchmark: refactor deepequal-typedarraysRich Trott
2018-06-02benchmark: refactor deepequal-setRich Trott
2018-06-02benchmark: refactor prims-and-objs-big-loopRich Trott
2018-06-02benchmark: refactor prims-and-objs-big-array-setRich Trott
2018-06-02benchmark: refactor deepequal-objectRich Trott
2018-06-02benchmark: refactor deepequal-mapRich Trott
2018-06-02benchmark: refactor deepequal-bufferRich Trott
2018-06-02test: run crypto benchmark only once in testsRich Trott
2018-06-02benchmark: fix "comparisons"' typoYuta Hiroto
2018-05-24src: remove --expose-http2 optionDaniel Bevenius
2018-05-22timers: use only a single TimerWrap instanceAnatoli Papirovski
2018-05-22lib: add internal PriorityQueue classAnatoli Papirovski
2018-05-19fs: drop duplicate API in promises modeСковорода Никита Андреевич
2018-05-17tls: move convertNPNProtocols to End-of-LifeJames M Snell