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
/
cli
/
permissions.rs
Age
Commit message (
Expand
)
Author
2020-03-10
Add global "quiet" flag (#4135)
Florian Häglsperger
2020-02-26
DenoFlags -> Flags (#4136)
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4116)
João Souto
2020-02-24
Revert "Remove ansi_term dependency"
Ryan Dahl
2020-02-24
Remove ansi_term dependency (#4106)
João Souto
2020-02-24
fix: add mutex guard for permission_prompt tests (#4105)
Yoshiya Hinosawa
2020-02-23
refactor: use OpError instead of ErrBox for errors in ops (#4058)
Bartek Iwańczuk
2020-02-23
fetch: proper error for unsupported protocol (#4085)
Kevin (Kun) "Kassimo" Qian
2020-02-11
refactor: Use PathBuf for paths in flag parsing and whitelists (#3955)
Nayeem Rahman
2020-01-27
dx: descriptive permission errors (#3808)
Bartek Iwańczuk
2020-01-20
refactor: reduce number of ErrorKind variants (#3662)
Bartek Iwańczuk
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-05
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)
Ry Dahl
2020-01-02
Happy new year! (#3578)
Ry Dahl
2019-12-23
Upgrades rust to 1.40.0 (#3542)
Axetroy
2019-12-05
feat: first pass at native plugins (#3372)
Andy Finch
2019-12-03
fix some typos in permissions (#3436)
Andy Finch
2019-11-24
refactor: Elevate DenoPermissions lock to top level (#3398)
Kevin (Kun) "Kassimo" Qian
2019-11-11
Add permissions.request (#3296)
Yoshiya Hinosawa
2019-11-04
Refactor Worker and ThreadSafeState (#3242)
Bartek Iwańczuk
2019-10-27
Use web standard Permissions API (#3200)
Yoshiya Hinosawa
2019-10-23
refactor DenoPermissions.check_net & resolve_addr (#3182)
EnokMan
2019-10-22
remove --no-prompt flag, fail on missing permissions (#3183)
Yoshiya Hinosawa
2019-08-13
Dynamic import should respect permissions (#2764)
Ryan Dahl
2019-07-31
Use system rustfmt instead of fixed binary (#2701)
Ryan Dahl
2019-07-11
Refactor error to use dynamic dispatch and traits
Bert Belder
2019-06-25
Port code from Cargo and use for progress
Ryan Dahl
2019-06-25
simplify check_net test
Ryan Dahl
2019-06-22
feat: log permission access (#2518)
Bartek Iwańczuk
2019-06-19
Combine CLI Errors (#2487)
Kitson Kelly
2019-05-23
Rename --allow-high-precision to --allow-hrtime (#2398)
Ryan Dahl
2019-05-11
Add progress bar (#2309)
Ryan Dahl
2019-05-08
First pass at permissions whitelist (#2129)
andy finch
2019-04-09
Silence clippy warnings and format source code
Bert Belder
2019-04-08
Allow high precision performance.now() (#1977)
Vincent LE GOFF
2019-03-20
Fix clippy errors and upgrade Rust to 1.33.0 in CI (#1945)
Ryan Dahl
2019-03-19
Rename //src/ to //cli/ (#1962)
Ryan Dahl