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
2021-07-02inspector: move inspector async hooks to environmentJoyee Cheung
2021-04-30inspector: remove redundant method for connection checkYash Ladha
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2020-04-10src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen
2020-02-13src: wrap HostPort in ExclusiveAccessBen Noordhuis
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-05-05src: remove node_options-inl.h from header filesSam Roberts
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-11worker: set up child Isolate inside Worker threadAnna Henningsen
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-08-28src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-08-23src: refactor options parsingAnna Henningsen
2018-07-14inspector: split main thread interface from transportEugene Ostroukhov
2018-06-15inspector: stop dragging platform pointerEugene Ostroukhov
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2018-01-02src: remove duplicate words in commentsTobias Nießen
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-12inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-11-06inspector: include node_platform.h headerAlexey Kuzmin
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
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-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-26inspector: add missing virtual destructorEugene Ostroukhov
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-04-24inspector: remove AgentImplEugene Ostroukhov
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-12-07inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-09-02inspector: use script name for target titleEugene Ostroukhov
2016-08-15inspector: add support for uncaught exceptionAleksei Koziatinskii
2016-07-29inspector: Do not crash if the port is n/aEugene Ostroukhov