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
/
net.rs
Age
Commit message (
Expand
)
Author
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-08
feat: native HTTP bindings (#9935)
Bartek Iwańczuk
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-26
remove macro_use (#9884)
Ryan Dahl
2021-03-25
upgrade: Rust 1.51.0 (#9895)
Yusuke Tanaka
2021-03-19
chores: enforce type ResourceId across codebase (#9837)
Divy Srivastava
2021-03-18
normalize rids (#9832)
crowlKats
2021-03-18
move runtime ops to serde ops (#9828)
crowlKats
2021-03-17
refactor: clean up permission handling (#9367)
crowlKats
2021-01-29
refactor: IO resource types, fix concurrent read/write and graceful close (#9...
Bert Belder
2021-01-20
fix(ops/net): fix panic in op_dns_resolve (#9187)
Yoshiya Hinosawa
2021-01-19
fix(cli): actually stabilize Deno.shutdown() (#9181)
Bert Belder
2021-01-19
feat(unstable): add Deno.resolveDns API (#8790)
Yusuke Tanaka
2021-01-12
feat: stabilize Deno.shutdown() and Conn#closeWrite()
Bartek Iwańczuk
2021-01-11
upgrade: tokio 1.0 (#8779)
Bartek Iwańczuk
2021-01-10
update copyright to 2021 (#9081)
Ryan Dahl
2020-12-30
BREAKING(unstable): Use hosts for net allowlists (#8845)
Nayeem Rahman
2020-12-29
refactor(runtime): return iterator from resolve_addr (#8891)
Yusuke Tanaka
2020-12-16
refactor: rewrite ops to use ResourceTable2 (#8512)
Bartek Iwańczuk
2020-12-15
fix: make DNS resolution async (#8743)
Yusuke Tanaka
2020-12-13
refactor: deno_runtime crate (#8640)
Bartek Iwańczuk