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-04-16tools: roll inspector_protocol to f67ec5Pavel Feldman
2019-02-28src: create env->inspector_console_api_object earlierJoyee Cheung
2019-02-28src: remove use of CallOnForegroundThread()cjihrig
2019-02-28src: do not alias new and old signal masksSam Roberts
2019-01-29src: elevate repeated use of v8 namespaced typeShubham Urkade
2018-12-26src: reuse std::make_uniquealyssaq
2018-09-25inspector: workers debuggingEugene Ostroukhov
2018-09-25inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-25inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-06src: use StackFrame::GetFrame with isolateMichaël Zasso
2018-09-06src: refactor options parsingAnna Henningsen
2018-08-02inspector: fixed V8InspectorClient::currentTimeMSAleksey Kozyatinskiy
2018-07-14inspector: split main thread interface from transportEugene Ostroukhov
2018-06-15inspector: stop dragging platform pointerEugene Ostroukhov
2018-05-29src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-24inspector: get rid of the make_uniqueEugene Ostroukhov
2018-05-22inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-14inspector: fix inspector::Agent::HasConnectedSessionshelloshuangzi
2018-05-14src: use cleanup hooks to tear down BaseObjectsAnna Henningsen
2018-05-04src: avoid `std::make_unique`Anna Henningsen
2018-05-04inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-05-04src: limit foreground tasks draining loopUlan Degenbaev
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-12src: fix inspector nullptr deref on abrupt exitBen Noordhuis
2017-12-12inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-12-04src: use uv_os_getpid() to get process idcjihrig
2017-11-21src: inspector context name = program title + pidBen Noordhuis
2017-11-21src: abstract getpid() operationBen Noordhuis
2017-11-17src: use smart pointer instead of new and deleteFranziska Hinkelmann
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-28src: use maybe versions of methodsTom Boutell
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
2017-10-03inspector: reimplement JS bindingTimothy Gu
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-11inspector: support extra contextsEugene Ostroukhov
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-01src: fix new V8 compiler warningsMichaël Zasso
2017-07-27inspector: implement V8Inspector timerEugene Ostroukhov
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-09inspector: fix crash on exceptionNikolai Vavilov
2017-06-07inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05inspector: Allows reentry when pausedEugene Ostroukhov
2017-06-02inspector: refactor to rename and comment methodsSam Roberts
2017-05-27async_hooks: implement C++ embedder APIAnna Henningsen