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