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
2021-02-16test: rename n-api to node-apiGabriel Schulhof
2021-02-16crypto: remove webcrypto "DSA" JWK Key Type operationsFilip Skokan
2021-02-16vm: add importModuleDynamically option to compileFunctionGus Caplan
2021-02-16src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-02-16fs: add AbortSignal support to watchBenjamin Gruenbaum
2021-02-16repl: refactor to avoid unsafe array iterationAntoine du Hamel
2021-02-16timers: remove flaky setInterval testNitzan Uziely
2021-02-16http: fix ClientRequest unhandled errorsRobert Nagy
2021-02-16test: remove flaky designation for test-http2-large-fileRich Trott
2021-02-16timers: introduce setInterval async iteratorlinkgoron
2021-02-16stream: improve Readable.from error handlingBenjamin Gruenbaum
2021-02-16crypto: add keyObject.export() 'jwk' format optionFilip Skokan
2021-02-16tls: add ability to get cert/peer cert as X509Certificate objectJames M Snell
2021-02-16test: split heap snapshot limit testsRich Trott
2021-02-15Revert "stream: fix .end() error propagation"Matteo Collina
2021-02-02src: expose BaseObject::kInternalFieldCount in post-mortem metadataJoyee Cheung
2021-02-02doc,test: fix prime generation descriptionTobias Nießen
2021-02-02quic: remove quicJames M Snell
2021-02-02esm: deprecate legacy main lookup for modulesGuy Bedford
2021-02-02test: add tests for `bound apply` variants of varargs `primordials`ExE Boss
2021-02-02test: increase inspect coverageEmil Sivervik
2021-02-02test: skip tests consistently in parallel.statusRich Trott
2021-02-02test: increase read file abort coverageMoshe vilner
2021-02-02crypto: fix encrypted private -> public importTobias Nießen
2021-02-02crypto: generateKeyPair('ec') should not support NODE-ED* and NODE-X*Filip Skokan
2021-02-02test: update to improve terminologyMichael Dawson
2021-02-02test: increase coverage for assert/calltrackerZiJian Liu
2021-02-02test,doc,lib: adjust object literal newlines for lint ruleRich Trott
2021-02-02crypto: add generatePrime/checkPrimeJames M Snell
2021-02-02test: improve assertion message for test-vm-memleakRich Trott
2021-02-02dgram: support AbortSignal in createSocketNitzan Uziely
2021-02-02test: increase fs promise coverageEmil Sivervik
2021-02-02test: process.nextTick for before exitttzztztz
2021-02-02readline: add history event and option to set initial historyMattias Runge-Broberg
2021-02-02test: improve coverage of `SourceTextModule` gettersJuan José Arboleda
2021-02-02test: log error in test-fs-realpath-pipeJoyee Cheung
2021-02-02test: test mode passed as an options object in mkdir/mkdirSyncDarshan Sen
2021-02-02crypto: throw error on invalid object in diffieHellman()ZiJian Liu
2021-02-02readline: add support for the AbortController to the question methodMattias Runge-Broberg
2021-02-02child_process: allow promisified exec to be cancelCarlos Fuentes
2021-02-02lib: support returning Safe collections from C++ExE Boss
2021-02-02crypto: experimental (Ed/X)25519/(Ed/X)448 supportJames M Snell
2021-01-25test: mark flaky tests on IBM iRichard Lau
2021-01-25http: attach request as res.reqIan Storm Taylor
2021-01-25test: add wpt tests for BlobMichaël Zasso
2021-01-25buffer: introduce BlobJames M Snell
2021-01-25test,benchmark: stop requiring URL and URLSearchParamsraisinten
2021-01-25test: increase buffer list coverageEmil Sivervik
2021-01-25test: fix warning in test_environment.ccraisinten
2021-01-25test: remove unused ecdhPeerKeyDaniel Bevenius