summaryrefslogtreecommitdiff
path: root/ext/node/ops
AgeCommit message (Expand)Author
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
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-05fix(node): Fix node IPC serialization for objects with undefined values (#24894)Nathan Whitaker
2024-08-05feat: upgrade deno_core (#24886)snek
2024-08-01fix: regressions around Error.prepareStackTrace (#24839)Bartek Iwańczuk
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-29fix(ext/node): prevent panic in http2.connect with uppercase header names (#2...Satya Rohith
2024-07-26fix(ext/node): read correct CPU usage stats on Linux (#24732)MrEconomical
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-07-24fix(ext/fetch): respect authority from URL (#24705)Bartek Iwańczuk
2024-07-17fix(ext/node): stat.mode on windows (#24434)Divy Srivastava
2024-07-18Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...Bartek Iwańczuk
2024-07-17perf(ext/node): optimize fs.exists[Sync] (#24613)Divy Srivastava
2024-07-15chore: upgrade dependencies (#24565)snek
2024-07-15fix(std/http2): release window capacity back to remote stream (#24576)Rano | Ranadeep
2024-07-13Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...Ryan Dahl
2024-07-13refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)Sean McArthur
2024-07-12fix(ext/node): handle prefix mapping for IPv4-mapped IPv6 addresses (#24546)Satya Rohith
2024-07-10fix: Add sys permission kinds for node compat (#24242)Adam Gregory
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-05fix(ext/node): rewrite digest handling (#24392)Luca Casonato
2024-07-02fix(ext/node): Add `fs.lutimes` / `fs.lutimesSync` (#23172)Nathan Whitaker
2024-07-02chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)Bartek Iwańczuk