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
/
ops
Age
Commit message (
Expand
)
Author
2024-11-19
feat(ext/node): perf_hooks.monitorEventLoopDelay() (#26905)
Divy Srivastava
2024-11-15
refactor: use boxed_error in some places (#26887)
David Sherret
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
refactor: use concrete error type for remaining ops (#26746)
Leo Kettmeir
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-11-01
chore: upgrade to rust 1.82 and LLVM 19 (#26615)
Divy Srivastava
2024-10-31
fix(node): Implement `os.userInfo` properly, add missing `toPrimitive` (#24702)
Nathan Whitaker
2024-10-31
fix(ext/node): resolve exports even if parent module filename isn't present (...
Nathan Whitaker
2024-10-31
fix: clamp smi in fast calls by default (#26506)
Divy Srivastava
2024-10-30
fix: remove permission check in op_require_node_module_paths (#26645)
David Sherret
2024-10-29
fix(ext/node): compatibility with {Free,Open}BSD (#26604)
Volker Schlecht
2024-10-24
refactor(ext/node): use concrete error types (#26419)
Leo Kettmeir
2024-10-24
fix(ext/node): cancel pending ipc writes on channel close (#26504)
Nathan Whitaker
2024-10-23
fix(ext/node): map `ERROR_INVALID_NAME` to `ENOENT` on windows (#26475)
Yoshiya Hinosawa
2024-10-19
refactor(ext/fetch): use concrete error types (#26220)
Leo Kettmeir
2024-10-18
fix(ext/node): properly map reparse point error in readlink (#26375)
Nathan Whitaker
2024-10-15
fix(ext/node): handle http2 server ending stream (#26235)
Toby Ealden
2024-10-14
perf: use fast calls for microtask ops (#26236)
Divy Srivastava
2024-10-14
fix(ext/node): compute pem length (upper bound) for key exports (#26231)
Divy Srivastava
2024-10-04
refactor: improve node permission checks (#26028)
David Sherret
2024-10-02
feat(ext/node): buffer.transcode() (#25972)
Satya Rohith
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-24
fix(ext/node): Fix vm sandbox object panic (#24985)
Divy Srivastava
2024-09-23
fix(ext/node): stub cpu_info() for OpenBSD (#25807)
Volker Schlecht
2024-09-19
fix(ext/node): support x509 certificates in `createPublicKey` (#25731)
Divy Srivastava
2024-09-18
feat(ext/node): add rootCertificates to node:tls (#25707)
Luca Casonato
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-16
fix(ext/crypto): support md4 digest algorithm (#25656)
Luca Casonato
2024-09-11
fix(ext/node): validate input lengths in `Cipheriv` and `Decipheriv` (#25570)
Yoshiya Hinosawa
2024-09-10
fix(ext/node): Rewrite `node:v8` serialize/deserialize (#25439)
Nathan Whitaker
2024-09-10
feat: require(esm) (#25501)
snek
2024-09-10
fix(inspector): Fix panic when re-entering runtime ops (#25537)
Divy Srivastava
2024-09-05
fix(ext/node): close upgraded socket when the underlying http connection is c...
Yoshiya Hinosawa
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-28
fix(ext/node): update aead-gcm-stream to 0.3 (#25261)
Divy Srivastava
2024-08-26
perf(ext/node): reduce some allocations in require (#25197)
David Sherret
2024-08-23
fix(ext/node): import JWK octet key pairs (#25180)
Divy Srivastava
2024-08-21
feat: Upgrade V8 to 12.9 (#25138)
Bartek IwaĆczuk
2024-08-15
fix(node): Create additional pipes for child processes (#25016)
Nathan Whitaker
2024-08-11
fix(ext/node): rewrite X509Certificate resource and add `publicKey()` (#24988)
Divy Srivastava
2024-08-11
fix(ext/node): support ieee-p1363 ECDSA signatures and pss salt len (#24981)
Divy Srivastava
2024-08-09
fix(ext/node): use pem private keys in createPublicKey (#24969)
Luca Casonato
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
[next]