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
/
ext
/
net
/
ops_tls.rs
Age
Commit message (
Expand
)
Author
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-26
feat(ext/net): reusePort for TCP on Linux (#16398)
Luca Casonato
2022-10-25
Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...
Bartek Iwańczuk
2022-10-25
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Bartek Iwańczuk
2022-10-24
refactor(ext/net): clean up variadic network ops (#16392)
Luca Casonato
2022-10-18
fix(ext/net): return an error from `startTls` and `serveHttp` if the original...
Yusuke Tanaka
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-06-26
build: require safety comments on unsafe code (#13870)
Luca Casonato
2022-05-10
fix: finish TLS handshake before shutting down (#14547)
Colin Ihrig
2022-04-22
Reland "perf(http): optimize ReadableStreams backed by a resource" (#14346)
Divy Srivastava
2022-04-21
Revert various PRs related to "ext/http" (#14339)
Bartek Iwańczuk
2022-04-20
core: introduce `resource.read_return` (#14331)
Divy Srivastava
2022-04-02
experiment(serde_v8): derive_more enabled opaque wrappers (#14096)
Aaron O'Mullan
2022-03-16
feat(unstable): Add Deno.upgradeHttp API (#13618)
Bert Belder
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-05
feat(ext/net): Use socket2 crate to create TcpListener (#13808)
Gianluca Oldani
2022-02-24
feat(ext/net): support cert, key options in listenTls (#13740)
Yoshiya Hinosawa
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-07
chore: upgrade to rustls 0.20 (#12488)
Ryan Dahl
2021-12-04
chore: upgrade to Rust 1.57.0 (#12968)
Bartek Iwańczuk
2021-12-01
refactor: cli doesn't need to depend on deno_tls (#12952)
Ryan Dahl
2021-11-26
feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)
Yury Selivanov
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-11-09
fix(ext/net): expose all tls ops (#12699)
Luca Casonato
2021-10-30
cleanup(ext/net): consistent op names (#12607)
Aaron O'Mullan
2021-10-29
feat: stabilize Deno.startTls (#12581)
Luca Casonato
2021-10-20
fix(ext/net): fix TLS bugs and add 'op_tls_handshake' (#12501)
Bert Belder
2021-09-30
feat(tls): custom in memory CA certificates (#12219)
Luca Casonato
2021-09-22
chore(ext/net): improve embedder friendliness (#12178)
Ben Noordhuis
2021-09-20
refactor(ext/net): make op_connect & op_connect_tls public (#12150)
Satya Rohith
2021-08-25
feat(fetch): mTLS client certificates for fetch() (#11721)
Sean Michael Wykes
2021-08-15
refactor(ops): return BadResource errors in ResourceTable calls (#11710)
Aaron O'Mullan
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl