summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-11-30perf(ext/web): Avoid changing prototype by setting hostObjectBrand directly (...Laurence Rowe
2023-11-30refactor (parseCssColor): use parseInt, avoid unnecessary coercion (#20856)Jordan Harband
2023-11-30fix(ext/node): fix os.freemem (#21347)Yoshiya Hinosawa
2023-11-29fix(ext/node): add util.parseArgs (#21342)Yoshiya Hinosawa
2023-11-28chore(ext/kv): update denokv crates (#21357)Igor Zinkovsky
2023-11-28Reland "fix(ext/console): fix inspecting iterators error. (#20720)" (#21370)Leo Kettmeir
2023-11-28fix(ext/node): fix Buffer.copy when sourceStart > source.length (#21345)Yoshiya Hinosawa
2023-11-28fix(ext/node): fix duplexify compatibility (#21346)Yoshiya Hinosawa
2023-11-28chore: add retries to autobahn (#21365)Matt Mastracci
2023-11-27fix(node): `spawnSync`'s `status` was incorrect (#21359)David Sherret
2023-11-27chore(ext/http): fix E0446 on some compiler versions (#21362)Matt Mastracci
2023-11-24feat(streams): ReadableStream.read min option (#20849)Leo Kettmeir
2023-11-24chore: forward v1.38.3 release commit to main (#21320)denobot
2023-11-23fix(ext/http): avoid lockup in graceful shutdown (#21253)Matt Mastracci
2023-11-23fix(ext/node): fix node:stream.Writable (#21297)Yoshiya Hinosawa
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-20fix(ext/node): handle closing process.stdin more than once (#21267)Divy Srivastava
2023-11-20fix(ext/url): add deno_console dependency for bench (#21266)Kenta Moriuchi
2023-11-19fix(ext,runtime): add missing custom inspections (#21219)Kenta Moriuchi
2023-11-18chore(ext/http): bump version for re-release (#21254)Matt Mastracci
2023-11-18fix(ext/http): fix crash in dropped Deno.serve requests (#21252)Matt Mastracci
2023-11-17chore: forward v1.38.2 release commit to main (#21236)denobot
2023-11-16fix(doc): issue discovering re-exports of re-exports sometimes (#21223)David Sherret
2023-11-16feat(ext/cron) modify Deno.cron API to make handler arg last (#21225)Igor Zinkovsky
2023-11-15feat(ext/net): use rustls_tokio_stream (#21205)Matt Mastracci
2023-11-14fix(ext/node): add APIs perf_hook.performance (#21192)Bartek Iwańczuk
2023-11-14fix(ext/web): webstorage has trap for symbol (#21090)Kenta Moriuchi
2023-11-13Revert "fix(ext/console): fix inspecting iterators error. (#20720)" (#21191)Bartek Iwańczuk
2023-11-13refactor(ext/http): Use HttpRecord as response body to track until body compl...Laurence Rowe
2023-11-13fix(ext/console): fix inspecting iterators error. (#20720)Chen Su
2023-11-13perf(ext/http): Object pooling for HttpRecord and HeaderMap (#20809)Laurence Rowe
2023-11-13refactor(ext/http): refer to HttpRecord directly using v8::External (#20770)Laurence Rowe
2023-11-13perf: lazy bootstrap options - first pass (#21164)Divy Srivastava
2023-11-13feat(ext/web): add `AbortSignal.any()` (#21087)Kenta Moriuchi
2023-11-12fix(ext/web): Prevent TextDecoderStream resource leak on stream cancellation ...Florian Schwalm
2023-11-11perf: snapshot runtime ops (#21127)Divy Srivastava
2023-11-11chore(ext/node): use libz-sys w/`zlib-ng` feature in node (#21158)Matt Mastracci
2023-11-11fix(node/http): export globalAgent (#21081)Jacob Hummer
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-11-10chore: use pure rust secp256k1 crate (#21154)Divy Srivastava
2023-11-10chore: forward v1.38.1 release commit to main (#21144)denobot
2023-11-10fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)Bartek Iwańczuk
2023-11-09perf: remove knowledge of promise IDs from deno (#21132)Matt Mastracci
2023-11-09fix(node): implement createPrivateKey (#20981)Divy Srivastava
2023-11-09chore(ext/crypto): bump signature to 2.1 (#21125)Divy Srivastava
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