summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal
AgeCommit message (Expand)Author
2024-09-02BREAKING: remove `deno bundle` (#25339)Asher Gomez
2024-08-30fix(ext/node): session close during stream setup (#25170)Caleb Lloyd
2024-08-28refactor(ext): throw new error instead of throw error (#25272)Ian Bull
2024-08-28fix(ext/node): import RSA JWK keys (#25267)Divy Srivastava
2024-08-28fix(ext/node): export JWK public key (#25239)Divy Srivastava
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-23fix(ext/node): import JWK octet key pairs (#25180)Divy Srivastava
2024-08-20chore: enable no-console dlint rule (#25113)David Sherret
2024-08-20chore: Remove stray `console.error` log in `node:child_process` (#25111)Nathan Whitaker
2024-08-16fix(node/fs): Use correct offset and length in node:fs.read and write (#25049)Nathan Whitaker
2024-08-15fix(node): Create additional pipes for child processes (#25016)Nathan Whitaker
2024-08-14fix(node/fs): node:fs.read and write should accept typed arrays other than Ui...Nathan Whitaker
2024-08-12chore: update the copyright of c, mjs, and jsx (#25005)Kenta Moriuchi
2024-08-11fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)Divy Srivastava
2024-08-11fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)Divy Srivastava
2024-08-09fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)Luca Casonato
2024-08-08fix(ext/node): add `CipherIv.setAutoPadding()` (#24940)Divy Srivastava
2024-08-08fix(node/crypto): Assign publicKey and privateKey with let instead of const (...Birk Skyum
2024-08-08fix(ext/node): add crypto.diffieHellman (#24938)Luca Casonato
2024-08-07feat(ext/node): rewrite crypto keys (#24463)Luca Casonato
2024-08-02Revert "perf(ext/node): improve `Buffer` from string performance" (#24851)Luca Casonato
2024-08-02docs: fix typos (#24820)Andreas Deininger
2024-08-01fix(ext/crypto): respect offsets when writing into ab views in randomFillSync...Luca Casonato
2024-07-31fix(ext/node): handle node child_process with --v8-options flag (#24804)Luca Casonato
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-30perf(ext/node): improve `Buffer` from string performance (#24567)Divy Srivastava
2024-07-24fix(node): Run node compat tests listed in the `ignore` field (and fix the on...Nathan Whitaker
2024-07-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-07-02fix(ext/node): add Symbol.toStringTag to KeyObject instances (#24377)Filip Skokan
2024-06-27fix(ext/node): make next tick queue resilient to `Array.prototype` tampering ...ud2
2024-06-26perf(ext/node): improve `Buffer.from(buffer)` (#24352)ud2
2024-06-26Revert "perf: improve Buffer.from(buf) by 29x" (#24351)David Sherret
2024-06-26perf: improve Buffer.from(buf) by 29x (#24341)Divy Srivastava
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
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