summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2023-03-24fix(ext/node): make cipher/decipher transform stream (#18408)Yoshiya Hinosawa
2023-03-24fix(ext/kv): add missing `getMany` method (#18410)Heyang Zhou
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-23fix(core): panic at build time if extension code contains anything other than...Matt Mastracci
2023-03-23chore: forward v1.32.1 release commit to main (#18399)denobot
2023-03-23fix(inspect): ensure non-compact output when object literal has newline in en...David Sherret
2023-03-23refactor(ext/node): Use Deno.inspect (#17960)Ryan Dahl
2023-03-22chore: update ext/ code to only use ASCII (#18371)Matt Mastracci
2023-03-23chore(ext/kv): create basic README.md (#18370)Matt Mastracci
2023-03-221.32.0 (#18367)denobot
2023-03-22fix(ext/kv): reverse mapping between `AnyValue::Bool` and `KeyPart::Bool` (#1...Heyang Zhou
2023-03-22Revert "refactor: rename Deno.openKv() to Deno.kv() (#18349)" (#18362)Ryan Dahl
2023-03-22refactor: rename Deno.openKv() to Deno.kv() (#18349)Ryan Dahl
2023-03-22fix(ext/kv): don't request permissions for ":memory:" (#18346)Nayeem Rahman
2023-03-22feat(ext/kv): key-value store (#18232)Heyang Zhou
2023-03-21perf(core) Reduce script name and script code copies (#18298)Matt Mastracci
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-21chore(ext/console): inspect anonymous function as `[Function (anonymous)]` (#...Yoshiya Hinosawa
2023-03-20feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)Sam Gwilym
2023-03-20refactor(ext/node): untangle dependencies between js files (#18284)Bartek Iwańczuk
2023-03-20fix(ext/node): use Deno.Command from `ext:runtime` (#18289)Geert-Jan Zwiers
2023-03-20refactor(ext/node): make initialization functions sync (#18282)Bartek Iwańczuk
2023-03-19chore: bump http to ^0.29.0 (#18259)Max
2023-03-19fix(runtime): Extract error code for all OS error variants (#17958)Kamil Ogórek
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18271)Bartek Iwańczuk
2023-03-18Revert "perf(core): use static specifier in ExtensionFileSource (#182… (#18...Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): use static specifier in ExtensionFileSource (#18264)Divy Srivastava
2023-03-18fix(ext/node): add createDecipheriv (#18245)Yoshiya Hinosawa
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-17chore: add tests for node:async_hooks (#18004)Bartek Iwańczuk
2023-03-17chore(ext/console): add 'quotes' internal option to Deno.inspect (#18183)Yoshiya Hinosawa
2023-03-17BREAKING(unstable): remove WebGPU (#18094)Leo Kettmeir
2023-03-17BREAKING(ext/fs): FileInfo.dev is defined on Windows (#18237)Bartek Iwańczuk
2023-03-16chore: bump rusty_v8 to 0.65.0 (#18231)Divy Srivastava
2023-03-16fix(ext/node): resource leak in createHmac (#18229)Divy Srivastava
2023-03-16chore: forward v1.31.3 release commit to main (#18222)denobot
2023-03-16fix(ext/node): implement "ascii" encoding for node:fs writeFile() (#18097)Farsen976
2023-03-16feat(fs): support FileInfo.dev on Windows (#18073)Bartek Iwańczuk
2023-03-15fix(ext/http): abort request signal when response errors (#17822)Timo Wilhelm
2023-03-15refactor: remove usages of `map_or` / `map_or_else` (#18212)David Sherret
2023-03-14refactor: deno_core not using std::env::current_dir (#18173)Bartek Iwańczuk
2023-03-14feat(ext/url): URLSearchParams.size (#17884)Lino Le Van
2023-03-14fix(ext/web): Stop using `globalThis.ReadableStream` in `Blob` (#18187)Kenta Moriuchi
2023-03-14fix(ext/node): add crypto.createCipheriv (#18091)Yoshiya Hinosawa
2023-03-13fix(ext/fs): retry if file already exists in makeTempFile (#17787)ud2
2023-03-13refactor(core): pass cwd explicitly to resolve_path (#18092)Bartek Iwańczuk