summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal
AgeCommit message (Expand)Author
2024-11-19fix(node/crypto): support promisify on generateKeyPair (#26913)Marvin Hagemeister
2024-11-13fix(ext/node): use ERR_NOT_IMPLEMENTED for notImplemented (#26853)Divy Srivastava
2024-11-12fix(ext/node): add autoSelectFamily option to net.createConnection (#26661)Yoshiya Hinosawa
2024-11-04chore: update dlint to v0.68.0 for internal (#26711)Kenta Moriuchi
2024-10-31fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)Nathan Whitaker
2024-10-29Revert "fix(ext/node): fix dns.lookup result ordering (#26264)" (#26621)Yoshiya Hinosawa
2024-10-26fix(ext/node): use primordials in ext\node\polyfills\internal\crypto\_randomI...Mayank Kumar
2024-10-24fix(node/util): support array formats in `styleText` (#26507)Marvin Hagemeister
2024-10-24fix(ext/node): cancel pending ipc writes on channel close (#26504)Nathan Whitaker
2024-10-16fix(child_process): map node `--no-warnings` flag to `--quiet` (#26288)Nathan Whitaker
2024-10-16fix(ext/node): fix dns.lookup result ordering (#26264)Yoshiya Hinosawa
2024-10-15fix(ext/node): use primordials in `ext/node/polyfills/internal/buffer.mjs` (#...Kenta Moriuchi
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-20chore: Revert child_process close ordering change (#25781)Nathan Whitaker
2024-09-13fix(ext/node): attach console stream properties (#25617)snek
2024-09-12fix(ext/node): Implement detached option in `child_process` (#25218)Nathan Whitaker
2024-09-13fix(ext/node): fix Decipheriv when autoPadding disabled (#25598)Yoshiya Hinosawa
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-09-12feat(ext/node): export missing symbols from domain, puncode, repl, tls (#25585)Bartek Iwańczuk
2024-09-12feat(ext/node): export more symbols from streams and timers/promises (#25582)Bartek Iwańczuk
2024-09-11fix(ext/node): fix `Cipheriv#update(string, undefined)` (#25571)Yoshiya Hinosawa
2024-09-11fix(ext/node): add `FileHandle#writeFile` (#25555)Yoshiya Hinosawa
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
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