summaryrefslogtreecommitdiff
path: root/src/inspector_io.cc
AgeCommit message (Expand)Author
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-08-22src: refactor options parsingAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-06-25inspector: add debugging for WebSocket messagesTimothy Gu
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-06-13worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen
2018-06-05inspector: code cleanupEugene Ostroukhov
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-26src: add CHECK_IMPLIES macroTobias Nießen
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-14src: replace `template<` → `template <`Anna Henningsen
2018-04-29src: avoid `std::make_unique`Anna Henningsen
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-02-09src: add "icu::" prefix before ICU symbolsSteven R. Loomis
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-11-20src: inspector context name = program title + pidBen Noordhuis
2017-11-17src: use smart pointer instead of new and deleteFranziska Hinkelmann
2017-10-30src: do not include x.h if x-inl.h is includedJoyee Cheung
2017-07-26inspector: send messages after the Node is doneEugene Ostroukhov
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05inspector: Allows reentry when pausedEugene Ostroukhov
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-30inspector: bind to random port with --inspect=0Ben Noordhuis
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-04-11inspector: fix Coverity defectsEugene Ostroukhov
2017-04-06debug: activate inspector with _debugProcessEugene Ostroukhov