summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal
AgeCommit message (Expand)Author
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
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