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
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-02-14src: use more stable cast where possibleGireesh Punathil
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
2018-09-14trace_events: avoid flusing uninitialized tracesAli Ijaz Sheikh
2018-05-30src: remove unused private data memberBen Noordhuis
2018-05-22lib,src,test: fix commentsTobias Nießen
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
2017-08-07build: enable C++ linting for src/*/*jeyanthinath
2016-12-28tracing: fix -Wunused-private-field warningSantiago Gimeno
2016-12-28tracing: fix -Wreorder warningSantiago Gimeno
2016-12-20src: Node Tracing Controllermisterpoe