summaryrefslogtreecommitdiff
path: root/src/inspector_io.h
Commit message (Expand)AuthorAgeFilesLines
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-7/+7
* src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen2018-08-281-0/+4
* src: refactor options parsingAnna Henningsen2018-08-221-5/+5
* inspector: split main thread interface from transportEugene Ostroukhov2018-07-131-113/+29
* inspector: stop dragging platform pointerEugene Ostroukhov2018-06-141-4/+4
* inspector: code cleanupEugene Ostroukhov2018-06-051-1/+2
* inspector: add a "NodeTracing" domain supportEugene Ostroukhov2018-05-171-1/+1
* inspector: allow concurrent inspector sessionsEugene Ostroukhov2018-04-261-8/+5
* inspector: Fix crash for WS connectionEugene Ostroukhov2017-12-111-2/+6
* inspector: perform DNS lookup for hostEugene Ostroukhov2017-06-161-0/+4
* inspector: allow --inspect=host:port from jsSam Roberts2017-06-061-1/+2
* inspector: Allows reentry when pausedEugene Ostroukhov2017-06-051-3/+4
* inspector: refactor to rename and comment methodsSam Roberts2017-06-011-17/+39
* inspector: bind to random port with --inspect=0Ben Noordhuis2017-05-301-0/+3
* inspector: fix process._debugEnd() for inspectorEugene Ostroukhov2017-05-221-7/+26
* debug: activate inspector with _debugProcessEugene Ostroukhov2017-04-061-0/+125