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
/
ops
/
worker_host.rs
Age
Commit message (
Expand
)
Author
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-10-22
refactor(runtime/ops): use concrete error types (#26409)
Leo Kettmeir
2024-10-17
refactor(ext/web): use concrete error types (#26185)
Leo Kettmeir
2024-10-14
refactor(ext/webstorage): use concrete error types (#26173)
Leo Kettmeir
2024-09-30
refactor: bury descriptor parsing in PermissionsContainer (#25936)
David Sherret
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-03-16
fix(ext/node): support MessagePort in `WorkerOptions.workerData` (#22950)
Bartek Iwańczuk
2024-03-13
fix(ext/node): make worker ids sequential (#22884)
Satya Rohith
2024-03-13
fix(ext/node): allow automatic worker_thread termination (#22647)
Satya Rohith
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava
2024-03-11
fix(ext/node): make worker setup synchronous (#22815)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-01
feat: granular --unstable-* flags (#20968)
Bartek Iwańczuk
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-09-26
perf(test): use core.currentUserCallSite (#20669)
Luca Casonato
2023-09-14
refactor: rewrite more ops to op2 macro (#20478)
Bartek Iwańczuk
2023-08-16
feat(ext/node): eagerly bootstrap node (#20153)
Matt Mastracci
2023-06-03
refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...
Nayeem Rahman
2023-03-18
Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)
Bartek Iwańczuk
2023-03-18
Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)
Bartek Iwańczuk
2023-03-18
perf(core): preserve ops between snapshots (#18080)
Bartek Iwańczuk
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-07
refactor(permissions): add PermissionsContainer struct for internal mutabilit...
Bartek Iwańczuk
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-08-16
feat(runtime): add pre_execute_module_cb (#15485)
David Sherret
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-05-17
BREAKING(unstable): Enable Deno namespace in workers by default (#14581)
Nayeem Rahman
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-04-27
fix(workers): Make `worker.terminate()` not block the current thread (#13941)
Andreu Botella
2022-04-27
refactor: Remove PrettyJsError and js_error_create_fn (#14378)
Nayeem Rahman
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-02-11
compat: support --compat in web workers (#13629)
Bartek Iwańczuk
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-22
fix(workers): Don't panic when a worker's parent thread stops running (#12156)
Andreu Botella
2021-09-06
Don't drop messages from workers that have already been closed (#11913)
Andreu Botella
2021-08-16
feat(runtime): support classic workers for internal testing (#11338)
Andreu Botella
2021-08-06
feat: ffi to replace plugins (#11152)
Elias Sjögreen
2021-07-17
fix(workers): silently ignore non-existent worker IDs (#11417)
Andreu Botella
2021-06-22
feat: transfer MessagePort between workers (#11076)
Luca Casonato
[next]