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
2017-12-20src: use smart pointer instead of new and deleteFranziska Hinkelmann
2017-10-31inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-31src: use maybe versions of methodsTom Boutell
2017-10-24inspector: Move JS API code to separate fileEugene Ostroukhov
2017-10-23inspector: reimplement JS bindingTimothy Gu
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-12inspector: enable async stack tracesMiroslav Bajtoš
2017-09-12src: Node implementation of v8::PlatformMatt Loring
2017-08-12inspector: support extra contextsEugene Ostroukhov
2017-08-10inspector: allow require in Runtime.evaluateJan Krems
2017-08-02src: fix new V8 compiler warningsMichaël Zasso
2017-07-28inspector: implement V8Inspector timerEugene Ostroukhov
2017-07-19async_hooks: C++ Embedder API overhaulAndreas Madsen
2017-07-11inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-10inspector: 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-05inspector: refactor to rename and comment methodsSam Roberts
2017-05-28async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-28src: ignore unused warning for inspector-agent.ccDaniel Bevenius
2017-05-28inspector: add missing virtual destructorEugene Ostroukhov
2017-05-28inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-23inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-05inspector: report when main context is destroyedEugene 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
2017-03-25src: update inspector code to match upstream APIMichaël Zasso
2017-03-03inspector: libuv notification on incoming messageEugene Ostroukhov
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-16src: remove unused PROTOCOL_JSON arrayBen Noordhuis
2016-12-27inspector: remove unused uv_async_tEugene Ostroukhov
2016-12-09inspector: stop relying on magic stringsEugene Ostroukhov
2016-12-09inspector: move options parsingEugene Ostroukhov
2016-12-07inspector: split HTTP/WS server from the inspectorEugene Ostroukhov
2016-12-07inspector: check if connected before waitingEugene Ostroukhov
2016-11-25inspector: /json/version returns object, not arrayBen Noordhuis
2016-11-20src: fix method name, output formatJosh Gavant
2016-11-07inspector: do not prompt to use localhostEugene Ostroukhov
2016-10-26inspector: switch to new inspector APIsEugene Ostroukhov
2016-10-26src: remove unused functionBrian White
2016-10-25inspector: fix request path nullptr dereferenceBen Noordhuis
2016-10-20inspector: no URLs when the debugger is connectedEugene Ostroukhov
2016-10-19inspector: generate UUID for debug targetsEugene Ostroukhov
2016-10-18build: do not define ZLIB_CONSTBradley T. Hughes
2016-10-03inspector: fix minor issuesBrian White
2016-09-23inspector: address race conditionsEugene Ostroukhov
2016-09-23src: add /json/protocol endpoint to inspectorBen Noordhuis
2016-09-20inspector: report default contextEugene Ostroukhov