summaryrefslogtreecommitdiff
path: root/ext/node/lib.rs
AgeCommit message (Expand)Author
2024-11-19feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)Divy Srivastava
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-13fix(ext/node): zlib.crc32() (#26856)Divy Srivastava
2024-11-06fix(ext/node): better inspector support (#26471)snek
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)Nathan Whitaker
2024-10-24refactor(ext/node): use concrete error types (#26419)Leo Kettmeir
2024-10-18fix(ext/node): stub HTTPParser internal binding (#26401)Nathan Whitaker
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-10-02feat(ext/node): buffer.transcode() (#25972)Satya Rohith
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-18feat(ext/node): add rootCertificates to node:tls (#25707)Luca Casonato
2024-09-17fix(ext/node): stub `inspector/promises` (#25635)Divy Srivastava
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-15fix(ext/node): add stubs for `node:trace_events` (#25628)Divy Srivastava
2024-09-12feat(ext/node): expose ES modules for _ modules (#25588)Bartek Iwańczuk
2024-09-10fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)Nathan Whitaker
2024-09-10feat: require(esm) (#25501)snek
2024-09-05feat(ext/node): add abort helpers, process & streams fix (#25262)Luca Casonato
2024-08-29fix: reland async context (#25140)snek
2024-08-28fix(ext/node): import RSA JWK keys (#25267)Divy Srivastava
2024-08-28fix(ext/node): export JWK public key (#25239)Divy Srivastava
2024-08-28fix(ext/node): import EC JWK keys (#25266)Divy Srivastava
2024-08-23chore(ext/node): use array instead of Vec to avoid wrong capacity allocation ...Yusuke Tanaka
2024-08-23fix(ext/node): import JWK octet key pairs (#25180)Divy Srivastava
2024-08-22refactor: remove unused AllowAllNodePermissions (#25159)David Sherret
2024-08-22fix(ext/node): register `node:wasi` built-in (#25134)Divy Srivastava
2024-08-14fix: `node:inspector` not being registered (#25007)Marvin Hagemeister
2024-08-11fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)Divy Srivastava
2024-08-09fix(ext/node): ed25519 signing and cipheriv autopadding fixes (#24957)Luca Casonato
2024-08-08fix(ext/node): add `CipherIv.setAutoPadding()` (#24940)Divy Srivastava
2024-08-08fix(ext/node): add crypto.diffieHellman (#24938)Luca Casonato
2024-08-07feat(ext/node): rewrite crypto keys (#24463)Luca Casonato
2024-08-06feat: vm rewrite (#24596)snek
2024-08-02Revert "feat: async context" (#24856)snek
2024-08-02feat: async context (#24402)snek
2024-07-31feat: upgrade V8 to 12.8 (#24693)snek
2024-07-30fix(node): Rework node:child_process IPC (#24763)Nathan Whitaker
2024-07-30refactor(ext/node): create separate ops for node:http module (#24788)Bartek Iwańczuk
2024-07-28fix: actually add missing `node:readline/promises` module (#24772)David Sherret
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(node): better detection for when to surface node resolution errors (#24653)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-09refactor: use concrete error types for node resolution (#24470)David Sherret
2024-07-05fix(node): Implement `fs.lchown` (and `process.getegid`) (#24418)Nathan Whitaker
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret