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