summaryrefslogtreecommitdiff
path: root/src/inspector_socket_server.h
AgeCommit message (Expand)Author
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-03-18src: remove unused variable in class InspectorSocketServergengjiawen
2019-03-04inspector: print all listening addressesBen Noordhuis
2018-08-28src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-06-28inspector: use js_app.html as the landing page for chrome devtoolsGauthamBanasandra
2018-06-05inspector: code cleanupEugene Ostroukhov
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-01-20inspector: no crash when WS server can't startEugene Ostroukhov
2017-01-19test: have inspector test pick an open portEugene Ostroukhov
2017-01-06src: reduce test_inspector_socket_server outputDaniel Bevenius
2016-12-06inspector: split HTTP/WS server from the inspectorEugene Ostroukhov