Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-19 | Rename //src/ to //cli/ (#1962) | Ryan Dahl | |
To better distinguish the deno_core crate from the executable deno, which will now be called "the cli" internally. | |||
2019-03-18 | More permissions prompt options (#1926) | andy finch | |
2019-03-13 | --no-prompt flag for non-interactive environments (#1913) | andy finch | |
2019-03-04 | Allow inspection and revocation of permissions (#1875) | Simon Menke | |
2019-03-01 | Permissions refactor (#1864) | andy finch | |
Refactored permissions to be assignable on a per-isolate basis, and added a fix for #1858 to op_fetch_module_meta_data. | |||
2019-02-09 | Fix read permission message | J2P | |
2019-02-08 | Add --allow-read (#1689) | Dmitry Sharshakov | |
Co-authored-by: Greg Altman <g.s.altman@gmail.com> | |||
2019-02-07 | Add emojis to permission prompts (#1684) | Dmitry Sharshakov | |
2019-01-21 | chore: update license lines (#1557) | Yoshiya Hinosawa | |
2019-01-14 | Update to rust 2018 edition | Andy Hayden | |
2018-11-29 | Replace mutex by atomics (#1238) | F001 | |
2018-11-16 | First pass at running subprocesses (#1156) | Bert Belder | |
2018-11-06 | Fix many of the clippy::pedantic warnings | Andy Hayden | |
2018-11-04 | Fix clippy warnings (#1149) | Andy Hayden | |
Run with: cargo clippy https://github.com/rust-lang-nursery/rust-clippy | |||
2018-10-27 | Ergonomics: Prompt TTY for permission escalation (#1081) | Ryan Dahl | |