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-12-19
fix(node): child_process IPC on Windows (#21597)
Divy Srivastava
2023-12-19
fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)
Kenta Moriuchi
2023-12-15
refactor: setup child process pipe in Rust (#21579)
Divy Srivastava
2023-12-13
fix: implement child_process IPC (#21490)
Divy Srivastava
2023-12-11
fix(ext/node): basic vm.runInNewContext implementation (#21527)
Divy Srivastava
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-01
fix(ext/node): add stubbed process.report (#21373)
Daniel Mizerski
2023-11-29
fix(ext/node): add util.parseArgs (#21342)
Yoshiya Hinosawa
2023-11-11
perf: snapshot runtime ops (#21127)
Divy Srivastava
2023-11-11
chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)
Matt Mastracci
2023-11-10
fix(ext/node): implement process.geteuid (#21151)
Divy Srivastava
2023-11-09
fix(node): implement createPrivateKey (#20981)
Divy Srivastava
2023-11-07
fix(node): inspect ancestor directories when resolving cjs re-exports during ...
David Sherret
2023-11-04
fix(node): use closest package.json to resolve package.json imports (#21075)
David Sherret
2023-10-30
fix: implement node:tty (#20892)
Divy Srivastava
2023-10-26
fix(unstable/byonm): improve error messages (#20987)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-26
chore: slight cleanup in npm resolvers (#20692)
David Sherret
2023-09-23
fix(node): supported arguments to `randomFillSync` (#20637)
Divy Srivastava
2023-09-15
feat(ext/node): http2.connect() API (#19671)
Bartek Iwańczuk
2023-09-14
refactor: rewrite ext/node to op2 (#20489)
Bartek Iwańczuk
2023-09-06
fix(ext/node): implement AES GCM cipher (#20368)
Divy Srivastava
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-16
feat(ext/node): eagerly bootstrap node (#20153)
Matt Mastracci
2023-08-06
build: allow disabling snapshots for dev (#20048)
Nayeem Rahman
2023-08-04
fix(node): repl._builtinLibs (#20046)
Bartek Iwańczuk
2023-08-02
feat(node): add polyfill for node:test module (#20002)
Bartek Iwańczuk
2023-07-31
feat(node/os): implement getPriority, setPriority & userInfo (#19370)
Leo Kettmeir
2023-07-31
refactor: update core extension api usage (#19952)
Nayeem Rahman
2023-07-19
feat(ext/node): properly segregate node globals (#19307)
Luca Casonato
2023-07-17
fix(node): improve require esm error messages (#19853)
David Sherret
2023-07-06
perf(node/async_hooks): optimize AsyncLocalStorage (#19729)
Bartek Iwańczuk
2023-07-05
perf(ext/node): optimize net streams (#19678)
Divy Srivastava
2023-07-02
refactor: rename built-in node modules from ext:deno_node/ to node: (#19680)
Bartek Iwańczuk
2023-06-27
test(ext/node): port crypto_test.ts from deno_std (#19561)
Felipe Baltor
2023-06-24
fix(ext/node): support brotli APIs (#19223)
Divy Srivastava
2023-06-22
refactor(npm): remove needless resolve_nv_ref_from_pkg_req_ref on NpmResolver...
David Sherret
2023-06-02
feat(node_compat): Added base implementation of FileHandle (#19294)
nasa
2023-05-28
refactor(core): remove ext: modules from the module map (#19040)
Nayeem Rahman
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-05-17
fix(ext/node): make nodeGlobalThis configurable (#19163)
Luca Casonato
2023-05-17
refactor(node): reimplement http client (#19122)
Leo Kettmeir
2023-05-15
feat(node/crypto): Diffie Hellman Support (#18943)
Levente Kurusa
2023-05-08
refactor(ext/fs): `deno_fs::FileSystem` - conditional `Send + Sync` (#18993)
David Sherret
2023-05-05
refactor(ext/node): combine `deno_node::Fs` with `deno_fs::FileSystem` (#18991)
David Sherret
2023-05-04
refactor(ext/node): remove NodeEnv trait (#18986)
Luca Casonato
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
[next]