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-30worker: fix heap snapshot crash on exitChengzhong Wu
2022-05-30net: remoteAddress always undefined called before connectedOneNail
2022-05-30fs: make params in writing methods optionalLiviaMedeiros
2022-05-30bootstrap: include code cache in the embedded snapshotJoyee Cheung
2022-05-16test: fix dangerous .map in `test/parallel/test-http-set-trailers.js`LiviaMedeiros
2022-05-16test: reduce flakiness of `test-fs-read-position-validation.mjs`Livia Medeiros
2022-05-16perf_hooks: add PerformanceResourceTimingRafaelGSS
2022-05-16node-api: fix napi_get_all_property_namesVladimir Morozov
2022-05-10doc: rename N-API to Node-API in test/README.mdDaeyeon Jeong
2022-05-10lib: move WebAssembly Web API into separate fileTobias Nießen
2022-05-10debugger: fix inconsistent inspector output of exec new Map()Kohei Ueno
2022-05-10src: always signal V8 for intercepted propertiesMichaël Zasso
2022-05-10worker: fix stream racing with terminateKeyhan Vakil
2022-05-10assert: fix CallTracker wraps the function causes the length to be lostOneNail
2022-05-10lib,test: enable wasm/webapi/empty-body WPTTobias Nießen
2022-05-10test: rename handlewrap.hasref testsDaeyeon Jeong
2022-05-10test: improve observable ICU behaviour coverageLivia Medeiros
2022-05-10test: validate webstream encoder/decoder inspectorYoshiki Kurihara
2022-05-10test: use`mustSucceed` instead of `mustCall` with `assert.ifError`MURAKAMI Masahiko
2022-05-10test: improve `lib/internal/webstreams/readablestream.js` coverageMURAKAMI Masahiko
2022-05-10bootstrap: use a context snapshotted with primordials in workersJoyee Cheung
2022-05-10crypto: adjust minimum length in generateKey('hmac', ...)Livia Medeiros
2022-05-10test: use consistent timeoutsShogun
2022-05-10http: added connection closing methodsShogun
2022-05-10src: fix memory leak for v8.serializeliuxingbaoyu
2022-05-10fs: add `read(buffer[, options])` versionsLivia Medeiros
2022-05-10test: add test for position validation in fs.read() and fs.readSync()Livia Medeiros
2022-05-10http2: compat support for array headersOneNail
2022-05-10assert: make `assert.fail` less affected by prototype tamperingAntoine du Hamel
2022-05-10crypto: clean up parameter validation in HKDFTobias Nießen
2022-05-10test: reduce impact of flaky HTTP server testsTobias Nießen
2022-05-02worker: add hasRef() to MessagePortDarshan Sen
2022-05-02perf_hooks: return different functions in timerifyHimself65
2022-05-02test: add tests for extracting function nameKohei Ueno
2022-05-02test: simplify test-gc-{http-client,net}-*Luigi Pinca
2022-05-02v8: export cpu_profiler_metadata_size in getHeapCodeStatisticstheanarkh
2022-05-02esm: fix imports from non-file moduleAntoine du Hamel
2022-05-02test: fix `parallel/test-dgram-udp6-link-local-address`Antoine du Hamel
2022-05-02doc,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-28test: check ecdsa psychic signatureFilip Skokan
2022-04-28test: fix port in net-perf_hooksLivia Medeiros
2022-04-28lib,src: use Response URL as WebAssembly locationTobias Nießen
2022-04-28test: skip test that cannot pass under --node-builtin-modules-pathGeoffrey Booth
2022-04-28test: fix flaky HTTP server testsTobias Nießen
2022-04-28errors,vm: update error and use causeGus Caplan
2022-04-28build: enable V8's shared read-only heapMichaël Zasso
2022-04-28crypto: validate `this` in all webcrypto methods and gettersFilip Skokan
2022-04-28v8: export more fields in getHeapStatisticstheanarkh
2022-04-28lib,src: implement WebAssembly Web APITobias Nießen