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