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
path: root/test
AgeCommit message (Expand)Author
2022-11-02inspector: harden IP address validation againTobias Nießen
2022-10-212022-10-25, Version 18.12.0 'Hydrogen' (LTS)v18.12.0Ruy Adorno
2022-10-13test: bump memory limit for abort fatal errorDanielle Adams
2022-10-11lib: refactor transferable AbortSignalflakey5
2022-10-11test: debug watch mode inspectMoshe Atlow
2022-10-11fs: fix opts.filter issue in cp asyncTho
2022-10-11process: fix uid/gid validation to avoid crashTobias Nießen
2022-10-11fs: add `FileHandle.prototype.readLines`Antoine du Hamel
2022-10-11buffer,lib: update atob to align wpt's base64.jsonXadillaX
2022-10-11test: don't clobber RegExp.$_ on startupBen Noordhuis
2022-10-11test: loosen test for negative timestamps in `test-fs-stat-date`Livia Medeiros
2022-10-11util: add default value option to parseargManuel Spigolon
2022-10-11test: check `--test` is disallowed in NODE_OPTIONSKohei Ueno
2022-10-11http: be more aggressive to reply 400, 408 and 431ywave620
2022-10-11fs: improve promise based readFile performance for big filesRuben Bridgewater
2022-10-11http2: make early hints genericYagiz Nizipli
2022-10-11http: add writeEarlyHints function to ServerResponseWing
2022-10-10src: remove UncheckedMalloc(0) workaroundTobias Nießen
2022-10-10src: implement GetDetachedness() in MemoryRetainerNodeJoyee Cheung
2022-10-10test_runner: add --test-name-pattern CLI flagcjihrig
2022-10-05lib: add cause to DOMExceptionflakey5
2022-10-05test: improve lib/internal/source_map/source_map.js coverageMURAKAMI Masahiko
2022-10-05test: skip some binding tests on IBMi PASERichard Lau
2022-10-05test: remove unused variable in addon testJoyee Cheung
2022-10-05test: check server status in test-tls-psk-clientRichard Lau
2022-10-05stream: handle enqueuing chunks when a pending BYOB pull request existsDaeyeon Jeong
2022-10-05test: use async/await in test-debugger-exceptionspete3249
2022-10-05test: use async/await in test-debugger-helpChandana
2022-10-05test: update test-debugger-scripts to use await/asyncmmeenapriya
2022-10-05test: use await in test-debugger-invalid-jsonAnjana Krishnakumar Vellore
2022-10-05test: use async/await in test-debugger-random-port-with-inspect-portMonu-Chaudhary
2022-10-05test: use async/await in test-debugger-heap-profilerBrinda Ashar
2022-10-05test: use async/await in test-debugger-auto-resumesamyuktaprabhu
2022-10-05test: migrated from Promise chains to Async/AwaitRathi N Das
2022-10-05test: change promises to async/await in test-debugger-backtrace.jsJuliet Zhang
2022-10-05test: use async/await in test-debugger-sb-before-loadHope Olaidé
2022-10-05test: add extra tests for basename with ext optionConnor Burton
2022-10-05dns: support dns module in the snapshotJoyee Cheung
2022-10-05test: refactor to async/awaitDivya Mohan
2022-10-05esm: fix duplicated testGeoffrey Booth
2022-10-05test: modify test-debugger-custom-port.js to use async-awaitPriya Shastri
2022-10-05test: upgrade all 1024 bit RSA keys to 2048 bitsMomtchil Momtchev
2022-10-05test: update test-debugger-breakpoint-exists.js to use async/awaitArchana Kamath
2022-10-05test: use async/await in test-debugger-preserve-breakspoorvitusam
2022-10-05test: use async/await in test-debugger-profilesurbhirjain
2022-10-05test: change the promises to async/await in test-debugger-exec-scope.jsAnkita Khiratkar
2022-10-04src: add detailed embedder process initialization APIAnna Henningsen
2022-10-04test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-10-02test: fix watch mode test flakeMoshe Atlow
2022-10-02test: deflake watch mode testsMoshe Atlow