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-03-09test: use global webcrypto for WPT testsAntoine du Hamel
2022-03-09lib: fix AsyncResource.bind not using 'this' from the caller by defaultRoch Devost
2022-03-08crypto: improve prime size argument validationTobias Nießen
2022-03-08string_decoder: fix crash when calling __proto__.write()Darshan Sen
2022-03-08url: trim leading and trailing C0 control charsRich Trott
2022-03-07src: return proper URLs from node_api_get_module_file_nameAnna Henningsen
2022-03-06http2: add edge case to GOAWAY requestRafael Silva
2022-03-06test: cover 32-bit sizes in generatePrimeTobias Nießen
2022-03-06src: skip revoke_data_object if uuid is not foundXuguang Mei
2022-03-06loader: fix esm resolve for symlink fileXuguang Mei
2022-03-05esm: fix base URL for network importsBradley Farias
2022-03-04test: fix test-process-env-tz.js by using RegExpKhaidi Chu
2022-03-03stream: use .chunk when calling adapters's writevXuguang Mei
2022-03-03url: fix url.parse() for @hostnameRich Trott
2022-03-02http2: close stream and session on frameErrorRafael Silva
2022-03-01test: update V8 trace events test expectationsNikolaos Papaspyrou
2022-02-27http: add default argument for Agent.prototype.getName小菜
2022-02-27fs: adjust default `length` for `fs.readSync` and fsPromises/`read`Livia Medeiros
2022-02-27esm: fix relative imports for httpsBradley Farias
2022-02-26crypto: validate `this` value for `webcrypto.getRandomValues`Antoine du Hamel
2022-02-26crypto: add KeyObject.prototype.equals methodFilip Skokan
2022-02-26lib: clean after the cancel algorithm throw errorGang Chen
2022-02-26perf_hooks: do not return all entries with getEntriesBy[Name|Type]Xuguang Mei
2022-02-25stream: allow returning null from pipeline tailRobert Nagy
2022-02-24test: deflake test-common-expect-warningLuigi Pinca
2022-02-24doc,tools: improve navigability of API docsPaolo Insogna
2022-02-24module: prefer async/await in https importsBenjamin Gruenbaum
2022-02-24stream: port more test262 testsBenjamin Gruenbaum
2022-02-23process: fix named report exportmadflow
2022-02-23test: validate `EventEmitterAsyncResource` methods throw on invalid thisYoshiki Kurihara
2022-02-23repl: remove preview when press escapemeixg
2022-02-22crypto: use RFC2253 format in PrintGeneralNameTobias Nießen
2022-02-22net: add new options to `net.Socket` and `net.Server`Paolo Insogna
2022-02-21test: increase Fibonacci argument to 40Rich Trott
2022-02-21lib: enable fetch by defaultMichaël Zasso
2022-02-21perf_hooks: use arrays to store EntryBuffersXuguang Mei
2022-02-20tools: enable es2022 env in ESLint configMichaël Zasso
2022-02-19tools: lint deprecation codesAntoine du Hamel
2022-02-19esm: improve `fetch_module` test coverage and remove hackAntoine du Hamel
2022-02-19test: remove test-stdout-close-catch flaky designationRich Trott
2022-02-18esm: remove erroneous `context.parentURL` property passed to `load` hookJacob Smith
2022-02-18tools: fix bugs in prefer-primordials linter ruleAntoine du Hamel
2022-02-18lib: add FormData global when fetch is enabledMichaël Zasso
2022-02-18test: check that fetch globals are disabled by defaultMichaël Zasso
2022-02-18test: improve vm test coverageYoshiki Kurihara
2022-02-17debugger: add debugger alias for exec(expr)Xuguang Mei
2022-02-17test: run webmessaging/broadcastchannel WPTBen Noordhuis
2022-02-17lib: allow respondWithNewView on byob auto allocated streamsSean Quinlan
2022-02-16events: set default handler valueBenjamin Gruenbaum
2022-02-15doc: fix deprecation numberAntoine du Hamel