1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-28 23:30:36 +02:00
Commit Graph

33 Commits

Author SHA1 Message Date
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
0c73f13c8b ActixStream readiness methods return Ready object (#293) 2021-03-23 05:50:48 +00: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
8d74cf387d standardize openssl based stream name 2021-02-20 18:04:05 +00:00
75d7ae3139 add actix stream trait (#276) 2021-02-20 17:25:22 +00: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
647817ef14 tokio 1.0 and mio 0.7 (#204) 2020-12-30 22:11: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
4e43216b99 standardise compiler lints across all crates (#226) 2020-12-12 23:24:00 +00:00
77b7826658 prepare tls v2 release (#186) 2020-09-08 18:00:07 +01:00
4e806b3e3f actix-tls: Minimize futures-* dependencies 2020-03-12 07:13:31 +09:00
119027f822 fmt 2019-12-25 15:10:13 +04:00
7163e2c2a2 update doc strings 2019-12-10 21:14:06 +06:00
1d810b4561 re-export AlpnError 2019-12-10 12:15:27 +06:00
88a60ffa66 reexport ssl types 2019-12-05 23:09:44 +06:00
b18fbc98d5 move rustls and nativetls acceptor services to actix-tls 2019-12-05 20:52:37 +06:00
9f575418c1 clippy warnings 2019-12-02 22:30:09 +06:00
9ed35cca7a use owned value for service factory config 2019-12-02 21:27:48 +06:00
3385682e09 remove server feature 2019-12-02 17:04:42 +06:00
9fbe6a1f6d refactor server configuration and tls support 2019-12-02 11:30:27 +06:00