summaryrefslogtreecommitdiff
path: root/test/cctest/test_inspector_socket_server.cc
Commit message (Expand)AuthorAgeFilesLines
* test: fix coverity warning in testMichael Dawson2022-07-121-3/+3
* inspector: add missing initializationMichael Dawson2021-12-101-0/+1
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-031-1/+5
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: apply clang-tidy rule modernize-make-uniquegengjiawen2019-03-121-2/+3
* src: apply clang-tidy rule performance-unnecessary-value-paramgengjiawen2019-02-191-4/+4
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* inspector: split main thread interface from transportEugene Ostroukhov2018-07-131-24/+5
* inspector: code cleanupEugene Ostroukhov2018-06-051-175/+148
* test: properly tag anonymous namespacesMichael Dawson2018-02-081-1/+1
* inspector: Fix crash for WS connectionEugene Ostroukhov2017-12-111-7/+10
* src: use nullptr instead of NULLDaniel Bevenius2017-12-011-2/+2
* test: allow tests to pass without internetDaniel Bevenius2017-10-261-1/+1
* src: replace ASSERT with CHECKBen Noordhuis2017-07-271-8/+8
* test: fix cctest failure on WindowsJimmy Thomson2017-07-101-1/+1
* test: check uv_ip4_addr return valueEugene Ostroukhov2017-06-261-4/+5
* inspector, test: Fix test bug detected by CoverityEugene Ostroukhov2017-06-211-4/+6
* inspector: perform DNS lookup for hostEugene Ostroukhov2017-06-161-10/+62
* inspector: refactor to rename and comment methodsSam Roberts2017-06-011-20/+20
* test: add override to ServerDone functionDaniel Bevenius2017-05-251-1/+1
* inspector: fix process._debugEnd() for inspectorEugene Ostroukhov2017-05-221-17/+70
* inspector: no crash when WS server can't startEugene Ostroukhov2017-01-201-10/+12
* test: have inspector test pick an open portEugene Ostroukhov2017-01-191-18/+21
* src: reduce test_inspector_socket_server outputDaniel Bevenius2017-01-061-2/+2
* test: fix Coverity warning in inspector testEugene Ostroukhov2017-01-031-1/+1
* inspector: fix Coverity defectsEugene Ostroukhov2016-12-141-1/+3
* inspector: split HTTP/WS server from the inspectorEugene Ostroukhov2016-12-061-0/+517