summaryrefslogtreecommitdiff
path: root/runtime/ops/permissions.rs
AgeCommit message (Expand)Author
2024-11-04refactor(runtime/permissions): use concrete error types (#26464)Leo Kettmeir
2024-09-30refactor: bury descriptor parsing in PermissionsContainer (#25936)David Sherret
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-06refactor(permissions): remove FromStr implementations, add ::parse methods (#...Bartek Iwańczuk
2024-09-03BREAKING(permissions): remove --allow-hrtime (#25367)Luca Casonato
2024-07-05fix(permissions): handle ipv6 addresses correctly (#24397)Luca Casonato
2024-03-12refactor: add `deno_permissions` crate (#22236)Divy Srivastava
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-09-12refactor: rewrite runtime/ ops to op2 (#20459)Bartek Iwańczuk
2023-08-03feat(permissions): add "--deny-*" flags (#19070)Asher Gomez
2023-06-03refactor(core): remove force_op_registration and cleanup JsRuntimeForSnapshot...Nayeem Rahman
2023-03-18Reland "perf(core): preserve ops between snapshots (#18080)" (#18272)Bartek Iwańczuk
2023-03-18Revert "perf(core): preserve ops between snapshots (#18080)" (#18267)Bartek Iwańczuk
2023-03-18perf(core): preserve ops between snapshots (#18080)Bartek Iwańczuk
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-07refactor(permissions): add PermissionsContainer struct for internal mutabilit...Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-09-29refactor(cli): use shared sys kind parser in flags.rs (#16087)Yoshiya Hinosawa
2022-09-28feat: add --allow-sys permission flag (#16028)Yoshiya Hinosawa
2022-03-14feat(ops): custom arity (#13949)Aaron O'Mullan
2022-03-14feat(core): codegen ops (#13861)Divy Srivastava
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-04chore: upgrade to Rust 1.57.0 (#12968)Bartek Iwańczuk
2021-10-13fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)Nayeem Rahman
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-05-08cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)Aaron O'Mullan
2021-05-02refactor(runtime): use Extensions (#10461)Aaron O'Mullan
2021-04-13feat(permissions): allow env permission to take values (#9825)crowlKats
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-10feat(permissions): allow run permission to take values (#9833)crowlKats
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-04-02refactor(ops): remove variadic buffers (#9944)Aaron O'Mullan
2021-03-18move runtime ops to serde ops (#9828)crowlKats
2021-03-17refactor: clean up permission handling (#9367)crowlKats
2021-01-10update copyright to 2021 (#9081)Ryan Dahl
2020-12-30BREAKING(unstable): Use hosts for net allowlists (#8845)Nayeem Rahman
2020-12-13refactor: deno_runtime crate (#8640)Bartek Iwańczuk