summaryrefslogtreecommitdiff
path: root/src/inspector_io.h
AgeCommit message (Expand)Author
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-03-12src: de-lint header usageRefael Ackermann
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-08-28src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-08-22src: refactor options parsingAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-06-05inspector: code cleanupEugene Ostroukhov
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2017-12-11inspector: Fix crash for WS connectionEugene 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-06debug: activate inspector with _debugProcessEugene Ostroukhov