summaryrefslogtreecommitdiff
path: root/tests/unit_node
AgeCommit message (Expand)Author
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-04-20fix(ext/node): `cp` into non-existent parent directory (#23469)Divy Srivastava
2024-04-20fix(ext/node): Support `env` option in worker_thread (#23462)Divy Srivastava
2024-04-18fix(ext/node): Correctly send ALPN on node TLS connections (#23434)Matt Mastracci
2024-04-16fix(ext/node): worker_threads.receiveMessageOnPort doesn't panic (#23406)Bartek Iwańczuk
2024-04-16fix(ext/node): panic on 'worker_threads.receiveMessageOnPort' (#23386)Bartek Iwańczuk
2024-04-15fix(ext/node): add stub for AsyncResource#asyncId() (#23372)Divy Srivastava
2024-04-13fix(ext/node): promise rejection in VM contexts (#23305)Divy Srivastava
2024-04-09fix(ext/node): `node:vm` contexts (#23202)Divy Srivastava
2024-04-08fix(ext/node): out-of-order writes of fs.createWriteStream (#23244)Yoshiya Hinosawa
2024-04-05fix(ext/node): hostname is valid IPv4 addr (#23243)Divy Srivastava
2024-04-05fix(ext/node): Add "module" to builtinsModule (#23242)Divy Srivastava
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-04-02feat: improve AsyncLocalStorage api (#23175)Alex Yang
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-04-02chore: update `std` submodule to 0.221.0 (#23112)Asher Gomez
2024-03-28fix(ext/node): support stdin: "inherit" in node:child_process (#23110)Divy Srivastava
2024-03-26feat: TypeScript 5.4 (#23086)David Sherret
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-22fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)Divy Srivastava
2024-03-21chore: ignore flaky brotli test (#23020)Divy Srivastava
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-20chore(ext/io): remove use of deprecated `Deno.writeSync()` (#22872)Asher Gomez
2024-03-20fix(ext/node): spread args in setImmediate (#22998)Satya Rohith
2024-03-20fix(ext/node): implement EventEmitterAsyncResource (#22994)Divy Srivastava
2024-03-20fix(ext/node): FsWatcher ref and unref (#22987)Divy Srivastava
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-19fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...Asher Gomez
2024-03-18fix(node): implement v8 serialize and deserialize (#22975)Divy Srivastava
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
2024-03-16fix(ext/node): pass normalized watchFile handler to StatWatcher (#22940)Divy Srivastava
2024-03-16fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)Bartek Iwańczuk
2024-03-14fix(ext/node): Support private EC key signing (#22914)Divy Srivastava
2024-03-14fix(ext/node): support `spki` format in createPublicKey (#22918)Divy Srivastava
2024-03-14fix(ext/node): crypto.getCipherInfo() (#22916)Divy Srivastava
2024-03-14fix(ext/node): DH (`dhKeyAgreement`) support for `createPrivateKey` (#22891)Divy Srivastava
2024-03-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-13fix(ext/node): initial `crypto.createPublicKey()` support (#22509)Asher Gomez
2024-03-13feat(ext/node): add more named curves in `crypto.generateKeyPair[Sync]()` (#2...Asher Gomez
2024-03-12fix(ext/node): flush brotli decompression stream (#22856)Divy Srivastava
2024-03-11test(ext/node): add worker_threads test for SharedArrayBuffer (#22850)Bartek Iwańczuk
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-11fix(runtime): Restore default signal handler after user handlers are unregist...Nathan Whitaker
2024-03-11chore: fix child_process test (#22845)David Sherret
2024-03-09fix(ext/node): support junction symlinks on Windows (#22762)Divy Srivastava
2024-03-08fix(ext/node): Implement `isBuiltin` in `node:module` (#22817)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-07feat(ext/node): ref/unref on workers (#22778)Matt Mastracci
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith