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-18worker: do not send message if port is closingRich Trott
2022-03-17test: improve https_renew_cert.sh scriptTobias Nießen
2022-03-17test: fix tests affected by OpenSSL updateMichael Dawson
2022-03-16stream: do cleanup when iterator is destroyedKhoo Hao Yit
2022-03-15test: renew certificates for specific testLuigi Pinca
2022-03-15esm: make extension-less errors in type:module actionableBradley Farias
2022-03-15test: improve _http_incoming.js coverageYoshiki Kurihara
2022-03-15test: improve _http_outgoing coverageYoshiki Kurihara
2022-03-15url: throw on NULL in IPv6 hostnameRich Trott
2022-03-14test: fix failure in test/sequential/test-heapdump.jsDarshan Sen
2022-03-14esm: improve typings and code coverageBradley Farias
2022-03-11src: include crypto in the bootstrap snapshotJoyee Cheung
2022-03-11url: preserve null char in WHATWG URL errorsRich Trott
2022-03-11test: add test case for reverted 17.7 regressionRich Trott
2022-03-10url: revert fix url.parse() for `@hostname`Antoine du Hamel
2022-03-10esm: add runtime warning for specifier resolution flagGeoffrey Booth
2022-03-09crypto: prettify othername in PrintGeneralNameTobias Nießen
2022-03-09crypto: fix X509Certificate toLegacyObjectTobias Nießen
2022-03-09http: make TCP noDelay enabled by defaultPaolo Insogna
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