summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-11-08chore(ext/web): migrate to deno_core typed externals (#21114)Matt Mastracci
2023-11-07fix(ext/http): Throwing Error if the return value of Deno.serve handler is no...Aravind
2023-11-07fix(node): cjs export analysis should probe for json files (#21113)David Sherret
2023-11-07fix(node): inspect ancestor directories when resolving cjs re-exports during ...David Sherret
2023-11-07fix(node/http): socket.setTimeout (#20930)Gasman
2023-11-06fix(ext): use `String#toWellFormed` in ext/webidl and ext/node (#21054)Kenta Moriuchi
2023-11-06fix(ext/fetch): re-align return type in op_fetch docstring (#21098)Luca Bruno
2023-11-05fixDivy Srivastava
2023-11-05fix lintDivy Srivastava
2023-11-05chore(ext/crypto): upgrade ec cratesDivy Srivastava
2023-11-05chore(ext/ffi): use dlopen2 crate (#21093)Divy Srivastava
2023-11-05chore: bump deno_native_certs to 0.2 (#21092)Divy Srivastava
2023-11-04fix(node): use closest package.json to resolve package.json imports (#21075)David Sherret
2023-11-03chore(ext/crypto): bump curve25519-dalek to 4.1Divy Srivastava
2023-11-02feat(ext/kv): increase checks limit (#21055)Igor Zinkovsky
2023-11-021.38.0 (#21051)denobot
2023-11-01feat: granular --unstable-* flags (#20968)Bartek Iwańczuk
2023-11-01feat(ext/websocket): websockets over http2 (#21040)Matt Mastracci
2023-11-01feat: disposable Deno resources (#20845)Luca Casonato
2023-11-01feat(cron) implement Deno.cron() (#21019)Igor Zinkovsky
2023-11-01fix(ext/node): adapt dynamic type checking to Node.js behavior (#21014)Kenta Moriuchi
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-10-31feat(ext/websocket): use rustls-tokio-stream instead of tokio-rustls (#20518)Matt Mastracci
2023-10-31chore: use deno_whoami (#21027)Divy Srivastava
2023-10-31perf: use deno_native_certs crate (#18072)Divy Srivastava
2023-10-31fix(ext/node): tty streams extends net socket (#21026)Divy Srivastava
2023-10-31chore: update ext/kv to use denokv_* crates (#20986)Luca Casonato
2023-10-30feat(ext/websocket): split websocket read/write halves (#20579)Matt Mastracci
2023-10-30fix: implement node:tty (#20892)Divy Srivastava
2023-10-30chore: remove usage of chrono::Utc::now() (#20995)Divy Srivastava
2023-10-30chore: upgrade rsa to 0.9 (#21016)Divy Srivastava
2023-10-28fix(ext/ffi): use anybuffer for op_ffi_buf_copy_into (#21006)Divy Srivastava
2023-10-27chore(ext/crypto): upgrade to ring 0.17 (#20824)Divy Srivastava
2023-10-27fix(ext/http): patch regression in variadic args to serve handler (#20796)Jared Flatow
2023-10-26fix(unstable/byonm): improve error messages (#20987)David Sherret
2023-10-26refactor: op_sleep uses op2 macro (#20908)Bartek Iwańczuk
2023-10-26chore: update base64 crate (#20877)Luca Casonato
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
2023-10-23docs(event): fixlets to code comments (#20944)Jérôme Benoit
2023-10-22fix(polyfill): correctly handle flag when its equal 0 (#20953)sigmaSd
2023-10-18fix(ext/node): process.argv0 (#20925)Bartek Iwańczuk
2023-10-17fix(node): resolve file.d specifiers in npm packages (#20918)David Sherret
2023-10-13perf(ext/streams): optimize streams (#20649)Marcos Casagrande
2023-10-13chore: forward v1.37.2 release commit to main (#20897)denobot
2023-10-12refactor: FeatureChecker integration in ext/ crates (#20797)Bartek Iwańczuk
2023-10-12fix(node/http2): fixes to support grpc (#20712)Bartek Iwańczuk
2023-10-11feat(WebSocketStream): rename connection to opened (#20878)Leo Kettmeir
2023-10-10feat(ext/web): cancel support for TransformStream (#20815)Luca Casonato
2023-10-10fix(ext/web): writability of `ReadableStream.from` (#20836)Luca Casonato
2023-10-09fix(ext/http): Deno.Server should not be thenable (#20723)Luca Casonato