summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2024-05-05fix(ext/node): don't rely on Deno.env to read NODE_DEBUG (#23694)Satya Rohith
2024-05-02fix(ext/node): check resource exists before close (#23655)Satya Rohith
2024-05-02fix(ext/node): support delete process.env.var (#23647)Satya Rohith
2024-04-30fix(node): require.resolve - fallback to global cache when bare specifier fro...David Sherret
2024-04-30fix(ext/node): support multiple message listeners on MessagePort (#23600)Satya Rohith
2024-04-30fix(ext/node): read(0) before destroying http2stream (#23505)Satya Rohith
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-29refactor: remove dead code in node stream polyfill (#23597)Yoshiya Hinosawa
2024-04-29fix(ext/node): support NODE_DEBUG env (#23583)Satya Rohith
2024-04-29fix(ext/node): add support for MessagePort.removeListener/off (#23598)Satya Rohith
2024-04-27fix(ext/node): support process.stdin.unref() (#22865)Yoshiya Hinosawa
2024-04-24feat(ext/http): Implement request.signal for Deno.serve (#23425)Matt Mastracci
2024-04-24fix(ext/node): worker_threads copies env object (#23536)Bartek Iwańczuk
2024-04-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-21fix(ext/node): define http.maxHeaderSize (#23479)Bartek Iwańczuk
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)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): dispatch beforeExit/exit events irrespective of listeners (#23...Satya Rohith
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): use ext/io stdio in WriteStream (#23354)Divy Srivastava
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-04-09fix(ext/node): implement MessagePort.unref() (#23278)Satya Rohith
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-03refactor(ext/node): remove worker_threads dependency on ext:runtime (#23206)Satya Rohith
2024-04-03fix(ext/node): polyfill node:domain module (#23088)Bartek Iwańczuk
2024-04-03fix(ext/node): patch MessagePort if provided as workerData (#23198)Satya Rohith
2024-04-02fix(ext/node): Support returning tokens and option defaults in `node:util.par...Nathan Whitaker
2024-04-02feat: improve AsyncLocalStorage api (#23175)Alex Yang
2024-04-03chore: move `tools/node_compat` to `tests/node_compat/runner` (#23025)Asher Gomez
2024-04-02fix(ext/node): MessagePort works (#22999)Satya Rohith
2024-04-01fix(ext/node): Add fs.readv, fs.readvSync (#23166)Nathan Whitaker
2024-03-28fix(ext/node): support stdin: "inherit" in node:child_process (#23110)Divy Srivastava
2024-03-28fix(ext/node): use tty stdin from ext/io (#23044)Divy Srivastava
2024-03-24fix(ext/node): handle `null` in stdio array (#23048)Divy Srivastava
2024-03-22perf: warm expensive init code at snapshot time (#22714)Matt Mastracci
2024-03-22fix(ext/node): handle KeyObject in `prepareAsymmetricKey` (#23026)Divy Srivastava
2024-03-22fix(ext/node): add crypto.subtle (#23027)Divy Srivastava
2024-03-22fix(ext/node): add crypto.getRandomValues (#23028)Divy Srivastava
2024-03-21feat(ext/node): add riscv64 in process.arch (#23016)Eric Long
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
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