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-09-06crypto: fix regression in RSA-PSS keygenTobias Nießen
2021-09-06async_hooks: use resource stack for AsyncLocalStorage runStephen Belanger
2021-09-06test: use `assert.match` instead of `regexp.test`Michaël Zasso
2021-09-06fs: add docs and tests for `AsyncIterable` support in `fh.writeFile`Antoine du Hamel
2021-09-06crypto: add RSA-PSS params to asymmetricKeyDetailsTobias Nießen
2021-09-06test: use error code mapping in place of raw errnoDarshan Sen
2021-09-06crypto: fix rsa-pss one-shot sign/verify error handlingFilip Skokan
2021-09-06test: add test to verify other extension can be loaded by workerQingyu Deng
2021-09-06worker: remove file extension checkQingyu Deng
2021-09-06test: update error message keywordsleeight
2021-09-06module: support pattern trailersGuy Bedford
2021-09-06crypto: fix JWK RSA-PSS SubtleCrypto.exportKeyFilip Skokan
2021-09-06events: add brand checks for detached accessorsJames M Snell
2021-09-06worker: add brand checks for detached MessageEvent accessorsJames M Snell
2021-09-06deps: add corepackMaël Nison
2021-09-01test: adapt test-fs-read to V8 9.3Michaël Zasso
2021-09-01test: adapt test-util-inspect to V8 9.3Michaël Zasso
2021-09-01test: adapt test-v8-flags to V8 9.3Michaël Zasso
2021-08-23stream: duplexifyRobert Nagy
2021-08-23stream: add isDisturbed helperRobert Nagy
2021-08-22util: expose toUSVStringRobert Nagy
2021-08-22policy: canonicalize before resolving specifiersBradley Farias
2021-08-22repl: fix tla function hoistingDon Jayamanne
2021-08-16worker: add brand checks for detached properties/methodsJames M Snell
2021-08-16policy: fix integrity when DEFAULT_ENCODING is setTobias Nießen
2021-08-16test: use simplfied validatorvoltrexmaster
2021-08-16buffer: add endings option, remove Node.js specific encoding optionJames M Snell
2021-08-16stream: ensure text() stream consumer flushes correctlyJames M Snell
2021-08-16url,buffer: implement URL.createObjectURLJames M Snell
2021-08-16test: enable blob.prototype.stream testsJames M Snell
2021-08-16buffer: add Blob.prototype.stream method and other cleanupsJames M Snell
2021-08-16fs: add recursive cp methodbcoe
2021-08-16test: update WPT abort testsMichaël Zasso
2021-08-16test: update WPT common and resourcesMichaël Zasso
2021-08-16bootstrap: call _undestroy() inside _destroy for stdout and stderrMatteo Collina
2021-08-16test: fix test-debugger-heap-profiler for workersRichard Lau
2021-08-16stream: utility consumers for web and node.js streamsJames M Snell
2021-08-16test: use template to concatenate stringHimadri Ganguly
2021-08-16test: pull Web Platform Tests for WebCryptoAPIMichaël Zasso
2021-08-16debugger: prevent simultaneous heap snapshotsRich Trott
2021-08-16node-api: handle pending exception in cb wrapperMichael Dawson
2021-08-16test: deflake test-http2-buffersizeLuigi Pinca
2021-08-16test: convert anonymous function to arrow functionHimadri Ganguly
2021-08-16stream: add readableDidRead if has been read fromRobert Nagy
2021-08-16perf_hooks: fix PerformanceObserver gc crashJames M Snell
2021-08-16test: add test-debugger-breakpoint-existsRich Trott
2021-08-16lib: use ERR_ILLEGAL_CONSTRUCTORMestery
2021-08-16test: add known issues test for debugger heap snapshot raceRich Trott
2021-08-16perf_hooks: fix performance timeline wpt failureslegendecas
2021-08-16async_hooks: merge resource_symbol with owner_symbolDarshan Sen