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-04-14module: ensure 'node:'-only modules can access node_modulesColin Ihrig
2022-04-13http: refactor headersTimeout and requestTimeout logicPaolo Insogna
2022-04-13test: improve `internal/url.js` coverageYoshiki Kurihara
2022-04-12test: adapt message tests for V8 10.2Michaël Zasso
2022-04-12test: adapt test-worker-debug for V8 10.0Michaël Zasso
2022-04-12test: adapt test-v8-serdes for V8 9.9Michaël Zasso
2022-04-12tools,test: fix V8 initialization orderCamillo Bruni
2022-04-12test: only skip slow tests on Raspberry Pi devicesRichard Lau
2022-04-12buffer: fix `atob` input validationAustin Kelleher
2022-04-12test: allow numeric string for lookupService testDaeyeon Jeong
2022-04-12dns: remove `dns.lookup` and `dnsPromises.lookup` options type coercionAntoine du Hamel
2022-04-12net: make `server.address()` return an integer for `family`Antoine du Hamel
2022-04-10test: remove an unnecessary `undefined` in wptKhaidi Chu
2022-04-09test: simplify test-http-write-callbacks.jsTobias Nießen
2022-04-09src,inspector: fix empty MaybeLocal crashDarshan Sen
2022-04-08stream: remove thenable supportRobert Nagy
2022-04-08readline: fix question still called after closedXuguang Mei
2022-04-08fs: runtime deprecate string coercion in `fs.write`, `fs.writeFileSync`Livia Medeiros
2022-04-07node-api,src: fix module registration in MSVC C++Vladimir Morozov
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-04-04test_runner: support 'only' testsColin Ihrig
2022-04-04fs: fix write methods param validation and docsLivia Medeiros
2022-04-04tools: enable no-var ESLint rule for libRich Trott
2022-04-04crypto: cleanup validationMohammed Keyvanzadeh
2022-04-04stream: expose web streams globals, remove runtime experimental warningAntoine du Hamel
2022-04-04process: disallow some uses of Object.defineProperty() on process.envHimself65
2022-04-03lib: source maps filter null prefixFabian Cook
2022-04-03crypto: do not add undefined hash in webcrypto normalizeAlgorithmFilip Skokan
2022-04-03test: improve lib/internal/readline/promises.js coverageMURAKAMI Masahiko
2022-04-03test: remove hack for `atob` and `btoa` WPT testsAntoine du Hamel
2022-04-03lib: improve the coverage of the validatormawaregetsuka
2022-04-03test: pass data into napi_create_externalJoyee Cheung
2022-04-03test: improve `FileHandle.prototype.write` coverageAntoine du Hamel
2022-04-03test: add test for exception handlings in debuggerKohei Ueno
2022-04-03buffer: fix `atob` input validationAntoine du Hamel
2022-04-02crypto: fix webcrypto derive key lengthsFilip Skokan
2022-04-02test: fix typo in common/wpt.jsIkko Ashimine
2022-03-31test: fix comments in test filesDaeyeon Jeong
2022-03-29buffer: refactor `byteLength` to remove outdated optimizationsRongjian Zhang
2022-03-29net,dns: trace tcp connection and dns by perf_hookstheanarkh
2022-03-29esm: emit experimental warnings in common placeJacob Smith
2022-03-28test: fix typos in test/parallelDaeyeon Jeong
2022-03-28test: add trace-gc flag testTony Gorez
2022-03-28test,fs: add fs.rm() tests for .git directoriesDarshan Sen
2022-03-27crypto: make authTagLength optional for CC20P1305Tobias Nießen
2022-03-22module,repl: support 'node:'-only core modulescjihrig
2022-03-22test: add initial test modulecjihrig
2022-03-21doc,test: clarify ChaCha20-Poly1305 usageTobias Nießen
2022-03-20crypto: fix auth tag length error when mode != GCMTobias Nießen
2022-03-19test,crypto: add and update empty passphrase regression testsDarshan Sen