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
/
permissions
Age
Commit message (
Expand
)
Author
2024-05-10
chore: forward v1.43.3 release commit to main (#23771)
denobot
2024-05-10
fix(runtime): Allow opening /dev/fd/XXX for unix (#23743)
Matt Mastracci
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-05-09
chore: forward v1.43.2 release commit to main (#23749)
denobot
2024-05-08
fix(runtime): allow nul device on windows (#23741)
Matt Mastracci
2024-05-07
fix(runtime): allow r/w access to /etc without --allow-all (#23718)
Luca Casonato
2024-05-01
1.43.0 (#23629)
denobot
2024-04-25
1.43.0 (#23549)
denobot
2024-04-19
feat(runtime): Allow embedders to perform additional access checks on file op...
Matt Mastracci
2024-04-16
chore: forward v1.42.4 commit to `main` (#23394)
Bartek Iwańczuk
2024-04-12
chore: forward v1.42.3 release commit to main (#23335)
denobot
2024-04-11
chore: forward v1.42.2 release commit to main (#23315)
denobot
2024-04-04
fix(runtime): fix Windows permission prompt (#23212)
Matt Mastracci
2024-04-02
fix(cli): Enforce a human delay in prompt to fix paste problem (#23184)
Matt Mastracci
2024-04-01
chore: forward v1.42.1 release commit to main (#23162)
denobot
2024-03-28
1.42.0 (#23105)
denobot
2024-03-26
fix(runtime): use FQDN in NetDescriptor (#23084)
Nayeem Rahman
2024-03-14
chore: Forward 1.41.3 release commit (#22930)
Nathan Whitaker
2024-03-13
perf(permissions): Fast exit from checks when permission is in "fully-granted...
Matt Mastracci
2024-03-13
chore(permissions): add allow_all flag (#22890)
Matt Mastracci
2024-03-12
fix(runtime): negate partial condition for deny flags (#22866)
Nayeem Rahman
2024-03-12
refactor: add `deno_permissions` crate (#22236)
Divy Srivastava
2024-02-19
feat(core): highlight unprintable chars in permission prompts (#22468)
Matt Mastracci
2024-02-07
refactor: extract out `runtime::colors` to `deno_terminal::colors` (#22324)
David Sherret
2024-02-07
fix: enable "--allow-sys=cpus" for "deno run" (#22260)
restlessronin
2024-01-05
fix(ext/node): add fs.cp, fs.cpSync, promises.cp (#21745)
Divy Srivastava
2024-01-04
fix(cli): harden permission stdio check (#21778)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-04
perf(node/fs): faster `existsSync` when not exists (#21458)
David Sherret
2023-12-01
fix(perm): allow-net with port 80 (#21221)
Ian Bull
2023-12-01
fix(permissions): fix panics when revoking net permission (#21388)
liruifengv
2023-10-09
refactor: remove TimersPermissions::check_unstable (#20831)
Bartek Iwańczuk
2023-08-30
fix(runtime/permissions): Resolve executable specifiers in allowlists and que...
Nayeem Rahman
2023-08-25
chore(cli): remove atty crate (#20275)
Matt Mastracci
2023-08-22
feat(ext/kv): connect to remote database (#20178)
Heyang Zhou
2023-08-03
feat(permissions): add "--deny-*" flags (#19070)
Asher Gomez
2023-07-31
feat(node/os): implement getPriority, setPriority & userInfo (#19370)
Leo Kettmeir
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-09
chore: fix flaky stdio_streams_are_locked_in_permission_prompt (#19443)
David Sherret
2023-06-06
chore: upgrade to Rust 1.70.0 (#19345)
David Sherret
2023-05-27
refactor(node/http): don't use readablestream for writing to request (#19282)
Leo Kettmeir
2023-04-24
refactor(ext/node): enforce interior mutable for `NodePermissions` to remove ...
David Sherret
2023-04-12
refactor(ext/fs): abstract FS via FileSystem trait (#18599)
Luca Casonato
2023-04-03
refactor: remove "ext/flash" (#18578)
Bartek Iwańczuk
2023-03-28
chore: restore pty tests and make them run on the Linux CI (#18424)
David Sherret
2023-03-22
feat(ext/kv): key-value store (#18232)
Heyang Zhou
2023-03-15
refactor: remove usages of `map_or` / `map_or_else` (#18212)
David Sherret
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-03-10
fix(prompt): better output with control chars (#18108)
Bartek Iwańczuk
2023-03-09
chore: update Rust to 1.68.0 (#18102)
Bartek Iwańczuk
[next]