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
2024-02-18
feat: `Deno.ConnectTlsOptions.{cert,key}` (#22274)
Asher Gomez
2024-01-25
Revert "chore: bump rustls-tokio-stream and rustls (#21955)" (#22097)
Bartek Iwańczuk
2024-01-16
chore: bump rustls-tokio-stream and rustls (#21955)
Matt Mastracci
2024-01-14
feat: stabilize Deno.connectTls options and Deno.TlsConn.handshake (#21889)
Bartek Iwańczuk
2024-01-10
fix: android support (#19437)
cions
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-11-15
feat(ext/net): use rustls_tokio_stream (#21205)
Matt Mastracci
2023-11-01
feat(ext/websocket): websockets over http2 (#21040)
Matt Mastracci
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-09-12
refactor: rewrite ext/net/ ops to op2 (#20471)
Bartek Iwańczuk
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-15
fix(ext/net): implement a graceful error on an invalid SSL certificate (#20157)
Evan
2023-07-06
fix: remove unstable check for Deno.listenTls#alpnProtocols (#19732)
Bartek Iwańczuk
2023-07-04
feat: stabilize 'alpnProtocols' setting (#19704)
Bartek Iwańczuk
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
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
[next]