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-10-20test: adjust CLI flags test to ignore blank lines in docRich Trott
2021-10-20stream: fix fromAsyncGenRobert Nagy
2021-10-20test: split test-crypto-dh.jsJoyee Cheung
2021-10-20stream: support array of streams in promises pipelineMestery
2021-10-18src: add --openssl-legacy-provider optionDaniel Bevenius
2021-10-17tools: add support for import assertions in linterAntoine du Hamel
2021-10-13test: replace common port with specific numberDaijiro Wachi
2021-10-13net: throw error to object mode in SocketDaijiro Wachi
2021-10-12http: add regression test for smuggling content lengthMatteo Collina
2021-10-12http: add regression test for chunked smugglingMatteo Collina
2021-10-12test: adapt test-repl to V8 9.5Michaël Zasso
2021-10-12test: remove test-v8-untrusted-code-mitigationsRoss McIlroy
2021-10-11deps,test,src,doc,tools: update to OpenSSL 3.0Daniel Bevenius
2021-10-10test: fix typos in whatwg-webstreams explanationsTobias Nießen
2021-10-09test: add test for readStream.path when fd is specifiedQingyu Deng
2021-10-09test: replace .then chains with awaitgdccwxx
2021-10-09test: fix "test/common/debugger" identify async functiongdccwxx
2021-10-09test: improve test coverage of `fs.ReadStream` with `FileHandle`Antoine du Hamel
2021-10-09vm: add support for import assertions in dynamic importsAntoine du Hamel
2021-10-05crypto: remove incorrect constructor invocationgc
2021-10-05doc: format markdown files in test directoryRich Trott
2021-10-03test: fix typo in test/common/index.jsTobias Nießen
2021-10-02util: expose stripVTControlCharacters()cjihrig
2021-10-01test: suppress compiler warning in test_bigintDaniel Bevenius
2021-09-30http: remove 'data' and 'end' listener if client parser errorMatteo Collina
2021-09-29v8: remove --harmony-top-level-awaitGeoffrey Booth
2021-09-27repl: skip EmptyStatements and return result with TLAMestery
2021-09-27http: use 0 as default for requests limitArtur K
2021-09-27deps: update `nghttp2` to v1.45.1thunder-coding
2021-09-26events: allow dispatch many times without listenerMrBBot
2021-09-25fs: add stream utilities to `FileHandle`Antoine du Hamel
2021-09-22module: subpath folder mappings EOLGuy Bedford
2021-09-22doc: prepare markdown file for upcoming formatting/lintingRich Trott
2021-09-20test: fix test-dgram-udp6-link-local-address on WindowsMichaël Zasso
2021-09-20crypto: fix webcrypto ed(25519|448) spki/pkcs8 importFilip Skokan
2021-09-19http: limit requests per connectionArtur K
2021-09-19module: runtime deprecate trailing slash patternsGuy Bedford
2021-09-19test: do not run `test-corepack-yarn-install` with no internetAntoine du Hamel
2021-09-18tools: update doc generator dependenciesMichaël Zasso
2021-09-18dgram: tighten `address` validation in `socket.send`Voltrex
2021-09-17readline: introduce promise-based APIAntoine du Hamel
2021-09-15dns: runtime deprecate type coercion of `dns.lookup` optionsAntoine du Hamel
2021-09-15module: support pattern trailers for imports fieldGuy Bedford
2021-09-15module: deprecate trailing slash pattern mappingsGuy Bedford
2021-09-13test: update OpenSSL3 error messages for 3.0.0+quicDaniel Bevenius
2021-09-12module: fix $ pattern replacementsGuy Bedford
2021-09-12dns: default to verbatim=true in dns.lookup()Ben Noordhuis
2021-09-12test: mark test-crypto-timing-safe-equal-benchmarks flakyRichard Lau
2021-09-12esm: consolidate ESM loader hooksJacob
2021-09-11worker: avoid potential deadlock on NearHeapLimitSantiago Gimeno