Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-28doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-02-24src: allow preventing InitializeInspector in envShelley Vohr
2021-11-13src: prevent extra copies of `TimerWrap::TimerCb`Darshan Sen
2021-09-11src: fix -Wunreachable-code-return errorShelley Vohr
2021-07-02inspector: move inspector async hooks to environmentJoyee Cheung
2021-05-25src: use SPrintF in ProcessEmitWarningDarshan Sen
2021-04-30inspector: remove redundant method for connection checkYash Ladha
2021-02-25src: use non-deprecated V8 module and script APIsMichaël Zasso
2021-02-20src: avoid implicit type conversions (take 2)Michaël Zasso
2020-11-21src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-08-11src: prefer C++ empty() in boolean expressionsTobias Nießen
2020-07-22src: do not crash if ToggleAsyncHook fails during terminationAnna Henningsen
2020-07-14src: remove user_data from TimerWrapAnna Henningsen
2020-07-06src: replace InspectorTimer with TimerWrap utilityJames M Snell
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-04-10src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen
2020-04-10src: use env->RequestInterrupt() for inspector io thread startAnna Henningsen
2020-04-10src: fix cleanup hook removal for InspectorTimerAnna Henningsen
2020-02-13src: wrap HostPort in ExclusiveAccessBen Noordhuis
2019-11-29inspector: properly shut down uv_async_tAnna Henningsen
2019-11-07src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-10-24inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-08-13inspector: use const for contextGroupIdgengjiawen
2019-07-31inspector: report all workersEugene Ostroukhov
2019-07-21inspector: do not spin-wait while waiting for the initial connectionEugene Ostroukhov
2019-07-15inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-05src: fix unused private field warningcjihrig
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-02inspector: more conservative minimum stack sizeBen Noordhuis
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-15inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-09inspector: code cleanupEugene Ostroukhov
2019-05-05src: remove node_options-inl.h from header filesSam Roberts
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-30src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-04tools: roll inspector_protocol to f67ec5Pavel Feldman
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen