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-10-17
refactor(ext/net): use concrete error type (#26227)
Leo Kettmeir
2024-10-12
refactor(ext/tls): use concrete error types (#26174)
Leo Kettmeir
2024-09-27
BREAKING(ext/net): improved error code accuracy (#25383)
Luca Casonato
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-08-14
feat(serve): Opt-in parallelism for `deno serve` (#24920)
Nathan Whitaker
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-21
fix: upgrade deno_core to 0.291.0 (#24297)
Divy Srivastava
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-04-18
feat(ext/net): extract TLS key and certificate from interfaces (#23327)
Bartek Iwańczuk
2024-04-08
feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)
Matt Mastracci
2024-04-08
refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)
Matt Mastracci
2024-03-11
chore: enable clippy unused_async rule (#22834)
David Sherret
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
[next]