summaryrefslogtreecommitdiff
path: root/runtime/snapshot.rs
AgeCommit message (Expand)Author
2024-11-18feat(ext/http): Make http server parameters configurable (#26785)Yusuke Tanaka
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat: OpenTelemetry Tracing API and Exporting (#26710)snek
2024-11-06fix(ext/node): better inspector support (#26471)snek
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-10-04refactor: improve node permission checks (#26028)David Sherret
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-27fix(node): Pass NPM_PROCESS_STATE to subprocesses via temp file instead of en...Nathan Whitaker
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-08-27feat(ext/kv): configurable limit params (#25174)Yusuke Tanaka
2024-08-06feat: vm rewrite (#24596)snek
2024-07-25refactor: decouple node resolution from deno_core (#24724)David Sherret
2024-06-12fix(ext/node): fix vm memory usage and context initialization (#23976)Divy Srivastava
2024-06-06refactor: remove `PermissionsContainer` in deno_runtime (#24119)David Sherret
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-05-01feat(runtime): allow adding custom extensions to snapshot (#23569)Mathias Lafeldt
2024-04-19feat(runtime): Allow embedders to perform additional access checks on file op...Matt Mastracci
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-03-05chore: upgrade deno_core (#22699)Bartek Iwańczuk
2024-02-27chore: bump deno_core (#22596)Matt Mastracci
2024-02-17chore: bump deno_core (#22443)Matt Mastracci
2024-02-13chore: deno_core bump (#22407)Matt Mastracci
2024-02-06refactor: don't expose worker ops to user code (#22276)Bartek Iwańczuk
2024-01-22feat(web): ImageBitmap (#21898)Leo Kettmeir
2024-01-05fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-11fix(ext/node): basic vm.runInNewContext implementation (#21527)Divy Srivastava
2023-12-09feat: bring back WebGPU (#20812)Leo Kettmeir
2023-12-04perf(node/fs): faster `existsSync` when not exists (#21458)David Sherret
2023-12-02refactor: snapshotting of runtime/ and cli/ (#21430)Bartek Iwańczuk
2023-11-15perf: static bootstrap options in snapshot (#21213)Divy Srivastava
2023-11-14refactor: snapshot module for deno_runtime (#21162)Divy Srivastava