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
Age
Commit message (
Expand
)
Author
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-15
core(runtime): fix copyright in date (#9116)
Liam Murphy
2021-01-15
refactor(op_crates/crypto): Prefix ops with "op_crypto_" (#9067)
Yacine Hmito
2021-01-14
refactor: make Process#kill() throw sensible errors on Windows (#9111)
Bert Belder
2021-01-12
feat(runtime/tls): add global tls session cache (#8877)
Ben Noordhuis
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
2021-01-10
feat(fetch): req streaming + 0-copy resp streaming (#9036)
Luca Casonato
2021-01-08
fix(runtime): use tokio for async fs ops (#9042)
Casper Beyer
2021-01-06
feat: Add configurable permissions for Workers (#8215)
Steven Guerrero
2021-01-06
refactor: move WebSocket API to an op_crate (#9026)
Luca Casonato
2021-01-05
fix(runtime/websocket): respond to ping with pong (#8974)
crowlKats
2021-01-05
feat(cli/standalone): support runtime flags for deno compile (#8738)
Nayeem Rahman
2021-01-02
upgrade: Rust 1.49.0 (#8955)
Bartek Iwańczuk
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-18
fix(runtime/websocket): remove eprintln (#8817)
crowlKats
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