summaryrefslogtreecommitdiff
path: root/ext/node/polyfills
AgeCommit message (Expand)Author
2023-04-27feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)Levente Kurusa
2023-04-27fix(ext/node): prime generation (#18861)Divy Srivastava
2023-04-27refactor(ext/node): migrate back to using "Deno.serve" API for HTTP server (#...Bartek Iwańczuk
2023-04-27fix(ext/http): internal upgradeHttpRaw works with "Deno.serve()" API (#18859)Matt Mastracci
2023-04-25fix(ext/node): fix hash.flush (#18818)Yoshiya Hinosawa
2023-04-24fix(npm): only include top level packages in top level node_modules directory...David Sherret
2023-04-22feat(node/http): implement ClientRequest.setTimeout() (#18783)Levente Kurusa
2023-04-20refactor(ext/node): remove polyfills/_core.ts (#18766)Yoshiya Hinosawa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava
2023-04-19fix(ext/node): improve vm.runInThisContext (#18767)Yoshiya Hinosawa
2023-04-19fix(ext/node): add crypto.sign|verify methods (#18765)Yoshiya Hinosawa
2023-04-18refactor(node/crypto): scrypt polyfill to rust (#18746)Levente Kurusa
2023-04-18fix(ext/node): implement crypto.createVerify (#18703)Yoshiya Hinosawa
2023-04-18fix(path): Remove non node symbols (#18630)Ryan Clements
2023-04-18fix(ext/node): add req.socket.remoteAddress (#18733)Yoshiya Hinosawa
2023-04-18fix(ext/node): polyfill response._implicitHeader method (#18738)Yoshiya Hinosawa
2023-04-12refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, rando...Levente Kurusa
2023-04-07fix(ext/node): add X509Certificate (#18625)Divy Srivastava
2023-04-07refactor(ext/node): remove conditional in ServerResponse#enqueue (#18617)Bartek Iwańczuk
2023-04-06fix(ext/node): implement hkdf-expand (#18612)Divy Srivastava
2023-04-06fix(ext/node): add symmetric keygen (#18609)Divy Srivastava
2023-04-05tests: cleanup "node_compat_tests" (#18594)Bartek Iwańczuk
2023-04-03refactor(ext/node): migrate "http" module to use "Deno.serveHttp" API (#18552)Bartek Iwańczuk
2023-03-31perf(ext/websocket): use opAsync2 to avoid spread deopt (#18525)Divy Srivastava
2023-03-30Revert "refactor(ext/node): Use Deno.inspect (#17960)" (#18491)Bartek Iwańczuk
2023-03-28fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)Yoshiya Hinosawa
2023-03-28Reland "refactor: remove Deno[Deno.internal].nodeUnstable namespace" (#18475)Bartek Iwańczuk
2023-03-28feat(ext/node): add `crypto.checkPrime` API (#18465)Divy Srivastava
2023-03-28chore(ext/node): port pbkdf2 to Rust (#18470)Divy Srivastava
2023-03-27fix(ext/node): add missing _preloadModules hook (#18447)Marvin Hagemeister
2023-03-27feat: port node:zlib to rust (#18291)Divy Srivastava
2023-03-27Revert "refactor: remove Deno[Deno.internal].nodeUnstable namespace (… (#18...Bartek Iwańczuk
2023-03-27refactor: remove Deno[Deno.internal].nodeUnstable namespace (#18449)Bartek Iwańczuk
2023-03-25fix(ext/node): add aes-128-ecb algorithm support (#18412)Yoshiya Hinosawa
2023-03-24feat(ext/node): implement crypto.createSecretKey (#18413)Divy Srivastava
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-23fix(core): panic at build time if extension code contains anything other than...Matt Mastracci
2023-03-23refactor(ext/node): Use Deno.inspect (#17960)Ryan Dahl
2023-03-22chore: update ext/ code to only use ASCII (#18371)Matt Mastracci
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk
2023-03-20fix(ext/node): use Deno.Command from `ext:runtime` (#18289)Geert-Jan Zwiers
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18fix(ext/node): add createDecipheriv (#18245)Yoshiya Hinosawa
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17chore: add tests for node:async_hooks (#18004)Bartek Iwańczuk
2023-03-16fix(ext/node): resource leak in createHmac (#18229)Divy Srivastava
2023-03-16fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097)Farsen976
2023-03-14fix(ext/node): add crypto.createCipheriv (#18091)Yoshiya Hinosawa
2023-03-14chore(ext/node): copy internal/crypto/types.ts from std (#18156)Yoshiya Hinosawa