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-11-13watch: watch for missing dependenciesMoshe Atlow
2022-11-08lib: add options to the heap snapshot APIsJoyee Cheung
2022-11-01test: convert test-debugger-pid to async/awaitLuke Karrys
2022-11-01fs: add recursive watch to linuxYagiz Nizipli
2022-10-22test: watch mode inspect restart repeatedlyMoshe Atlow
2022-10-20test: mark test-watch-mode* as flaky on all platformsPierrick Bouvier
2022-10-18test: remove unnecessary noop function args to mustCall()Rich Trott
2022-10-14test: refactor promises to async/awaitMadhuri
2022-10-10test: debug watch mode inspectMoshe Atlow
2022-10-03perf_hooks: fix webperf idlharnesslegendecas
2022-10-02test: check server status in test-tls-psk-clientRichard Lau
2022-09-30test: use async/await in test-debugger-exceptionspete3249
2022-09-30test: use async/await in test-debugger-helpChandana
2022-09-30test: update test-debugger-scripts to use await/asyncmmeenapriya
2022-09-29test: use async/await in test-debugger-random-port-with-inspect-portMonu-Chaudhary
2022-09-29test: use async/await in test-debugger-heap-profilerBrinda Ashar
2022-09-29test: use async/await in test-debugger-auto-resumesamyuktaprabhu
2022-09-29test: migrated from Promise chains to Async/AwaitRathi N Das
2022-09-29test: change promises to async/await in test-debugger-backtrace.jsJuliet Zhang
2022-09-29test: use async/await in test-debugger-sb-before-loadHope Olaidé
2022-09-28test: refactor to async/awaitDivya Mohan
2022-09-27test: modify test-debugger-custom-port.js to use async-awaitPriya Shastri
2022-09-27test: update test-debugger-breakpoint-exists.js to use async/awaitArchana Kamath
2022-09-27test: use async/await in test-debugger-preserve-breakspoorvitusam
2022-09-27test: use async/await in test-debugger-profilesurbhirjain
2022-09-27test: change the promises to async/await in test-debugger-exec-scope.jsAnkita Khiratkar
2022-09-26test: change promises to async/awaitMadhulika Sharma
2022-09-26test: use async/await in test-debugger-invalid-argsNupur Chauhan
2022-09-25test: update test-debugger-low-level to use await/asyncMeghana Ramesh
2022-09-25test: fix watch mode test flakeMoshe Atlow
2022-09-23test: change promise to async/await in debugger-watcher“Pooja
2022-09-20test: deflake watch mode testsMoshe Atlow
2022-09-10test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-09-09test: split watch mode inspector tests to sequentialMoshe Atlow
2022-08-31test: split heap prof testsJoyee Cheung
2022-08-25test: raise sleep times in child process testsJoyee Cheung
2022-08-12test: use `mustSucceed` instead of `mustCall` with `assert.ifError`MURAKAMI Masahiko
2022-08-07test: move tests with many workers to sequentialKeyhan Vakil
2022-08-07test: deflake gc-http-client tests by restricting number of requestsNick Sia
2022-08-07test: move test-vm-break-on-sigint to sequentialKeyhan Vakil
2022-07-27test: remove test-gc-http-client-timeout from flaky listFeng Yu
2022-07-11test: mark test-gc-http-client-timeout as flaky on armlegendecas
2022-07-09test: add test for profile command of node inspectKohei Ueno
2022-07-09net: remove redundant connecting assignmentOuyang Yadong
2022-07-02http: fix failing testPaolo Insogna
2022-06-29http: use Keep-Alive by default in global agentsPaolo Insogna
2022-06-21doc,test: clarify timingSafeEqual semanticsTobias Nießen
2022-06-16dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel
2022-05-22debugger: throw a more useful error when the frame is missingKohei Ueno
2022-05-08debugger: fix inconsistent inspector output of exec new Map()Kohei Ueno