summaryrefslogtreecommitdiff
path: root/src/inspector_io.cc
AgeCommit message (Expand)Author
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