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
/
ops
/
os.rs
Age
Commit message (
Expand
)
Author
2022-09-28
feat: Stabilize Deno.hostname() API (#15932)
Bartek Iwańczuk
2022-09-28
feat: add --allow-sys permission flag (#16028)
Yoshiya Hinosawa
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-09-21
fix(runtime): better error message with Deno.env.get/set (#15966)
Yoshiya Hinosawa
2022-09-14
fix(ops): add node.js env variable allowlist (#15893)
Colin Ihrig
2022-07-26
chore(ops): Remove unused arguments from ops (#15315)
Aapo Alasuutari
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-06-13
Deno.exit() is an alias to self.close() in worker contexts (#14826)
Bartek Iwańczuk
2022-06-08
refactor: ensure exit code reference is passed to all workers (#14814)
Bartek Iwańczuk
2022-05-31
feat(unstable): add Deno.getGid (#14528)
James Bradlee
2022-05-13
chore(runtime): Make some ops in ext and runtime infallible. (#14589)
Andreu Botella
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-01-31
feat(unstable): add Deno.getUid (#13496)
Yoshiya Hinosawa
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-23
feat(runtime): add op_network_interfaces (#12964)
Ben Noordhuis
2021-12-11
fix: op_set_exit_code (#13034)
Bartek Iwańczuk
2021-11-28
feat(runtime): add op_set_exit_code (#12911)
Ben Noordhuis
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-07-29
feat(runtime): implement navigator.hardwareConcurrency (#11448)
Divy Srivastava
2021-05-08
cleanup(ops): remove unused ZeroCopyBuf arg-types (#10530)
Aaron O'Mullan
2021-05-02
refactor(runtime): use Extensions (#10461)
Aaron O'Mullan
2021-04-13
feat(permissions): allow env permission to take values (#9825)
crowlKats
2021-04-12
refactor(deno): remove concept of bin & json ops (#10145)
Aaron O'Mullan
2021-04-12
feat(runtime/permissions): prompt fallback (#9376)
crowlKats
2021-04-06
refactor: rewrite "net" ops to use serde_v8 (#10028)
Aaron O'Mullan
2021-04-05
refactor: convert ops to use serde_v8 (#10009)
Aaron O'Mullan
2021-04-02
refactor(ops): remove variadic buffers (#9944)
Aaron O'Mullan
2021-03-18
move runtime ops to serde ops (#9828)
crowlKats
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-02-23
fix: panic caused by Deno.env.set("", "") (#9583)
Kohei Ueno
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk