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
/
ops
/
tls.rs
Age
Commit message (
Expand
)
Author
2020-01-24
s/PinnedBuf/ZeroCopyBuf (#3782)
Ryan Dahl
2020-01-20
refactor: Improve path handling in permission checks (#3714)
Nayeem Rahman
2020-01-18
stabilize net Addr (#3709)
Bartek Iwańczuk
2020-01-18
rename dial to connect and dialTLS to connectTLS (#3710)
Bartek Iwańczuk
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-30
upgrade: Tokio 0.2 (#3418)
Bartek Iwańczuk
2019-12-02
disable eager polling for ops (#3434)
Bartek Iwańczuk
2019-11-16
Use futures 0.3 API (#3358)
Bartek Iwańczuk
2019-11-14
refactor: per-worker resource table, take 2 (#3342)
Bartek Iwańczuk
2019-11-13
Revert "refactor: per-worker resource table (#3306)"
Ryan Dahl
2019-11-13
refactor: per-worker resource table (#3306)
Bartek Iwańczuk
2019-11-07
refactor: remove cli::resources::Resource (#3285)
Bartek Iwańczuk
2019-11-07
refactor: rewrite accept resources (#3271)
Bartek Iwańczuk
2019-10-23
refactor DenoPermissions.check_net & resolve_addr (#3182)
EnokMan
2019-10-21
feat: Deno.listenTLS (#3152)
Bartek Iwańczuk
2019-10-13
fix: [tls] op_dial_tls is not registerd and broken (#3121)
Yusuke Sakurai
2019-09-23
feat: Add Deno.dialTLS()
Jonathon Orsi