summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal
AgeCommit message (Expand)Author
2024-06-18feat(ext/node): add BlockList & SocketAddress classes (#24229)Satya Rohith
2024-06-15fix(ext/node): better support for `node:diagnostics_channel` module (#24088)Bartek Iwańczuk
2024-06-11chore: sync up Node.js test files for v20.11.1 (#24066)Bartek Iwańczuk
2024-06-07fix(ext/node): support stdin child_process IPC & fd stdout/stderr (#24106)Divy Srivastava
2024-05-28fix(ext/node/fs): `position` argument not applied (#24009)Marvin Hagemeister
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
2024-05-16fix(node): error when throwing `FS_EISDIR` (#23829)Marvin Hagemeister
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-23fix: Float16Array support (#23512)Kenta Moriuchi
2024-04-12chore: remove repetitive words (#23341)youngwendy
2024-04-02fix(ext/node): Support returning tokens and option defaults in `node:util.par...Nathan Whitaker
2024-03-28fix(ext/node): support stdin: "inherit" in node:child_process (#23110)Divy Srivastava
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-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-20fix(ext/node): spread args in setImmediate (#22998)Satya Rohith
2024-03-18fix(ext/node): support public key point encoding in ECDH.generateKeys() (#22976)Satya Rohith
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-13feat(node): implement fs.statfs() (#22862)Nayeem Rahman
2024-03-13fix(ext/node): initial `crypto.createPublicKey()` support (#22509)Asher Gomez
2024-03-11fix(ext/node): Match punycode module behavior to node (#22847)Nathan Whitaker
2024-03-08fix(ext/node): Add Immediate class to mirror NodeJS.Immediate (#22808)Nathan Whitaker
2024-03-07fix(ext/node): http2.createServer (#22708)Satya Rohith
2024-03-07feat(node/util): styleText (#22758)Leo Kettmeir
2024-03-04fix(node): errno property when command missing (#22691)Divy Srivastava
2024-02-29fix(ext/node) add node http methods (#22630)Igor Zinkovsky
2024-02-20fix(ext/node): unimplemented code when not IPC child_process (#22488)Divy Srivastava
2024-02-18fix: util.parseArgs() missing node:process import (#22405)Javier Hernández
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
2024-01-29refactor: migrate 'ext/node' extension to virtual ops module (#22157)Bartek Iwańczuk
2024-01-24feat: deprecate `Deno.close()` (#22066)Asher Gomez
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-05chore: update deno_lint for CI (#21802)Kenta Moriuchi
2024-01-04fix: strict type check for cross realms (#21669)Kenta Moriuchi
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-30chore(runtime): internalize pipe fd for ext/node (#21570)Divy Srivastava
2023-12-27perf: remove opAsync (#21690)Matt Mastracci
2023-12-20fix(node): child_process kill cancel pending IPC reads (#21647)Divy Srivastava
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-03fix(ext/node): sign with PEM private keys (#21287)Divy Srivastava
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-11-29fix(ext/node): add util.parseArgs (#21342)Yoshiya Hinosawa
2023-11-28Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)Leo Kettmeir
2023-11-28fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)Yoshiya Hinosawa