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