summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-12-23chore(ext/node): use BufView natively in http2 (#21688)Matt Mastracci
2023-12-23feat(unstable): only allow http2 for kv remote backend (#21616)Heyang Zhou
2023-12-22chore: update ext/http to hyper 1.0.1 and http 1.0 (#21588)Bartek Iwańczuk
2023-12-22fix(unstable): kv watch should stop when db is closed (#21665)Heyang Zhou
2023-12-21chore: forward v1.39.1 commit to main (#21667) (#21671)Bartek Iwańczuk
2023-12-20fix(node): child_process kill cancel pending IPC reads (#21647)Divy Srivastava
2023-12-20fix(node): add crypto.pseudoRandomBytes (#21649)Divy Srivastava
2023-12-19fix(node): child_process IPC on Windows (#21597)Divy Srivastava
2023-12-19fix(console): inspect for `{Set,Map}Iterator` and `Weak{Set,Map}` (#21554)Kenta Moriuchi
2023-12-15refactor: setup child process pipe in Rust (#21579)Divy Srivastava
2023-12-15fix(net): remove unstable check for unix socket listen (#21592)Divy Srivastava
2023-12-14refactor(ext/http): fork fly_accept_encodings crate (#21586)Bartek Iwańczuk
2023-12-14fix(node): support resolving a package.json import to a builtin node module (...David Sherret
2023-12-14chore(node): remove process.on("disconnect") not implemented warning (#21569)Divy Srivastava
2023-12-14fix(node): return false from vm.isContext (#21568)Divy Srivastava
2023-12-131.39.0 (#21560)denobot
2023-12-13fix(zlib): handle no flush flag in handle_.write (#21432)Divy Srivastava
2023-12-14feat(unstable): append commit versionstamp to key (#21556)Heyang Zhou
2023-12-13fix(websockets): server socket field initialization (#21433)Divy Srivastava
2023-12-13fix: implement child_process IPC (#21490)Divy Srivastava
2023-12-12feat(ext/kv) add backoffSchedule to enqueue (#21474)Igor Zinkovsky
2023-12-12perf(ext/ffi): switch from middleware to tasks (#21239)Matt Mastracci
2023-12-11perf(ext/napi): port NAPI to v8 tasks (#21406)Matt Mastracci
2023-12-11fix: allow reserved word 'mod' in exports (#21537)Ryan Dahl
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-11fix(ext/websocket): don't panic on bad resource id (#21431)Divy Srivastava
2023-12-11fix(ext/node): ServerResponse getHeader() return undefined (#21525)Divy Srivastava
2023-12-11fix(ext/node): stub ServerResponse#flushHeaders (#21526)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-08perf(ext/url): improve URLPattern perf (#21488)Luca Casonato
2023-12-08fix(ext/node): use primordials in ext/node/polyfills/_util (#21444)Kenta Moriuchi
2023-12-08fix(ext/node): allow null value for req.setHeader (#21391)Yoshiya Hinosawa
2023-12-08fix(node/tls): fix NotValidForName for host set via socket / servername (#21441)Max Goodhart
2023-12-07fix(ext/node): include non-enumerable keys in `Reflect.ownKeys(globalThis)` (...ud2
2023-12-07refactor: pull 'core', 'internals', 'primordials' from ES module (#21462)Bartek Iwańczuk
2023-12-06chore: bump deno_core and update tests (#21467)Matt Mastracci
2023-12-06feat: stabilize Deno.HttpServer.shutdown and Unix socket support (#21463)Bartek Iwańczuk
2023-12-06feat(ext/web): add ImageData Web API (#21183)Jamie
2023-12-06feat(ext/fetch): allow `Deno.HttpClient` to be declared with `using` (#21453)Yusuke Tanaka
2023-12-06chore: forward v1.38.5 release commit to main (#21472)Bartek Iwańczuk
2023-12-05fix(ext/kv): throw error if already closed (#21459)Raashid Anwar
2023-12-05feat(unstable): kv.watch() (#21147)Luca Casonato
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-03fix(ext/node): sign with PEM private keys (#21287)Divy Srivastava
2023-12-02fix(node): setting process.exitCode should change exit code of process (#21429)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01refactor: use resourceForReadableStream for fetch (#20217)Matt Mastracci
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-11-30chore: forward v1.38.4 release commit to main (#21400)Bartek Iwańczuk
2023-11-30feat(cron): added the support for json type schedule to cron api (#21340)Raashid Anwar