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-05-06lib,test: enable wasm/webapi/empty-body WPTTobias Nießen
2022-05-05test: rename handlewrap.hasref testsDaeyeon Jeong
2022-05-05test: improve observable ICU behaviour coverageLivia Medeiros
2022-05-05test: validate webstream encoder/decoder inspectorYoshiki Kurihara
2022-05-05test: use`mustSucceed` instead of `mustCall` with `assert.ifError`MURAKAMI Masahiko
2022-05-05test: improve `lib/internal/webstreams/readablestream.js` coverageMURAKAMI Masahiko
2022-05-05url: revert "validate ipv4 part length"Antoine du Hamel
2022-05-05bootstrap: use a context snapshotted with primordials in workersJoyee Cheung
2022-05-04crypto: adjust minimum length in generateKey('hmac', ...)Livia Medeiros
2022-05-04esm: add chaining to loadersJacob Smith
2022-05-03test: use consistent timeoutsShogun
2022-05-03http: added connection closing methodsShogun
2022-05-02src: fix memory leak for v8.serializeliuxingbaoyu
2022-05-02fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-02test: add test for position validation in fs.read() and fs.readSync()Livia Medeiros
2022-05-02http2: compat support for array headersOneNail
2022-05-02assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel
2022-05-02crypto: clean up parameter validation in HKDFTobias Nießen
2022-05-02test: reduce impact of flaky HTTP server testsTobias Nießen
2022-05-02src: add initial shadow realm supportlegendecas
2022-05-02worker: add hasRef() to MessagePortDarshan Sen
2022-05-01url: validate ipv4 part lengthYagiz Nizipli
2022-05-01perf_hooks: return different functions in timerifyHimself65
2022-05-01test: add tests for extracting function nameKohei Ueno
2022-04-29test: simplify test-gc-{http-client,net}-*Luigi Pinca
2022-04-29v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-04-29esm: fix imports from non-file moduleAntoine du Hamel
2022-04-28test: fix `parallel/test-dgram-udp6-link-local-address`Antoine du Hamel
2022-04-28doc,test: add tests and docs for duplex.fromWeb and duplex.toWebErick Wendel
2022-04-28test: improve lib/internal/test_runner/test.js coverageMURAKAMI Masahiko
2022-04-27test: check ecdsa psychic signatureFilip Skokan
2022-04-27test: fix port in net-perf_hooksLivia Medeiros
2022-04-26lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-25test: skip test that cannot pass under --node-builtin-modules-pathGeoffrey Booth
2022-04-24test: fix flaky HTTP server testsTobias Nießen
2022-04-24errors,vm: update error and use causeGus Caplan
2022-04-24build: enable V8's shared read-only heapMichaël Zasso
2022-04-23crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-23v8: export more fields in getHeapStatisticstheanarkh
2022-04-23lib,src: implement WebAssembly Web APITobias Nießen
2022-04-22test: use `assert.match()` instead of `assert(regex.test())`Antoine du Hamel
2022-04-21src: define fs.constants.S_IWUSR & S_IRUSR for WinLiviu Ionescu
2022-04-20doc: add `node:` prefix for all core modulesAntoine du Hamel
2022-04-20worker: add hasRef() to the handle objectDarshan Sen
2022-04-20doc: consolidate use of multiple-byte unitsAntoine du Hamel
2022-04-19test: fix calculations in test-worker-resource-limitsJoyee Cheung
2022-04-19bootstrap: use the isolate snapshot in workersJoyee Cheung
2022-04-15test_runner: add initial CLI runnerColin Ihrig
2022-04-15test: remove the legacy url parser functionKohei Ueno
2022-04-15test: improve test coverage of internal/blobYoshiki Kurihara