1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-29 17:24:58 +02:00
Commit Graph

30 Commits

Author SHA1 Message Date
941f67dec9 s/e/err 2022-01-28 22:10:06 +00:00
3e624b8376 Made new constructor for the Connection type public (#439) 2022-01-28 22:09:54 +00:00
26446fdbad Replace derive_more with declarative macros (#438)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-01-28 22:09:33 +00:00
9ec3cc0fe7 Replace str_split_once to lower actix-tls msrv to 1.50.0 and bump actix-net to 1.50.0 (#434) 2022-01-10 17:00:04 +00:00
eb490a9125 re-export openssl connector builder (#429) 2021-12-10 23:11:24 +00:00
183bcf6ae3 prepare actix-tls release 3.0.0-rc.1 (#423) 2021-11-30 12:34:46 +00:00
5dc2bfcb01 actix-tls release candidate prep (#422) 2021-11-29 23:53:06 +00:00
de5908bfe7 tls doc updates 2021-11-28 00:56:15 +00:00
67b357a175 add TlsError::into_service_error (#420) 2021-11-22 13:33:20 +00:00
0b0cbd5388 actix-tls: allow getting uri from Connect (#415)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-11-15 10:39:42 +00:00
70ea5322ab prepare actix-tls 3.0.0-beta.7 release (#401) 2021-10-20 17:12:11 +01:00
669e868370 Use tokio-rustls 0.23 (#396)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-10-19 16:48:23 +01:00
98c37fe47d clippy 2021-09-01 20:59:54 +01:00
7749dfe46a address msrv todo in router 2021-04-16 02:06:11 +01:00
4544562e1b Remove unused TcpConnectService (#299) 2021-03-27 21:03:24 +00:00
bb27bac216 Add native tls support for actix_tls::connect module (#295)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-27 00:20:17 +00:00
12d3942b98 Remove unused types in actix-tls. Add ActixStream impl for Box<dyn Ac… (#297) 2021-03-26 13:03:03 +00:00
a3c9ebc7fa fix rustls panic when generating dns name from ip (#296)
* fix rustls panic when generating dns name from ip

* Update rustls.rs

* update changelog

Co-authored-by: Rob Ede <robjtede@icloud.com>
2021-03-24 09:32:04 -07:00
a6e79453d0 remove default reuse_addr 2021-02-24 02:26:11 +08:00
c3be839a69 add local_addr binding to connector service 2021-02-24 01:13:17 +08:00
a77b70aed2 prepare service 2.0.0-beta.4 release (#269) 2021-02-04 20:44:13 +00:00
c918da906b use reexported tls crates when possible 2021-02-04 15:23:06 +00:00
b5399c5631 use reusable box future in tls connector 2021-02-04 15:23:06 +00:00
feac376c17 fix actix-tls build (#252) 2021-01-28 10:31:57 +00:00
a633d2353c fix addr iterator 2021-01-27 11:23:28 +00:00
eaefe21b98 add tests for custom resolver 2021-01-26 08:05:19 +00:00
636cef8868 service trait takes shared self reference (#247) 2021-01-23 03:06:22 +00:00
874e5f2e50 change default name resolver and allow custom resolvers (#248) 2021-01-23 01:33:50 +00:00
03eb96d6d4 fix actix-tls tests (#241) 2020-12-29 11:36:17 +00:00
5759c9e144 merge -connect and -tls and upgrade to rt v2 (#238) 2020-12-29 00:38:41 +00:00