summaryrefslogtreecommitdiff
path: root/src/inspector_io.cc
Commit message (Expand)AuthorAgeFilesLines
* src: fix typo in InspectorIoDelegate constructorKohei Ueno2022-04-061-1/+1
* crypto: refactoring internals, add WebCryptoJames M Snell2020-10-071-2/+1
* src: extract AllocatedBuffer from env.hJames M Snell2020-05-301-0/+1
* src: wrap HostPort in ExclusiveAccessBen Noordhuis2020-02-131-6/+15
* src: add C++-style sprintf utilityAnna Henningsen2020-01-231-1/+1
* inspector: reduce InspectorIo API surfaceEugene Ostroukhov2019-07-061-8/+5
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-031-4/+11
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-1/+0
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-2/+1
* src: remove internal includes from node_crypto.hSam Roberts2019-04-011-0/+2
* src: remove redundant call in inspector_io.ccgengjiawen2019-03-071-1/+1
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-1/+1
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-9/+13
* src: refactor options parsingAnna Henningsen2018-08-221-3/+4
* inspector: split main thread interface from transportEugene Ostroukhov2018-07-131-335/+214
* inspector: add debugging for WebSocket messagesTimothy Gu2018-06-251-0/+6
* inspector: stop dragging platform pointerEugene Ostroukhov2018-06-141-4/+4
* worker,src: display remaining handles if `uv_loop_close` failsAnna Henningsen2018-06-131-4/+5
* inspector: code cleanupEugene Ostroukhov2018-06-051-19/+19
* src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen2018-05-261-1/+1
* src: add CHECK_IMPLIES macroTobias Nießen2018-05-261-1/+1
* inspector: add a "NodeTracing" domain supportEugene Ostroukhov2018-05-171-26/+3
* src: replace `template<` → `template <`Anna Henningsen2018-05-141-2/+2
* src: avoid `std::make_unique`Anna Henningsen2018-04-291-2/+2
* inspector: allow concurrent inspector sessionsEugene Ostroukhov2018-04-261-43/+31
* src: add "icu::" prefix before ICU symbolsSteven R. Loomis2018-02-091-4/+5
* inspector: Fix crash for WS connectionEugene Ostroukhov2017-12-111-26/+47
* src: inspector context name = program title + pidBen Noordhuis2017-11-201-12/+1
* src: use smart pointer instead of new and deleteFranziska Hinkelmann2017-11-171-3/+3
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* inspector: send messages after the Node is doneEugene Ostroukhov2017-07-261-2/+0
* inspector: perform DNS lookup for hostEugene Ostroukhov2017-06-161-1/+1
* inspector: allow --inspect=host:port from jsSam Roberts2017-06-061-0/+4
* inspector: Allows reentry when pausedEugene Ostroukhov2017-06-051-9/+14
* inspector: refactor to rename and comment methodsSam Roberts2017-06-011-47/+63
* inspector: bind to random port with --inspect=0Ben Noordhuis2017-05-301-1/+2
* inspector: fix process._debugEnd() for inspectorEugene Ostroukhov2017-05-221-27/+64
* inspector: fix Coverity defectsEugene Ostroukhov2017-04-111-2/+6
* debug: activate inspector with _debugProcessEugene Ostroukhov2017-04-061-0/+441