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