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-22src: avoid common case heap allocationBen Noordhuis
2018-04-03perf_hooks: simplify perf_hooksJames M Snell
2018-03-26src: name all builtin init functions InitializeDaniel Bevenius
2018-03-20perf_hooks,trace_events: fix timescale on bootstrap marksJames M Snell
2018-03-16perf_hooks,trace_events: emit perf milestone trace eventsJames M Snell
2018-03-09src: add tracing category macrosJames M Snell
2018-03-06perf_hooks: fix timingTimothy Gu
2018-02-27perf_hooks: emit trace events for marks, measures, and timerifyJames M Snell
2018-02-27perf_hooks: eliminate deprecation warningJames M Snell
2018-02-22src: fix deprecation warning in node_perf.ccDaniel Bevenius
2018-01-28src: remove unused variablecjihrig
2018-01-25http2,perf_hooks: perf state using AliasedBufferKyle Farnung
2018-01-18timers: allow Immediates to be unrefedAnatoli Papirovski
2018-01-09perf_hooks: fix scheduling regressionAnatoli Papirovski
2018-01-02http2: perf_hooks integrationJames M Snell
2017-12-27perf_hooks: refactor internalsJames M Snell
2017-12-17src: replace SetAccessor w/ SetAccessorPropertyJure Triglav
2017-11-17src: perf_hooks: fix wrong sized deleteAli Ijaz Sheikh
2017-11-14src: explicitly register built-in modulesYihong Wang
2017-11-11src: use unrefed async for GC trackingAnna Henningsen
2017-09-22src: handle uv_async_init() failureBen Noordhuis
2017-09-15src: keep track of env properly in node_perf.ccAnna Henningsen
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-09-03src: fix compiler warnings in node_perf.ccDaniel Bevenius
2017-08-29perf_hooks: fix presumed typo in node_perf.ccAnna Henningsen
2017-08-24perf_hooks: implementation of the perf timing APIJames M Snell