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
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
2021-06-15
Remove various unnecessary allow(clippy) declarations (#10971)
Ryan Dahl
2021-05-11
feat(runtime/worker): Structured cloning worker message passing (#9323)
Tim Ramlot
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-06
refactor(ops): replace `ZeroCopyBuf` arg by 2nd generic deserializable arg (#...
Aaron O'Mullan
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-04-25
feat(cli): add test permissions to Deno.test (#10188)
Casper Beyer
2021-04-13
feat(permissions): allow env permission to take values (#9825)
crowlKats
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-10
feat(permissions): allow run permission to take values (#9833)
crowlKats
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-31
refactor: new optimized op-layer using serde_v8 (#9843)
Aaron O'Mullan
2021-03-26
remove macro_use (#9884)
Ryan Dahl
2021-03-21
refactor(runtime/permissions): Rename permission structs (#9841)
Nayeem Rahman
2021-03-19
refactor(runtime/ops/worker_host): simplify worker perms handling (#9835)
crowlKats
2021-03-18
move runtime ops to serde ops (#9828)
crowlKats
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-02-17
Make ModuleSpecifier a type alias, not wrapper struct (#9531)
Ryan Dahl
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2021-01-06
feat: Add configurable permissions for Workers (#8215)
Steven Guerrero
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk