summaryrefslogtreecommitdiff
path: root/cli/permissions.rs
AgeCommit message (Collapse)Author
2019-10-22remove --no-prompt flag, fail on missing permissions (#3183)Yoshiya Hinosawa
2019-08-13Dynamic import should respect permissions (#2764)Ryan Dahl
2019-07-31Use system rustfmt instead of fixed binary (#2701)Ryan Dahl
2019-07-11Refactor error to use dynamic dispatch and traitsBert Belder
This is in preperation for dynamic import (#1789), which is more easily implemented when errors are dynamic.
2019-06-25Port code from Cargo and use for progressRyan Dahl
A lot of its functionality is unused still, but the goal it to slowly migrate logging functionality to it. There is also a useful progress bar which can be ported over later - it depends on this module. https://github.com/rust-lang/cargo/blob/4c1fa54d10f58d69ac9ff55be68e1b1c25ecb816/src/cargo/util/progress.rs
2019-06-25simplify check_net testRyan Dahl
2019-06-22feat: log permission access (#2518)Bartek IwaƄczuk
Replaces -D/--log-debug flag with --log-level=debug --log-level=info displays permission access
2019-06-19Combine CLI Errors (#2487)Kitson Kelly
2019-05-23Rename --allow-high-precision to --allow-hrtime (#2398)Ryan Dahl
2019-05-11Add progress bar (#2309)Ryan Dahl
2019-05-08First pass at permissions whitelist (#2129)andy finch
2019-04-09Silence clippy warnings and format source codeBert Belder
2019-04-08Allow high precision performance.now() (#1977)Vincent LE GOFF
2019-03-20Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)Ryan Dahl
2019-03-19Rename //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.