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-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
2022-04-14test: delete test/pummel/test-repl-empty-maybelocal-crash.jsDarshan Sen
2022-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-13test: improve `internal/url.js` coverageYoshiki Kurihara
2022-04-12test: adapt message tests for V8 10.2Michaël Zasso
2022-04-12test: adapt test-worker-debug for V8 10.0Michaël Zasso
2022-04-12test: adapt test-v8-serdes for V8 9.9Michaël Zasso
2022-04-12tools,test: fix V8 initialization orderCamillo Bruni