summaryrefslogtreecommitdiff
path: root/ext/node/ops
AgeCommit message (Expand)Author
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
2024-07-01feat: upgrade deno_core (#24364)snek
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-24fix(ext/node): rewrite crypto.Hash (#24302)Luca Casonato
2024-06-21Revert `#[cppgc] &mut T` usage (#24304)Divy Srivastava
2024-06-21fix(ext/node): don't panic on invalid utf-8 in pem (#24303)Luca Casonato
2024-06-21chore(ext/node): cleanup zlib state ops (#24300)Divy Srivastava
2024-06-21chore(ext/node): cleanup net blocklist ops (#24299)Divy Srivastava
2024-06-21fix: upgrade deno_core to 0.291.0 (#24297)Divy Srivastava
2024-06-20refactor(ext): remove use of `brotli::ffi` (#24214)ud2
2024-06-20fix(ext/node): use cppgc for node:zlib (#24267)Divy Srivastava
2024-06-19Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)Bartek Iwańczuk
2024-06-18feat(ext/node): add BlockList & SocketAddress classes (#24229)Satya Rohith
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-13chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)Bartek Iwańczuk
2024-06-13chore(ext/node): remove old vm ops (#24187)Divy Srivastava
2024-06-12fix(ext/node): fix vm memory usage and context initialization (#23976)Divy Srivastava
2024-06-11chore: upgrade deno_core (#24146)Divy Srivastava
2024-06-10fix(ext/node): send data frame with end_stream flag on _final call (#24147)Satya Rohith
2024-06-08fix(check): attempt to resolve types from pkg before `@types` pkg (#24152)David Sherret
2024-06-08fix(ext/node): lossy UTF-8 read node_modules files (#24140)Luca Casonato
2024-06-07fix: upgrade deno_core (#24128)Bartek Iwańczuk
2024-06-07chore(ext/node): remove dead op (#24131)Satya Rohith
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-23fix(ext/node): return cancelled flag in get_response_body_chunk op (#23962)Satya Rohith
2024-05-21feat(node): buffer isUtf8/isAscii (#23928)snek
2024-05-16fix(ext/node): fix grpc error_handling example (#23755)Satya Rohith
2024-05-16fix(ext/node): homedir() `getpwuid`/`SHGetKnownFolderPath` fallback (#23841)Divy Srivastava
2024-04-29fix(ext/node): exporting rsa public keys (#23596)Divy Srivastava
2024-04-21fix: Fix some typos in comments (#23470)welfuture
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-04-13fix(ext/node): promise rejection in VM contexts (#23305)Divy Srivastava
2024-04-10chore: update to Rust 1.77.2 (#23262)林炳权
2024-04-09fix(ext/node): `node:vm` contexts (#23202)Divy Srivastava
2024-04-01perf(node): put pkg json into an `Rc` (#23156)David Sherret
2024-03-28fix(node): remove unwrap in op_require_node_module_paths (#23114)David Sherret
2024-03-21fix(ext/node): ECDH.publicKey() point encoding (#23013)Divy Srivastava
2024-03-21fix(ext/node): panic in `op_node_ecdh_generate_keys` (#23011)Divy Srivastava
2024-03-20fix(ext/node): worker_threads ESM handling (#22841)mash-graz
2024-03-19fix(ext/node): support Diffie-Hellman key type in `crypto.createPrivateKey()`...Asher Gomez