summaryrefslogtreecommitdiff
path: root/src/inspector_socket_server.cc
AgeCommit message (Expand)Author
2019-02-07src: use NULL check macros to check nullptrZYSzys
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-05-14src: replace `template<` → `template <`Anna Henningsen
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-26inspector: Use default uv_listen backlog sizeEugene Ostroukhov
2018-04-10src: add punctuation in --inspector doc url messageNick Filatov
2018-04-02inspector: report client-visible host and portEugene Ostroukhov
2017-12-15src: fix compile warnings introduced in 73ad3f9beaBen Noordhuis
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-01src: use nullptr instead of NULLDaniel Bevenius
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-05-04src: update --inspect hint textJosh Gavant
2017-04-13src: remove experimental warning for inspectJosh Gavant
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-03-13inspector: proper WS URLs when bound to 0.0.0.0Eugene 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-14inspector: fix Coverity defectsEugene Ostroukhov
2016-12-06inspector: split HTTP/WS server from the inspectorEugene Ostroukhov