index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
node
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-04-27
feat(node/crypto): Elliptic Curve Diffie-Hellman (ECDH) support (#18832)
Levente Kurusa
2023-04-27
fix(ext/node): prime generation (#18861)
Divy Srivastava
2023-04-27
refactor(cli): extract out ProcState from CliMainWorker (#18867)
David Sherret
2023-04-26
refactor(ext/node): use a snapshottable global name for Node's globalThis (#1...
David Sherret
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-24
refactor(ext/node): allow injecting `NodeFs` from CLI (#18829)
David Sherret
2023-04-24
refactor(ext/node): reorganize ops (#18799)
Bartek Iwańczuk
2023-04-21
refactor(node): move most of cli/node to ext/node (#18797)
David Sherret
2023-04-21
refactor: move some CJS and ESM code analysis to ext/node (#18789)
David Sherret
2023-04-20
refactor(ext/node): remove polyfills/_core.ts (#18766)
Yoshiya Hinosawa
2023-04-19
fix(ext/node): implement asymmetric keygen (#18651)
Divy Srivastava
2023-04-18
refactor(node/crypto): scrypt polyfill to rust (#18746)
Levente Kurusa
2023-04-18
fix(ext/node): implement crypto.createVerify (#18703)
Yoshiya Hinosawa
2023-04-18
fix(path): Remove non node symbols (#18630)
Ryan Clements
2023-04-12
refactor(node/crypto): port polyfill to Rust for randomInt, randomFill, rando...
Levente Kurusa
2023-04-07
fix(ext/node): add X509Certificate (#18625)
Divy Srivastava
2023-04-06
fix(ext/node): implement hkdf-expand (#18612)
Divy Srivastava
2023-04-06
refactor(ext/node): `NodeFs` - add back altered metadata method (#18613)
David Sherret
2023-04-06
fix(ext/node): add symmetric keygen (#18609)
Divy Srivastava
2023-04-06
refactor(ext/node): add more methods to 'NodeFs' trait (#18604)
Bartek Iwańczuk
2023-04-06
fix(ext/node): json encode binary command name (#18596)
Geert-Jan Zwiers
2023-04-04
refactor(core): Improve ergonomics of managing ASCII strings (#18498)
Matt Mastracci
2023-03-30
refactor(ext/node): add NodeEnv::Fs associated type (#18484)
Bartek Iwańczuk
2023-03-28
refactor(ext/node): change extension type parameter (#18483)
Bartek Iwańczuk
2023-03-28
fix(ext/node): implement crypto.Sign (RSA/PEM/SHA{224,256,384,512}) (#18471)
Yoshiya Hinosawa
2023-03-28
feat(ext/node): add `crypto.checkPrime` API (#18465)
Divy Srivastava
2023-03-28
chore(ext/node): port pbkdf2 to Rust (#18470)
Divy Srivastava
2023-03-27
feat: port node:zlib to rust (#18291)
Divy Srivastava
2023-03-21
perf(core) Reduce script name and script code copies (#18298)
Matt Mastracci
2023-03-20
refactor(ext/node): untangle dependencies between js files (#18284)
Bartek Iwańczuk
2023-03-20
refactor(ext/node): make initialization functions sync (#18282)
Bartek Iwańczuk
2023-03-18
fix(ext/node): add createDecipheriv (#18245)
Yoshiya Hinosawa
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-14
fix(ext/node): add crypto.createCipheriv (#18091)
Yoshiya Hinosawa
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-08
refactor: rename InternalModuleLoader to ExtModuleLoader, use ext: scheme for...
Bartek Iwańczuk
2023-03-08
refactor(runtime): conditionally register Extension with source files (#18068)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-03-07
refactor: Add "deno_fs" extension crate (#18040)
Bartek Iwańczuk
2023-03-06
fix(ext/node): remove unused _hex module (#18045)
Divy Srivastava
2023-03-06
perf(ext/node): improve createHash performance (#18033)
Divy Srivastava
2023-03-05
refactor(core): InternalModuleLoader checks if all files were used (#18005)
Bartek Iwańczuk
2023-03-05
chore(ext/node): cleanup empty internal_bindings (#18032)
Divy Srivastava
2023-03-05
refactor(runtime): remove 40_files.js, 40_write_file.js and 40_read_file.js (...
Bartek Iwańczuk
2023-03-05
refactor(core): include_js_files! 'dir' option doesn't change specifiers (#18...
Bartek Iwańczuk
2023-02-28
chore: fix cargo build rebuilding deno_runtime each time (#17978)
David Sherret
2023-02-20
refactor: use ops for idna & punycode (#17817)
Leo Kettmeir
2023-02-20
perf: use ops for node:crypto ciphers (#17819)
Divy Srivastava
[next]